public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/40137]  New: Segmentation fault compiling simple  c++ code
@ 2009-05-13 23:54 piccinini dot santiago at gmail dot com
  2009-05-13 23:56 ` [Bug c++/40137] " piccinini dot santiago at gmail dot com
  2009-05-14  0:35 ` hjl dot tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: piccinini dot santiago at gmail dot com @ 2009-05-13 23:54 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2599 bytes --]

san ~  $   g++ -v -save-temps gcc4.4.0_segfaults.cpp 
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++,fortran,objc,obj-c++ --enable-threads=posix
--mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit
--disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
--disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.0 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-shared-libgcc' '-mtune=generic'
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/cc1plus -E -quiet -v -D_GNU_SOURCE
gcc4.4.0_segfaults.cpp -mtune=generic -fpch-preprocess -o gcc4.4.0_segfaults.ii
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../../include/c++/4.4.0

/usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../../include/c++/4.4.0/i686-pc-linux-gnu
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../../include/c++/4.4.0/backward
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-shared-libgcc' '-mtune=generic'
 /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/cc1plus -fpreprocessed
gcc4.4.0_segfaults.ii -quiet -dumpbase gcc4.4.0_segfaults.cpp -mtune=generic
-auxbase gcc4.4.0_segfaults -version -o gcc4.4.0_segfaults.s
GNU C++ (GCC) version 4.4.0 (i686-pc-linux-gnu)
        compiled by GNU C version 4.4.0, GMP version 4.2.4, MPFR version 2.4.1.
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129315
Compiler executable checksum: 9eeca1d61ee5f7a810fd0c50c7c0ab78
gcc4.4.0_segfaults.cpp: In member function ‘void Foo<T>::foo() [with T = int]’:
gcc4.4.0_segfaults.cpp:33:   instantiated from here
gcc4.4.0_segfaults.cpp:26: 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.


-- 
           Summary: Segmentation fault compiling simple  c++ code
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: piccinini dot santiago at gmail dot com
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/40137] Segmentation fault compiling simple  c++ code
  2009-05-13 23:54 [Bug c++/40137] New: Segmentation fault compiling simple c++ code piccinini dot santiago at gmail dot com
@ 2009-05-13 23:56 ` piccinini dot santiago at gmail dot com
  2009-05-14  0:35 ` hjl dot tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: piccinini dot santiago at gmail dot com @ 2009-05-13 23:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from piccinini dot santiago at gmail dot com  2009-05-13 23:56 -------
Created an attachment (id=17859)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17859&action=view)
preprocessed file


-- 


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


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

* [Bug c++/40137] Segmentation fault compiling simple  c++ code
  2009-05-13 23:54 [Bug c++/40137] New: Segmentation fault compiling simple c++ code piccinini dot santiago at gmail dot com
  2009-05-13 23:56 ` [Bug c++/40137] " piccinini dot santiago at gmail dot com
@ 2009-05-14  0:35 ` hjl dot tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-14  0:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-05-14 00:35 -------


*** This bug has been marked as a duplicate of 40013 ***


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-05-14  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-13 23:54 [Bug c++/40137] New: Segmentation fault compiling simple c++ code piccinini dot santiago at gmail dot com
2009-05-13 23:56 ` [Bug c++/40137] " piccinini dot santiago at gmail dot com
2009-05-14  0:35 ` hjl dot tools at gmail dot com

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).