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]
Other format: [Raw text]

[Bug c++/13497] New: g++ 3.3.2: Internal compiler error in IA64 HP-UX System


When trying to compile this file (already as a preprocessed source
generated using -save-temps) with the command line:

g++ -O2 -Wall -Wno-comment -fno-implicit-templates -fno-operator-names -c ExprTable.ii

 this is all the output of the compiler:

ExprTable.cc: In member function `Expression* ExprTable::get_expr_obj(const  String&)':
ExprTable.cc:160: internal compiler error: in gen_reg_rtx, at emit-rtl.c:793
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

 I have seen nothing suspicious in the function in the original ExprTable.cc.
The code compiled correctly in Linux PC, SGI IRIX64, Sun Solaris and Alpha OSF1
platforms using g++ 2.96 and bellow. In fact, we are in the process of porting it
to g++ 3.X
 
 This is the g++ -v output:

Reading specs from /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/specs
Configured with: /scratch/zack/gcc/pkg/3.3.1/hpux-11/gcc-3.3.2/configure --enable-
languages=c,c++ --enable-threads=posix --with-gnu-as --without-gnu-ld --with-as=/usr/
local/bin/as --prefix=/usr/local
Thread model: posix
gcc version 3.3.2

I tried to attach ExprTable.ii.gz uuencoded in this comment (I am using
http://gcc.gnu.org/bugzilla/enter_bug.cgi) but it complains that comments
cannot be longer that 64KB, so I guess someone will contact me to get the
file...

 Thank you very much,

 Basilio
 http://www.des.udc.es/~basilio

-- 
           Summary: g++ 3.3.2: Internal compiler error in IA64 HP-UX System
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: basilio at udc dot es
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23


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


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