Fix build failure when pointers smaller than integers.
authorJim Wilson <wilson@cygnus.com>
Wed, 10 Jun 1998 14:55:48 +0000 (14:55 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 10 Jun 1998 14:55:48 +0000 (07:55 -0700)
commit3e2b9a3d254f1b324d572f00df30044e2e7066fe
tree5e912bfce9f9e65466ab5043ccc2d4eeeccdd870
parent748b909e126096319530e14c3dd33546bfdc7391
Fix build failure when pointers smaller than integers.

* expr.c (expand_builtin_setjmp): Store const1_rtx in target.
(expand_builtin_longjmp): Abort if value isn't const1_rtx.
Delete code storing value in static_chain_rtx.
(expand_builtin, case BUILT_IN_LONGJMP): Pass NULL_RTX for target
to second expand_expr call.

From-SVN: r20418
gcc/ChangeLog
gcc/expr.c