This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fw: C++ compiler issue


 
----- Original Message -----
Sent: Tuesday, August 01, 2000 2:58 PM
Subject: C++ compiler issue

I'm not quite sure what this issue is.  Yesterday no matter what I tried, when I compiled the attached code (stored in tar format), I got this output:
 
Entering directory `/home/frank/uox3-0.70.03.18b/source'
c++  -DPACKAGE=\"uox3\"  -DVERSION=\"0.70.03.18b\"  -I.  -I.      -w  -funsigned-char  -fconserve-space  -fkeep-inline-functions  -D__LINUX__  --static  -O2  -c admin.cpp
In file included from admin.cpp:3:
uox3.h:54: Internal compiler error.
uox3.h:54: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
uox3.h:54: See <URL: http://egcs.cygnus.com/faq.html#bugreport> for details.
make[1]: ***[admin.o] Error 1
make[1]: Leaving directory `/home/frank/uox3-0.70.03.18b/source'
make: ***[all-recursive] Error 1
 
Now the strange thing is the first time I compiled this, it worked fine. No problems whatsoever. Same exact code, and I used the same exact procedure. Now today I tried it again, and it actually started to work. I got this output:
 
Making all in source
make[1]: Entering directory `/home/frank/uox3-0.70.03.18b/source'
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c admin.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c archive.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c boats.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c books.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c cmdtable.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c combat.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c commands.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c craces.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c crypt.cpp
c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"  -I. -I.      -w -funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static -O2 -c cweather.cpp
c++: Internal compiler error: program as got fatal signal 11
make[1]: *** [cweather.o] Error 1
make[1]: Leaving directory `/home/frank/uox3-0.70.03.18b/source'
make: *** [all-recursive] Error 1
 
Is it linux or the code that's behaving like this? I'm using RedHat Linux 6.2. The gcc version is egcs-2.91.66 19990314/Linux (egcs-1.1.2 release). If you could help me find a solution to this I'd greatly appreciate it. :)    Thanks for your time in advance.
 
    - Frank

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]