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]

Internal compiler error 980715



Hi, 

I've been experiencing some trouble with pgcs-2.91.60 19981201
(based on egcs-1.1.1)

Not sure whether this is a pgcs-specific problem, or something common (I'm
recompiling plain egcs-1.1.1 right now to check this out. FWIW, plain
egcs-1.1 on a K6 complains the same), but I'm getting
this :
-----------------------------------------------------
zil% g++ -v --save-temps -g `xml-config --cflags` `gtkmm-config --cflags`
-c world.cc -o world.o
Reading specs from
/usr/local/lib/gcc-lib/i586-pc-linux-gnu/pgcc-2.91.60/specs
gcc version pgcc-2.91.60 19981201 (egcs-1.1.1 release)
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/pgcc-2.91.60/cpp -lang-c++ -v
-I/usr/local/include/gnome-xml -I/usr/local/lib/Gtk--/include
-I/usr/local/include -I/usr/local/lib/glib/include -undef -D__GNUC__=2
-D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386
-D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__
-D__unix -D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS -g
-Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
-Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ world.cc
world.ii
GNU CPP version pgcc-2.91.60 19981201 (egcs-1.1.1 release) (i386
Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include/gnome-xml
 /usr/local/lib/Gtk--/include
 /usr/local/include
 /usr/local/lib/glib/include
 /usr/local/include/g++
 /usr/local/include
 /usr/local/i586-pc-linux-gnu/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/pgcc-2.91.60/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/pgcc-2.91.60/cc1plus world.ii
-quiet -dumpbase world.cc -g -version -o world.s
GNU C++ version pgcc-2.91.60 19981201 (egcs-1.1.1 release)
(i586-pc-linux-gnu) compiled by GNU C version pgcc-2.91.60 19981201
(egcs-1.1.1 release).
world.cc: In method `int World::do_onestep(float)':
world.cc:28: Internal compiler error 980715.
world.cc:28: Please submit a full bug report to `egcs-bugs@cygnus.com'.
world.cc:28: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.
--------------------------------------------------------

Attached here is world.ii.gz. world.s contains only .stabs statements, no
code was generated.
	zcat world.ii.gz > world.cc; make -o world.o 
reproduces the problem on two other systems.

System is a P-133, Linux 2.2.0/devfs, glibc 2.0.7-19, heavily modified
RH5.1 system (with autorpm & manual upgrades).

other systems exhibiting the same behaviour : 
      K6/266, Linux-2.2.2-pre2, glibc-2.0.7-19 (RH5.1, modified likewise),
      plain egcs-1.1 (2.91.57 19980901)

      sun4u, Solaris 5.6 (Generic_105181-08), plain egcs-1.1.1 (2.91.60 
      19981201).


Thank you very much in advance !

	-- Cyrille

------------------------------------------------------------------
camembert * reblochon * brie * roquefort * munster * corsu uru * port-salut


world.ii.gz


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