[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #15 from Andris Pavenis 2011-11-28 05:18:21 UTC --- (In reply to comment #14) > Verify that You have > > c:/djc462~1/libexec/gcc/djgpp/4.62/cc1plus.exe at all > > (I suspect that it is not there due missing installation of gpp462b.z

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #14 from Andris Pavenis 2011-11-28 04:43:41 UTC --- Verify that You have c:/djc462~1/libexec/gcc/djgpp/4.62/cc1plus.exe at all (I suspect that it is not there due missing installation of gpp462b.zip package and use of obsolete GCC w

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 Jim Michaels changed: What|Removed |Added Attachment #25916|phone.cpp original program |phone.cpp original program descript

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 Jim Michaels changed: What|Removed |Added Attachment #25917|0 |1 is obsolete|

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #11 from Jim Michaels 2011-11-28 02:19:25 UTC --- Created attachment 25925 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25925 cpp462b.cpp smaller test case causes compiler internal error Sun 11/27/2011 18:06:49.10|C:\prj\test\

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #10 from Jim Michaels 2011-11-28 02:07:37 UTC --- I am going to try a test program which does not #include anything and see if it compiles. Sun 11/27/2011 18:04:02.90|C:\prj\test\djgpp|>c:\djc462~1\bin\gxx -Wall -W -Wextra -s -oa

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #9 from Jim Michaels 2011-11-28 01:23:08 UTC --- Sun 11/27/2011 17:19:49.04|C:\djc462beta\bin|>gcc -print-prog-name=cc1plus Exiting due to signal SIGSEGV General Protection Fault at eip=1bb2 eax=0c72 ebx=0299 ecx=0c5898cf

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #8 from Jim Michaels 2011-11-28 01:12:24 UTC --- Created attachment 25924 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25924 phone.cpp version without initializer list or map. still crashes. compiler has no STL. tried to sear

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #7 from Andris Pavenis 2011-11-27 07:36:29 UTC --- Tested with native compiler for DJGPP both versions 2.03r2 and 2.04 pre. Compiles OK for both with and without optimization enabled (tried without, with -O2 and with -O3). I tested in

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #5 from Jim Michaels 2011-11-27 06:14:52 UTC --- additional interesting stuff: the file initializer_list is not anywhere in the compiler. so why should I not simply get a simple error line instead of a compiler internal error?

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #4 from Jim Michaels 2011-11-27 06:09:12 UTC --- djgpp has a problem with the new 4.6.2 compiler where it is unable to generate any temp files with -save-temps. sorry.

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #3 from Jim Michaels 2011-11-27 05:39:06 UTC --- Created attachment 25918 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25918 test.cpp error output from gxx

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #2 from Jim Michaels 2011-11-27 05:27:54 UTC --- Created attachment 25917 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25917 test.cpp small discrete test case small discrete test case which seems to do the same thing. assigns

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #1 from Jim Michaels 2011-11-27 03:04:44 UTC --- Created attachment 25916 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25916 .cpp file self-contained program source code. uses c++11 (c++0x) features such as initializer lists.