This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug in fix-header for SunOS 4.1.3



  In message <199908210057.RAA24115@igce.igc.org>you write:
  > I got a coredump when fix-header tried to fix utime.h; here's my gdb
  > session:

[ ... ]

  > Breakpoint 2, main (argc=8, argv=0xeffff02c)
  >     at ../gcc-2.95.1/gcc/fix-header.c:1140
  > (gdb) p entry[0]
  > $1 = {name = 0x99d8 "utime.h", flags = 0, names = 0x99d0 "utime"}
  > (gdb) p entry[1]
  > $2 = {name = 0x0, flags = 0, names = 0x30a88 ""}
  > 
[ ... ]
  > 
  > Since I don't really know what's going on, I used this brute-force patch to
  > make it work:
Thanks.  Your patch is correct and I have installed it.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]