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]

VAX gcc 2.95.3 (netbsd/vax 1.6.1) internal compiler error


Hello,

While compiling mozilla 1.3.1 from NetBSD pkgsrc source tree i got
"internal compiler error", summary follows:

1: This was a native VAX build, gcc -v says:

anders:~> gcc -v
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)

2: Command line that produced the error message:

cc -o icalderivedproperty.o -c -DOSTYPE=\"NetBSD1\" -DOSARCH=\"NetBSD\"
-DOJI -D__USE_BSD=1 -I. -I.  -I../../../../dist/include/ical
-I../../../../dist/include
-I/usr/pkgsrc/www/mozilla/work/mozilla/dist/include/nspr 
-I/usr/pkg/include -I/usr/pkg/include   -I/usr/X11R6/include   -fPIC
-DPIC -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include
-I/usr/X11R6/include  -I/usr/X11R6/include -Wall -W -Wno-unused
-Wpointer-arith -Wcast-align -pedantic -Wno-long-long -O2
-I/usr/pkg/include -I/usr/X11R6/include -Dunix -pipe  -DNDEBUG -DTRIMMED
-O2  -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include
-I/usr/X11R6/include  -I/usr/X11R6/include -include
../../../../mozilla-config.h -DMOZILLA_CLIENT
-Wp,-MD,.deps/icalderivedproperty.pp icalderivedproperty.c


3: Error message itself (reproducable, even without running make) with
relevant gmake output up until the error and bailout to shell prompt:

gmake[4]: Entering directory
`/usr/pkgsrc/www/mozilla/work/mozilla/other-licenses/libical/src/libical'
icalderivedproperty.c
cc -o icalderivedproperty.o -c -DOSTYPE=\"NetBSD1\" -DOSARCH=\"NetBSD\"
-DOJI -D__USE_BSD=1 -I. -I.  -I../../../../dist/include/ical
-I../../../../dist/include
-I/usr/pkgsrc/www/mozilla/work/mozilla/dist/include/nspr 
-I/usr/pkg/include -I/usr/pkg/include   -I/usr/X11R6/include   -fPIC
-DPIC -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include
-I/usr/X11R6/include  -I/usr/X11R6/include -Wall -W -Wno-unused
-Wpointer-arith -Wcast-align -pedantic -Wno-long-long -O2
-I/usr/pkg/include -I/usr/X11R6/include -Dunix -pipe  -DNDEBUG -DTRIMMED
-O2  -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include
-I/usr/X11R6/include  -I/usr/X11R6/include -include
../../../../mozilla-config.h -DMOZILLA_CLIENT
-Wp,-MD,.deps/icalderivedproperty.pp icalderivedproperty.c
icalderivedproperty.c:251: warning: static declaration for
`property_map' follows non-static
icalderivedproperty.c:318: warning: static declaration for `enum_map'
follows non-static
icalderivedproperty.c: In function `icalproperty_vanew_action':
icalderivedproperty.c:398: warning: implicit declaration of function
`icalproperty_add_parameters'
icalderivedproperty.c: In function `icalproperty_vanew_exrule':
icalderivedproperty.c:861: Internal compiler error in `gen_call_pop', at
insn-emit.c:1556
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
cpp0: output pipe has been closed
gmake[4]: *** [icalderivedproperty.o] Error 1
gmake[4]: Leaving directory
`/usr/pkgsrc/www/mozilla/work/mozilla/other-licenses/libical/src/libical'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/usr/pkgsrc/www/mozilla/work/mozilla/other-licenses/libical/src'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory
`/usr/pkgsrc/www/mozilla/work/mozilla/other-licenses/libical'
gmake[1]: *** [tier_98] Error 2
gmake[1]: Leaving directory `/usr/pkgsrc/www/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/www/mozilla
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/mozilla
anders:/usr/pkgsrc/www/mozilla>


4: Pre-processed bzip2ed file that caused this message is attached.

Since i have no clue about what causes this problem i hope you'l be able
to reproduce it and file it into bugzilla so somebody gets to fix it. I
wish i could help more.

BTW: the instructions for bug reporting
(http://www.gnu.org/software/gcc/bugs.html) recommend filing it in
bugzilla or using gccbug script; unless i'm really missing something
there is no way to file .i file along with a bug report into bugzila and
gccbug script apparently isn't part of (NetBSD's ?) gcc suite.
Unfortunately this only leaves the "note that such reports are often
overlooked" option .... yay. I'm sure people would find more information
on how to properly add 160+ KB .i file into bugzilla report and/or where
to find gccbug script useful.

Blaz Antonic

Attachment: icalderivedproperty.i.bz2
Description: Binary data


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