public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/24085] New: internal compiler error: Segmentation fault
@ 2005-09-27 18:20 fabio dot giovagnini at aurion-tech dot com
  2005-09-27 18:21 ` [Bug c++/24085] " fabio dot giovagnini at aurion-tech dot com
  2005-09-27 18:42 ` [Bug target/24085] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: fabio dot giovagnini at aurion-tech dot com @ 2005-09-27 18:20 UTC (permalink / raw)
  To: gcc-bugs

/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

-- 
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fabio dot giovagnini at aurion-tech dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh-hitachi-hms


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


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

* [Bug c++/24085] internal compiler error: Segmentation fault
  2005-09-27 18:20 [Bug c++/24085] New: internal compiler error: Segmentation fault fabio dot giovagnini at aurion-tech dot com
@ 2005-09-27 18:21 ` fabio dot giovagnini at aurion-tech dot com
  2005-09-27 18:42 ` [Bug target/24085] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: fabio dot giovagnini at aurion-tech dot com @ 2005-09-27 18:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fabio dot giovagnini at aurion-tech dot com  2005-09-27 17:38 -------
it is only a problem with sh-hms; with sh-elf everything works fine 

-- 


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


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

* [Bug target/24085] internal compiler error: Segmentation fault
  2005-09-27 18:20 [Bug c++/24085] New: internal compiler error: Segmentation fault fabio dot giovagnini at aurion-tech dot com
  2005-09-27 18:21 ` [Bug c++/24085] " fabio dot giovagnini at aurion-tech dot com
@ 2005-09-27 18:42 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-27 18:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug target/24085] internal compiler error: Segmentation fault
       [not found] <bug-24085-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-11 14:42 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 14:42 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 14:41:39 UTC ---
4.0 is no longer maintained.


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

* [Bug target/24085] internal compiler error: Segmentation fault
       [not found] <bug-24085-11425@http.gcc.gnu.org/bugzilla/>
@ 2005-10-20 16:51 ` rpjday at mindspring dot com
  0 siblings, 0 replies; 5+ messages in thread
From: rpjday at mindspring dot com @ 2005-10-20 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rpjday at mindspring dot com  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.


-- 


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


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

end of thread, other threads:[~2012-01-11 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-27 18:20 [Bug c++/24085] New: internal compiler error: Segmentation fault fabio dot giovagnini at aurion-tech dot com
2005-09-27 18:21 ` [Bug c++/24085] " fabio dot giovagnini at aurion-tech dot com
2005-09-27 18:42 ` [Bug target/24085] " pinskia at gcc dot gnu dot org
     [not found] <bug-24085-11425@http.gcc.gnu.org/bugzilla/>
2005-10-20 16:51 ` rpjday at mindspring dot com
     [not found] <bug-24085-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 14:42 ` rguenth at gcc dot gnu.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).