public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26481]  New: Problem bootstraping gcc-4.1.0-20060219 multilib libstdc++ on 32bit AIX 5.1
@ 2006-02-27 11:24 andreasc at neuro dot informatik dot uni-kassel dot de
  2006-02-27 11:42 ` [Bug bootstrap/26481] " andreasc at neuro dot informatik dot uni-kassel dot de
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: andreasc at neuro dot informatik dot uni-kassel dot de @ 2006-02-27 11:24 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap problem in GCC 4.1.0 RC1 gcc-4.1.0-20060219
configure call:
../configure --prefix=/opt/oss/apps/gcc-4.1.0-20060219 --enable-threads
--disable-aix64

build call:
gmake bootstrap

using GNU make instead of AIX make

/scratch/build/gcc-4.1.0-20060219/objdir/./gcc/xgcc -shared-libgcc
-B/scratch/build/gcc-4.1.0-20060219/objdir/./gcc -nostdinc++
-L/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/src
-L/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/src/.libs
-B/opt/oss/gcc-4.1.0-20060219/powerpc-ibm-aix5.1.0.0/bin/
-B/opt/oss/gcc-4.1.0-20060219/powerpc-ibm-aix5.1.0.0/lib/ -isystem
/opt/oss/gcc-4.1.0-20060219/powerpc-ibm-aix5.1.0.0/include -isystem
/opt/oss/gcc-4.1.0-20060219/powerpc-ibm-aix5.1.0.0/sys-include -mcpu=power
-I/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/include/powerpc-ibm-aix5.1.0.0
-I/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/include
-I/scratch/build/gcc-4.1.0-20060219/libstdc++-v3/libsupc++ -g -O2 -mcpu=power
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-I/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/include/backward
-Wno-deprecated -c ../../../../../libstdc++-v3/src/strstream.cc   -DPIC -o
.libs/strstream.o
../../../../../libstdc++-v3/src/strstream.cc:1: warning: -ffunction-sections
may affect debugging on some targets
../../../../../libstdc++-v3/src/strstream.cc: In member function 'virtual
std::streampos std::strstreambuf::seekpos(std::streampos, std::_Ios_Openmode)':
../../../../../libstdc++-v3/src/strstream.cc:299: error: unrecognizable insn:
(insn 5 4 6 0 ../../../../../libstdc++-v3/src/strstream.cc:298 (parallel [
            (set (reg:SI 126)
                (reg:SI 5 5))
            (clobber (scratch:SI))
            (set (mem/s/c:SI (plus:SI (reg/f:SI 115 virtual-stack-vars)
                        (const_int 4 [0x4])) [62 pos+4 S4 A32])
                (reg:SI 6 6))
            (set (mem/s/c:SI (plus:SI (reg/f:SI 115 virtual-stack-vars)
                        (const_int 8 [0x8])) [62 pos+8 S4 A64])
                (reg:SI 7 7))
            (set (mem/s/c:SI (plus:SI (reg/f:SI 115 virtual-stack-vars)
                        (const_int 12 [0xc])) [62 pos+12 S4 A32])
                (reg:SI 8 8))
        ]) -1 (nil)
    (nil))
../../../../../libstdc++-v3/src/strstream.cc:299: internal compiler error: in
instantiate_virtual_regs_in_insn, at function.c:1555
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[9]: *** [strstream.lo] Error 1
gmake[9]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3/src'
gmake[8]: *** [all-recursive] Error 1
gmake[8]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3'
gmake[7]: *** [all] Error 2
gmake[7]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/power/libstdc++-v3'
gmake[6]: *** [multi-do] Error 1
gmake[6]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/libstdc++-v3'
gmake[5]: *** [all-multi] Error 2
gmake[5]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/libstdc++-v3'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/libstdc++-v3'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory
`/scratch/build/gcc-4.1.0-20060219/objdir/powerpc-ibm-aix5.1.0.0/libstdc++-v3'
gmake[2]: *** [all-target-libstdc++-v3] Error 2
gmake[2]: Leaving directory `/scratch/build/gcc-4.1.0-20060219/objdir'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/scratch/build/gcc-4.1.0-20060219/objdir'
gmake: *** [bootstrap] Error 2


-- 
           Summary: Problem bootstraping gcc-4.1.0-20060219 multilib
                    libstdc++ on 32bit AIX 5.1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andreasc at neuro dot informatik dot uni-kassel dot de
 GCC build triplet: powerpc-ibm-aix5.1.0.0
  GCC host triplet: powerpc-ibm-aix5.1.0.0
GCC target triplet: powerpc-ibm-aix5.1.0.0


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-05-04 23:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-27 11:24 [Bug bootstrap/26481] New: Problem bootstraping gcc-4.1.0-20060219 multilib libstdc++ on 32bit AIX 5.1 andreasc at neuro dot informatik dot uni-kassel dot de
2006-02-27 11:42 ` [Bug bootstrap/26481] " andreasc at neuro dot informatik dot uni-kassel dot de
2006-02-27 14:03 ` [Bug target/26481] " pinskia at gcc dot gnu dot org
2006-02-27 14:12 ` andreasc at neuro dot informatik dot uni-kassel dot de
2006-02-27 14:49 ` pinskia at gcc dot gnu dot org
2006-02-27 16:07 ` [Bug target/26481] ICE with -mcpu=power and struct passing pinskia at gcc dot gnu dot org
2006-02-27 16:10 ` dje at gcc dot gnu dot org
2006-02-27 22:44 ` mmitchel at gcc dot gnu dot org
2006-02-28  1:01 ` dje at gcc dot gnu dot org
2006-03-01 10:37 ` andreasc at neuro dot informatik dot uni-kassel dot de
2006-03-26 15:50 ` pinskia at gcc dot gnu dot org
2006-05-04 10:22 ` ebotcazou at gcc dot gnu dot org
2006-05-04 13:53 ` dje at gcc dot gnu dot org
2006-05-04 13:55 ` dje at gcc dot gnu dot org
2006-05-04 20:06 ` ebotcazou at gcc dot gnu dot org
2006-05-04 20:41 ` dje at gcc dot gnu dot org
2006-05-04 20:44 ` dje at gcc dot gnu dot org
2006-05-04 23:12 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).