[Bug middle-end/11545] [3.4 regression] Segmentation fault whem marking cgraph_node in unit-at-a-time mode

Jan Hubicka jh@suse.cz
Fri Jul 18 15:13:00 GMT 2003


> Jan Hubicka <jh@suse.cz> writes:
> 
> Do you really want to commit the following hunk?
I did? OOps, i will revert that!

Honza
> 
> Andreas
> 
> > Index: opts.c
> > ===================================================================
> > RCS file: /cvs/gcc/gcc/gcc/opts.c,v
> > retrieving revision 1.30
> > diff -c -3 -p -r1.30 opts.c
> > *** opts.c	17 Jul 2003 05:33:09 -0000	1.30
> > --- opts.c	18 Jul 2003 15:02:41 -0000
> > *************** decode_options (unsigned int argc, const
> > *** 517,522 ****
> > --- 517,523 ----
> >         flag_delete_null_pointer_checks = 1;
> >         flag_reorder_blocks = 1;
> >         flag_reorder_functions = 1;
> > +       flag_unit_at_a_time = 1;
> >       }
> >   
> >     if (optimize >= 3)
> > *************** decode_options (unsigned int argc, const
> > *** 524,530 ****
> >         flag_inline_functions = 1;
> >         flag_rename_registers = 1;
> >         flag_unswitch_loops = 1;
> > -       flag_unit_at_a_time = 1;
> >       }
> >   
> >     if (optimize < 2 || optimize_size)
> > --- 525,530 ----
> >
> >
> 
> Andreas
> -- 
>  Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
>   SuSE Linux AG, Deutschherrnstr. 15-19, 90429 NĂźrnberg, Germany
>    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126



More information about the Gcc-patches mailing list