public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/46013] New: crash when compiling
@ 2010-10-14 10:39 merflogin at gmail dot com
  2010-10-14 10:59 ` [Bug c++/46013] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: merflogin at gmail dot com @ 2010-10-14 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: crash when compiling
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: merflogin@gmail.com


Created attachment 22033
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22033
the preprocessed file (*.i*) that triggers the bug

$ make
g++ -c -g -v -save-temps ../sort_list_student/sort_list_student.cpp  -o
../sort_list_student/sort_list_student.o
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
COLLECT_GCC_OPTIONS='-c' '-g' '-v' '-save-temps' '-o'
'../sort_list_student/sort_list_student.o' '-shared-libgcc' '-mtune=generic'
'-march=i486'
 /usr/lib/gcc/i486-linux-gnu/4.4.3/cc1plus -E -quiet -v -D_GNU_SOURCE
../sort_list_student/sort_list_student.cpp -D_FORTIFY_SOURCE=2 -mtune=generic
-march=i486 -g -fworking-directory -fpch-preprocess -fstack-protector -o
sort_list_student.ii
ignoring nonexistent directory "/usr/local/include/i486-linux-gnu"
ignoring nonexistent directory
"/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../i486-linux-gnu/include"
ignoring nonexistent directory "/usr/include/i486-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/c++/4.4
 /usr/include/c++/4.4/i486-linux-gnu
 /usr/include/c++/4.4/backward
 /usr/local/include
 /usr/lib/gcc/i486-linux-gnu/4.4.3/include
 /usr/lib/gcc/i486-linux-gnu/4.4.3/include-fixed
 /usr/include
End of search list.
<built-in>:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make: *** [../sort_list_student/sort_list_student.o] Error 1


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

* [Bug c++/46013] crash when compiling
  2010-10-14 10:39 [Bug c++/46013] New: crash when compiling merflogin at gmail dot com
@ 2010-10-14 10:59 ` redi at gcc dot gnu.org
  2010-10-15 16:23 ` merflogin at gmail dot com
  2010-10-15 16:24 ` merflogin at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2010-10-14 10:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-10-14 10:59:33 UTC ---
that preprocessed file refers to a precompiled header, student.h.gch, which
isn't included

can you reproduce it without using precompiled headers?


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

* [Bug c++/46013] crash when compiling
  2010-10-14 10:39 [Bug c++/46013] New: crash when compiling merflogin at gmail dot com
  2010-10-14 10:59 ` [Bug c++/46013] " redi at gcc dot gnu.org
@ 2010-10-15 16:23 ` merflogin at gmail dot com
  2010-10-15 16:24 ` merflogin at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: merflogin at gmail dot com @ 2010-10-15 16:23 UTC (permalink / raw)
  To: gcc-bugs

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

Utkin Vlad <merflogin at gmail dot com> changed:

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

--- Comment #2 from Utkin Vlad <merflogin at gmail dot com> 2010-10-15 16:23:21 UTC ---
All right. I haven't seen that file, student.h.gch. After I've deleted this
file, it worked.


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

* [Bug c++/46013] crash when compiling
  2010-10-14 10:39 [Bug c++/46013] New: crash when compiling merflogin at gmail dot com
  2010-10-14 10:59 ` [Bug c++/46013] " redi at gcc dot gnu.org
  2010-10-15 16:23 ` merflogin at gmail dot com
@ 2010-10-15 16:24 ` merflogin at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: merflogin at gmail dot com @ 2010-10-15 16:24 UTC (permalink / raw)
  To: gcc-bugs

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

Utkin Vlad <merflogin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |trivial


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

end of thread, other threads:[~2010-10-15 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14 10:39 [Bug c++/46013] New: crash when compiling merflogin at gmail dot com
2010-10-14 10:59 ` [Bug c++/46013] " redi at gcc dot gnu.org
2010-10-15 16:23 ` merflogin at gmail dot com
2010-10-15 16:24 ` merflogin 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).