home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2797 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.0 KB  |  51 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ifm.liu.se!leif
  3. From: leif@ifm.liu.se (Leif Hedstrom)
  4. Subject: Problems compiling Xaw3d with gcc 2.3.1
  5. Message-ID: <199211201154.AA26027@ifm.liu.se>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 20 Nov 1992 13:54:07 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 38
  12.  
  13. Hi,
  14.  
  15. gcc2.3.1 dumps core when trying to compile the latest version (0.4) of
  16. the Xaw3d library. I don't read the gcc-bug news group, so I don't know if
  17. this is a known bug. Below is a trace from gdb, if that is any help.
  18.  
  19. -- Leif
  20.  
  21. ifm 101% gdb -c core /usr/gnu/debug/gcc-lib/sparc-sun-sunos4.1/2.3.1/cc1
  22. GDB is free software and you are welcome to distribute copies of it
  23.  under certain conditions; type "show copying" to see the conditions.
  24. There is absolutely no warranty for GDB; type "show warranty" for details.
  25. GDB 4.7, Copyright 1992 Free Software Foundation, Inc...
  26. Core was generated by `cc1'.
  27. Program terminated with signal 6, Abort.
  28. #0  0xf775c120 in kill ()
  29. (gdb) bt
  30. #0  0xf775c120 in kill ()
  31. #1  0xf777449c in abort ()
  32. #2  0x9bbf8 in decode_rtx_const (mode=SImode, x=0x1cbe28, value=0xf7ffecc8)
  33.     at varasm.c:2193
  34. #3  0x9bcc0 in simplify_subtraction (x=0x1cd358) at varasm.c:2218
  35. #4  0x16c31c in output_addr_const (file=0x1bcc98, x=0x1cd358) at final.c:2312
  36. #5  0x16bd98 in output_address (x=0x1cd380) at final.c:2202
  37. #6  0x16b158 in output_asm_insn (template=0x180b30 "sethi %%hi(%a1),%0", 
  38.     operands=0x1be7f0) at final.c:2076
  39. #7  0x16a838 in final_scan_insn (insn=0x1cd3a0, file=0x1bcc98, optimize=4, 
  40.     prescan=0, nopeepholes=0) at final.c:1697
  41. #8  0x169488 in final (first=0x1cea50, file=0x1bcc98, optimize=4, prescan=0)
  42.     at final.c:922
  43. #9  0x3bed0 in rest_of_compilation (decl=0x31ae10) at toplev.c:2671
  44. #10 0x20ea0 in finish_function (nested=0) at c-decl.c:6073
  45. #11 0x8968 in yyparse () at c-parse.y:269
  46. #12 0x39684 in compile_file (name=0xf7fffa1c "/usr/tmp/cca25117.i")
  47.     at toplev.c:1804
  48. #13 0x3d978 in main (argc=9, argv=0xf7fff944, envp=0xf7fff96c) at toplev.c:3283
  49. (gdb) 
  50.  
  51.