ariel@AI.MIT.EDU (Marty Hiller) (11/21/89)
The line
extern "c" { ... }
in my program returns the error:
g++: Program cc1plus got fatal signal 6.
If I change it to
extern "C" { ... }
it compiles successfully.
According to the guidelines in the GNU C++ manual, this is a compiler
bug. So I'm reporting it.
-- Marty