home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2490 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.7 KB  |  43 lines

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!news.den.mmc.com!iplmail!chucks
  2. From: chucks@iplmail.orl.mmc.com (faa demo account)
  3. Newsgroups: gnu.gcc.bugs,gnu.gcc.help
  4. Subject: gcc 2.3.1 internal compiler error
  5. Keywords: error
  6. Message-ID: <1992Nov9.222523.29147@iplmail.orl.mmc.com>
  7. Date: 9 Nov 92 22:25:23 GMT
  8. Sender: faademo@iplmail (faa demo account)
  9. Organization: Martin Marietta
  10. Lines: 31
  11.  
  12.  
  13.  the following code gets an internal compiler error.
  14. extern void test2();
  15. main()
  16. {
  17. void (*test)() ;
  18.          test = test2;
  19. }
  20.  
  21. Note: its the fpic flag that will cause the failure. remove it and it works.
  22. % gcc -c -v -fpic -g testit.c
  23. Reading specs from /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/specs
  24. gcc version 2.3.1
  25.  /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/cpp -lang-c -v -undef -D__G
  26. NUC__=2 -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__sparc -D__sun 
  27. -D__unix -g testit.c /tmp/cca06907.i
  28. GNU CPP version 2.3.1 (sparc)
  29.  /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/cc1 /tmp/cca06907.i -quiet 
  30. -dumpbase testit.c -g -version -fpic -o /tmp/cca06907.s
  31. GNU C version 2.3.1 (sparc) compiled by GNU C version 2.3.1.
  32. gcc: Internal compiler error: program cc1 got fatal signal 6
  33.  
  34.  sun4c running 4.1.2 gcc 2.3.1
  35.  
  36. -- 
  37. *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
  38. Malcolm C. Strickland                 Martin Marietta Missle Systems
  39. chuck-strickland@orl.mmc.com          mail point 170    
  40. Phone: 407-356-7437                   pobox 555837
  41. Fax:   407-356-5482                   orlando florida 32855-5837
  42. *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
  43.