This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC build failed on hppa-unknown-linux-gnu


> > The following error occurs in stage1:
> > 
> > ./xgcc -B./ -B/home/dave/opt/gnu/hppa-linux/bin/ -isystem /home/dave/opt/gnu/hppa-linux/include -isystem /home/dave/opt/gnu/hppa-linux/sys-include -L/home/dave/gnu/gcc-3.4/objdir/gcc/../ld -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fPIC \
> >    -c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \
> >   -o crtbeginS.o
> > ../../gcc/gcc/crtstuff.c: In function `__do_global_dtors_aux':
> > ../../gcc/gcc/crtstuff.c:288: internal compiler error: in schedule_insns, at sched-rgn.c:2743
> 
> This regressions appears to have been introduced by the following patch:

I've send a followup fixing one problem in the patch:
2004-01-15  Jan Hubicka  <jh@suse.cz>

        PR bootstrap/13692
        * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in previous patch.

Are you sure it is in your tree?  If not can I have preprocessed file?
Honza
> 
> 2004-01-14  Jan Hubicka  <jh@suse.cz>
> 
>        PR c++/10776
>        * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
>        outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
>        bitmaps
>        (cache_size): New variable
>        (add_dependence): Update use; canonize early memory locations
>        (sched_analyze_1): Likewise.
>        (sched_analyze_2): Likewise.
>        (init_dependency_caches): Initialize bitmaps.
>        (free_dependency_caches): Free bitmaps
> 
> Dave
> -- 
> J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
> National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]