[Bug c/15868] New: ICE in expand_expr_real_1

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 8 05:38:00 GMT 2004


stage1/xgcc -Bstage1/ -B/home/dave/opt/gnu/gcc/gcc-3.5.0/hppa-linux/bin/ -c   -g
 -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
es -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror
-fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../
../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libba
nshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/poin
ts-to  ../../gcc/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
../../gcc/gcc/tree-ssa-ccp.c: In function `get_default_value':
../../gcc/gcc/tree-ssa-ccp.c:2157: internal compiler error: in expand_expr_real_
1, at expr.c:6634

This ICE was introduced by the following change:

2004-06-07  Richard Henderson  <rth@redhat.com>

        * gimple-low.c (struct lower_data): Add the_return_label and
        one_return_stmt.
        (lower_function_body): Initialize and use them.
        (lower_return_expr): New.
        (lower_stmt): Call it.
        * gimplify.c (gimplify_return_expr): Force the argument to be either
        null or a result_decl.
        * tree-gimple.c: Update gimple grammer to match.
        * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Deny
        coalescing of result_decls.

-- 
           Summary: ICE in expand_expr_real_1
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,rth at redhat dot com
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15868



More information about the Gcc-bugs mailing list