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]

Compiler error


I was experimenting with egcs, trying to see if it maybe could find a
way around a problem I've been having with the latest release of octave
(2.0.12).  My goal was octave, egcs was a possible step along the way.
with gcc 2.7.2.1, it links but doesn't run coreectly.

While doing the compile:

/usr/local/bin/eg++ -c  -I. -I.. -I../liboctave -I../src
-I../libcruft/misc   -DHAVE_CONFIG_H -mieee-fp -fno-rtti -fno-exceptions
-fno-implicit-templates -g -O2 -Wall Array3.cc
Array3.h: In method `Array3<T>::Array3(T *, int, int, int)':
In file included from Array3.cc:36:
Array3.h:52: Internal compiler error 388.
Array3.h:52: Please submit a full bug report to `egcs-bugs@cygnus.com'.
gmake[2]: *** [Array3.o] Error 1
gmake[2]: Leaving directory
`/usr2/chuckr/octave/work/octave-2.0.12/liboctave'
gmake[1]: *** [liboctave] Error 2

Let me know if there's anything else you want submitted for the bug
report, ok?

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@glue.umd.edu         | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic (FreeBSD-current)
(301) 220-2114              | and jaunt (NetBSD).
----------------------------+-----------------------------------------------






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