home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gcc / bug / 3086 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.3 KB  |  46 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!risky.ecs.umass.edu!srmorin
  3. From: srmorin@risky.ecs.umass.edu (Steven R Morin)
  4. Subject: Compiling groff with gcc-2.3.2
  5. Message-ID: <1992Dec30.212101.20191@risky.ecs.umass.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: University of Massachusetts, Amherst
  8. Distribution: gnu
  9. Date: Wed, 30 Dec 1992 21:21:01 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 33
  12.  
  13. Recently, I tried building groff-1.06 with gcc-2.3.2 on a DECStation
  14. 5000/240, Ultrix-4.2A with the following results:
  15.  
  16. Making all in include
  17. Making all in libgroff
  18. Making all in libdriver
  19. Making all in libbib
  20. Making all in groff
  21. Making all in troff
  22. Making all in tbl
  23. Making all in pic
  24. gcc -O -I. -I. -I../include -I./../include -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -
  25. DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -D
  26. STDLIB_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DHAVE_MMAP=1 -DHAVE_REN
  27. AME=1 -DHAVE_SYS_SIGLIST=1 -DWCOREFLAG=0200 -g  -c object.cc
  28. object.cc: In method `circle_object::circle_object (double)':
  29. object.cc:1030: Internal compiler error.
  30. object.cc:1030: Please report this to `bug-g++@prep.ai.mit.edu'.
  31. *** Error code 1
  32.  
  33. Stop.
  34. *** Error code 1
  35.  
  36. Stop.
  37. *** Error code 1
  38.  
  39. Stop.
  40. buzzer%
  41.  
  42. Has anyone come accross this before?  Any help would be appreciated.
  43.  
  44. Steve Morin
  45.  
  46.