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++/19819] ICE when compiling aegis 4.20


------- Additional Comments From ralfixx at gmx dot de  2005-02-08 09:59 -------
Created an attachment (id=8140)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8140&action=view)
preprocessed source file

preprocessed source with commandline:

 /software/gcc/3.4.3/HP-UX-B.10/bin/g++ -v -save-temps -Iaeget -Ilibaegis
-Icommon -I/work/include -O -c		  aeget/get/file/metrics.cc

Reading specs from
/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/specs

Configured with:
/tmp_mnt/hosts/jupiter/disk4/tmp/ralf/Software/gcc-3.4.3/configure
--prefix=/software/gcc/3.4.3 --exec-prefix=/software/gcc/3.4.3/HP-UX-B.10
--with-local-prefix=/work --enable-languages=c,c++ --enable-shared
--with-gnu-as --with-as=/work/bin/as
Thread model: single
gcc version 3.4.3

/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/libexec/gcc/hppa2.0-hp-hpux10.20/3.4.3/cc1plus
-E -quiet -v -Iaeget -Ilibaegis -Icommon -I/work/include -iprefix
/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/
aeget/get/file/metrics.cc -O -o metrics.ii
ignoring nonexistent directory
"/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/../../../../hppa2.0-hp-hpux10.20/include"

ignoring duplicate directory "/software/gcc/3.4.3/include/c++/3.4.3"
ignoring duplicate directory
"/software/gcc/3.4.3/include/c++/3.4.3/hppa2.0-hp-hpux10.20"
ignoring duplicate directory "/software/gcc/3.4.3/include/c++/3.4.3/backward"
ignoring duplicate directory
"/software/gcc/3.4.3/HP-UX-B.10/lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/include"
ignoring nonexistent directory
"/software/gcc/3.4.3/HP-UX-B.10/hppa2.0-hp-hpux10.20/include"
ignoring duplicate directory "/work/include"
  as it is a non-system directory that duplicates a system directory
#include "..." search starts here:
#include <...> search starts here:
 aeget
 libaegis
 common

/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/../../../../../include/c++/3.4.3


/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/../../../../../include/c++/3.4.3/hppa2.0-hp-hpux10.20


/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/../../../../../include/c++/3.4.3/backward


/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/bin/../lib/gcc/hppa2.0-hp-hpux10.20/3.4.3/include

 /work/include
 /software/gcc/3.4.3/include
 /usr/include
End of search list.

/tmp_mnt/software/software/gcc/3.4.3/HP-UX-B.10/libexec/gcc/hppa2.0-hp-hpux10.20/3.4.3/cc1plus
-fpreprocessed metrics.ii -quiet -dumpbase metrics.cc -auxbase metrics -O
-version -o metrics.s
GNU C++ version 3.4.3 (hppa2.0-hp-hpux10.20)
	compiled by GNU C version 3.4.3.
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32768
aeget/get/file/metrics.cc: In function `void get_file_metrics(change_ty*,
string_ty*, string_list_ty*)':
aeget/get/file/metrics.cc:382: error: unrecognizable insn:
(insn 2201 2200 2199 114 (set (reg:DF 68 %fr22)
	(mem/s/j:DF (plus:SI (reg:SI 21 %r21)
		(reg:SI 1 %r1)) [0 <variable>.data S8 A64])) -1 (nil)
    (nil))
aeget/get/file/metrics.cc:382: internal compiler error: in extract_insn, at
recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.

-- 


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


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