This is the mail archive of the gcc@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: [ssa-branch]using libbanshee with gcc


Andrew Pinski <pinskia@physics.uc.edu> writes:

> The patch work but there was problem while bootstrapping:

A similar error happens on i686-linux-gnu with current CVS:

gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o c-pch.o libcpp.a  c-simplify.o c-call-graph.o tree-mudflap.o c-mudflap.o c-pretty-print.o main.o libbackend.a   ../libiberty/libiberty.a 
/builds/gcc/misc/gcc/xgcc -B/builds/gcc/misc/gcc/ -B/opt/gcc/tree-ssa-20020619-branch/i686-pc-linux-gnu/bin/ -B/opt/gcc/tree-ssa-20020619-branch/i686-pc-linux-gnu/lib/ -isystem /opt/gcc/tree-ssa-20020619-branch/i686-pc-linux-gnu/include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I/cvs/gcc-tree-ssa-20020619-branch/gcc -I/cvs/gcc-tree-ssa-20020619-branch/gcc/. -I/cvs/gcc-tree-ssa-20020619-branch/gcc/config -I/cvs/gcc-tree-ssa-20020619-branch/gcc/../include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-frame-pointer \
   -c /cvs/gcc-tree-ssa-20020619-branch/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
/cvs/gcc-tree-ssa-20020619-branch/gcc/crtstuff.c: In function `__do_global_dtors_aux':
/cvs/gcc-tree-ssa-20020619-branch/gcc/crtstuff.c:256: internal compiler error: in simplify_expr, at gimplify.c:667
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Andreas

> /Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/xgcc
> -B/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/
> -B/Volumes/UFS_Partition/pinskia/gccssa/powerpc-apple-darwin6.3/bin/
> -DHAVE_CONFIG_H -I.
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to
> -I..
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/
> ../libcompat
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/
> ../include
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/..
> -Ddeletes= -Dtraditional= -Dsameregion= -Dparentptr=
> -fno-strict-aliasing -g -O2  -c
> /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/
> andersen_terms.c
> rm -f libandersen.a
> ar cru libandersen.a andersen_terms.o
> ranlib libandersen.a
> Making all in libcompat
> /Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/xgcc
> -B/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/
> -B/Volumes/UFS_Partition/pinskia/gccssa/powerpc-apple-darwin6.3/bin/
> -DHAVE_CONFIG_H -I.
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat
> -I..
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/
> ../engine
> -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/
> ../include -I. -Ddeletes= -Dtraditional= -Dsameregion= -Dparentptr=
> -fno-strict-aliasing -g -O2  -c
> /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/
> regions.c
> /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/
> regions.c: In function `region_init':
> /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/
> regions.c:304: internal compiler error: in simplify_expr, at
> gimplify.c:667
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> [...]


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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