Bug List: (24 of 238) First Last Prev Next   Show last search results      Search page      Enter new bug
Bug#: 24085
Product:  
Component:  
Status: UNCONFIRMED
Resolution:
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: fabio giovagnini <fabio.giovagnini@aurion-tech.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 24085 depends on: Show dependency tree
Show dependency graph
Bug 24085 blocks:

Additional Comments:






Mark bug as waiting for feedback



    

    

View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2005-09-27 17:36
/bin/sh ../libtool --tag CXX 
--mode=compile /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/xgcc 
-shared-libgcc 
-B/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/ -nostdinc++ 
-L/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/src 
-L/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/src/.libs 
-nostdinc 
-B/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/newlib/ 
-isystem /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/newlib/targ-include 
-isystem /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/newlib/libc/include 
-B/usr/local/gcc-4.0.1/sh-hms/bin/ -B/usr/local/gcc-4.0.1/sh-hms/lib/ 
-isystem /usr/local/gcc-4.0.1/sh-hms/include 
-isystem /usr/local/gcc-4.0.1/sh-hms/sys-include  
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include/sh-hms 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/libstdc++-v3/libsupc++  
-g -O2 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual  
-fdiagnostics-show-location=once    
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include/backward 
-Wno-deprecated -c ../../../../libstdc++-v3/src/strstream.cc 
/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/xgcc 
-shared-libgcc 
-B/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/ -nostdinc++ 
-L/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/src 
-L/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/src/.libs 
-nostdinc 
-B/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/newlib/ 
-isystem /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/newlib/targ-include 
-isystem /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/newlib/libc/include 
-B/usr/local/gcc-4.0.1/sh-hms/bin/ -B/usr/local/gcc-4.0.1/sh-hms/lib/ 
-isystem /usr/local/gcc-4.0.1/sh-hms/include 
-isystem /usr/local/gcc-4.0.1/sh-hms/sys-include 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include/sh-hms 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/libstdc++-v3/libsupc++ 
-g -O2 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual 
-fdiagnostics-show-location=once 
-I/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/include/backward 
-Wno-deprecated -c ../../../../libstdc++-v3/src/strstream.cc -o strstream.o 
../../../../libstdc++-v3/src/strstream.cc: In member function 'void 
std::strstream::_ZTv0_n12_NSt9strstreamD0Ev()': 
../../../../libstdc++-v3/src/strstream.cc:415: internal compiler error: 
Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
gmake[3]: *** [strstream.lo] Error 1 
gmake[3]: Leaving directory 
`/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/src' 
gmake[2]: *** [all-recursive] Error 1 
gmake[2]: Leaving directory 
`/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3' 
gmake[1]: *** [all] Error 2 
gmake[1]: Leaving directory 
`/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3' 
gmake: *** [all-target-libstdc++-v3] Error 2

------- Comment #1 From fabio giovagnini 2005-09-27 17:38 -------
it is only a problem with sh-hms; with sh-elf everything works fine 

------- Comment #2 From Robert P. J. Day 2005-10-20 16:50 -------
(In reply to comment #1)
> it is only a problem with sh-hms; with sh-elf everything works fine 
> 
not true.  i just got the same error building for little-endian SH3 using the
gcc snapshot gcc-4.1-20050702.  i'm going to test a couple more variations to
make sure i didn't mess up doing this but my error is identical.

Bug List: (24 of 238) First Last Prev Next   Show last search results      Search page      Enter new bug