This is the mail archive of the gcc@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]

Mysterious termination.


Hello:

I've been working on the i370 version of the gcc compiler and I get the
following mysterious termination. When I run the compiler natively, on
IBM OS/390 Unix System Services, I get:

$ gcc -g -S hello.c
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

When I run the compiler as cross compiler, under Linux, I get:

$ gcc-i370 -g -S hello.c
cc1: warning: `-g': unknown or unsupported -g option

For whatever reason, on the native compiler the warnings are being escalated
to an abort. Any ideas where to look for this "problem"?

Thanks in advance.

--
Dave Pitts PULLMAN: Travel and sleep in safety and comfort.
dpitts@cozx.com My other RV IS a Pullman (Colorado Pine).
http://www.cozx.com/~dpitts



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