home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / apps / 44 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.4 KB  |  46 lines

  1. Xref: sparky comp.sys.sgi.apps:44 comp.sys.sgi.bugs:95
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!bcm!cephalo.neusc.bcm.tmc.edu!mahmud
  3. From: mahmud@cephalo.neusc.bcm.tmc.edu (Mahmud Haque)
  4. Newsgroups: comp.sys.sgi.apps,comp.sys.sgi.bugs
  5. Subject: Need help compiling gcc-2.3.3
  6. Date: 8 Jan 1993 22:13:19 GMT
  7. Organization: Baylor College of Medicine, Houston,Tx
  8. Lines: 32
  9. Distribution: na
  10. Message-ID: <1iku9vINNlls@gazette.bcm.tmc.edu>
  11. NNTP-Posting-Host: cephalo.neusc.bcm.tmc.edu
  12. Keywords: GCC/G++
  13.  
  14. I am trying to compile gcc-2.3.3 on a Indigo 4000, compilation
  15. works fine but stage2/stage3 cc1plus dumps core. Please help...
  16.  
  17. Here is the test file:
  18.  
  19. dummy.C
  20. ----------------------------------
  21.   struct filebuf {
  22.       virtual int foo();
  23.   };
  24.   filebuf ff;
  25.   extern "C" int FUNC(int);
  26.   int FUNC(int i) { return i+10; }
  27.  
  28. ----------------------------------
  29.  
  30. I am using bison-1.19.
  31.  
  32. Thanks,
  33.  
  34. Mahmud Haque                 Internet: mahmud@bcm.tmc.edu
  35. Division of Neuroscience        uucp: {uunet,shell,rice}!cephalo!mahmud
  36. Baylor College of Medicine     Bitnet: mahmud%bcm.tmc.edu@CUNYVM
  37. Houston, Tx 77030                      mahmud%bcm.tmc.edu@PSUVAX1
  38.  
  39.  
  40.  
  41. -- 
  42. Mahmud Haque                 Internet: mahmud@bcm.tmc.edu
  43. Division of Neuroscience        uucp: {uunet,shell,rice}!cephalo!mahmud
  44. Baylor College of Medicine     Bitnet: mahmud%bcm.tmc.edu@CUNYVM
  45. Houston, Tx 77030                      mahmud%bcm.tmc.edu@PSUVAX1
  46.