Harmut, I'm using gcc-3.3 from gnu.org, with the gcc-3.3-s390-june2003.tar.gz patches (plus two more to decl.c and s390.c). I'll send you the gzipped .ii file off-list. I have not tried gcc-3.3.1.
Thanks, Mark Post -----Original Message----- From: Hartmut Penner [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 2:44 AM To: Arnd Schneider; [EMAIL PROTECTED] Cc: Ulrich Weigand; [EMAIL PROTECTED]; BOEBLINGEN LINUX390 Subject: Re: gcc 3.3 internal compiler error Arnd Schneider To: Hartmut Penner/Germany/[EMAIL PROTECTED] 09/08/2003 09:14 cc: PM From: Arnd Schneider/Germany/[EMAIL PROTECTED] Subject: gcc 3.3 internal compiler error Which gcc 3.3 you are using ? Have you tried 3.3.1 ? Could you send me the .ii file (compile with -save-temps) ? regards, Hartmut Penner "Post, Mark K" <[EMAIL PROTECTED]> on 08.09.2003 18:19:36 To: "'Linux390'" <>, BOEBLINGEN LINUX390/Germany/[EMAIL PROTECTED] cc: "'Ulrich Weigand'" <[EMAIL PROTECTED]>, Ulrich Weigand/Germany/[EMAIL PROTECTED] Subject: gcc 3.3 internal compiler error I'm trying to compile Mozilla with gcc 3.3. I'm getting the following ICE, on the same module, every time. Has anybody else seen this, or know of a patch that will correct it? nsPostScriptObj.cpp nsPostScriptObj.cpp: In member function `void nsPostScriptObj::begin_document() ': nsPostScriptObj.cpp:1976: error: insn does not satisfy its constraints: (insn 17074 17097 17075 (nil) (parallel [ (set (reg:SI 12 %r12) (plus:SI (reg:SI 14 %r14) (reg:SI 12 %r12))) (clobber (reg:CC 33 %cc)) ]) 133 {addsi3} (insn_list 17069 (insn_list 17073 (nil))) (expr_list:REG_UNUSED (reg:CC 33 %cc) (expr_list:REG_MAYBE_DEAD (nil) (nil)))) nsPostScriptObj.cpp:1976: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. In the directory /usr/src/rpm/BUILD/mozilla/gfx/src/ps The following command failed to execute properly: c++ -o nsPostScriptObj.o -c -DOSTYPE="Linux2.4" -DOSARCH="Linux" -DOJI -D_BSD_SOURCE -I./.. -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/pref -I../../../dist/include/caps -I../../../dist/include/locale -I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/include/necko -I../../../dist/include/imglib2 -I../../../dist/include/gfx -I../../../dist/include -I/usr/src/rpm/BUILD/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsPostScriptObj.pp nsPostScriptObj.cpp make[3]: *** [nsPostScriptObj.o] Error 1 make[2]: *** [libs] Error 2 make[1]: *** [libs] Error 2 make: *** [libs] Error 2 Thanks, Mark Post
