This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47



------- Comment #14 from tammer at tammer dot net  2008-01-29 07:03 -------
Hello,
I just tested HEAD on AIX 6.1 and you are right ... the build crashes here:

/opt/freeware/bin/bash ../../gcc-4.3.0/gcc/../move-if-change tmp-attr.h
insn-attr.h
echo timestamp > s-attr
/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/xgcc
-B/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/ -B/opt
/freeware/powerpc-ibm-aix6.1.0.0/bin/ -c   -O2 -I/opt/freeware/include -DIN_GCC
  -W -Wall -Wwrite-strings -Wstrict-protot
ypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros
                               -Wno-overlength-strings -Werror -fno-common  
-DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.0/gcc
 -I../../gcc-4.3.0/gcc/. -I../../gcc-4.3.0/gcc/../include
-I../../gcc-4.3.0/gcc/../libcpp/include -I/opt/freeware/include
-I/opt/freeware/include -I../../gcc-4.3.0/gcc/../libdecnumber
-I../../gcc-4.3.0/gcc/../libdecnumber/dpd -I../libdecnumber
   insn-attrtab.c -o insn-attrtab.o
../../gcc-4.3.0/gcc/config/rs6000/rs6000.md: In function
'internal_dfa_insn_code':
../../gcc-4.3.0/gcc/config/rs6000/rs6000.md:148: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [insn-attrtab.o] Error 1
gmake[3]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build/gcc'
gmake[2]: *** [all-stage2-gcc] Error 2
gmake[2]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build'
gmake: *** [bootstrap-lean] Error 2
Bad exit status from /tmp/rpm-tmp.5075 (%build)


Is this the problem you mentioned ?? 
The 4.2.2. release did not crash on this place.

Bye
  Rainer


-- 


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


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