[Bug c++/53864] New: g++ internal compiler error: Illegal instruction at AIX.5.3

2012-07-05 Thread cpapaluk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53864

 Bug #: 53864
   Summary: g++ internal compiler error: Illegal instruction at
AIX.5.3
Classification: Unclassified
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: critical
  Priority: P3
 Component: c++
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: cpapa...@gmail.com


I will try to compile a cpp file in AIX 5.3 with gcc/g++ 4.2.0 and the
following error occurs

cgi_api.cpp:568: internal compiler error: Illegal instruction


GNU C++ version 4.2.0 (powerpc-ibm-aix5.3.0.0)
compiled by GNU C version 4.2.0.



/usr/bin/g++  -o CMakeFiles/cppcms.dir/src/cgi_api.cpp.o -c
/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/src/cgi_api.cpp
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/booster
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/src
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/private
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/cppcms_boost
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/build
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1/build/booster
-I/f1/users/cpap/Diafora_g/CppCMS/cppcms-1.0.1 -fno-strict-aliasing -fwrapv
-save-temps -v


[Bug c++/53864] g++ internal compiler error: Illegal instruction at AIX.5.3

2012-07-05 Thread cpapaluk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53864

--- Comment #1 from cpap  2012-07-05 11:44:50 UTC ---
Created attachment 27745
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27745
the preprocessed file


[Bug middle-end/53864] g++ internal compiler error: Illegal instruction at AIX.5.3

2012-07-05 Thread cpapaluk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53864

--- Comment #3 from cpap  2012-07-06 05:55:46 UTC ---
(In reply to comment #2)
> Have you tried a newer GCC? Since 4.2.0 is no longer supported.

No. Should I go to newer version of gcc/g++ or an older one? 
Can you please suggest me a couple of official site that I could download 
rpm for AIX?

Is there any other compiler option that could provide more information? 

Thank you