Fatal signal using -fprofile-arcs -ftest-coverage

Jeffrey A Law law@cygnus.com
Sat Oct 31 01:47:00 GMT 1998


  In message <19980309172724K.kent@erlang.ericsson.se>you write:
  > 
  > problem:	fatal signal when using "-fprofile-arcs -ftest-coverage"
  > version:	EGCS 1.0.1 and GCC 2.8.1 (with no patches)
  > uname -a:	SunOS gollum 5.5.1 Generic_103640-03 sun4u sparc SUNW,Ultra-1
  > command:	gcc -fprofile-arcs -ftest-coverage test.c
  > error msg:	gcc: Internal compiler error: program cc1 got fatal signal 6
  > 
  > ---------------------------------------------------------------------------
  > int x = 1;
  > 
  > int main()
  > {
  >   __label__ foo;
  > 
  >   void *bar = &&foo;
  > 
  >   if (x) goto *bar;
  > 
  >  foo:
  >   return 1;
  > }
  > ---------------------------------------------------------------------------
Instead of aborting the compiler now issues an error for this code.  

jeff



More information about the Gcc-bugs mailing list