[tree-ssa] Insert on edge fix

Jeff Sturm jsturm@one-point.com
Sun Jun 22 18:26:00 GMT 2003


On 22 Jun 2003, Andrew MacLeod wrote:
> So how do I reproduce this, is there something I have to turn on? I
> build the toolchain this morning, and everything appears to have built
> fine.

Remove the following in java/lang.c, and expect an ICE building
libjava/java/util/ResourceBundle.java.

Index: lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang.c,v
retrieving revision 1.103.2.14
diff -c -p -r1.103.2.14 lang.c
*** lang.c      21 Jun 2003 18:21:00 -0000      1.103.2.14
--- lang.c      22 Jun 2003 17:46:48 -0000
*************** java_init (void)
*** 525,533 ****
        && force_align_functions_log < 1)
      force_align_functions_log = 1;

-   /* FIXME: Remove this once the gimplifier is ready.  */
-   flag_disable_gimple = 1;
-
    jcf_path_init ();
    jcf_path_seal (version_flag);

--- 525,530 ----




More information about the Gcc-patches mailing list