This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/3] bitpos: Expand type_field_bitpos to LONGEST and type.length to ULONGEST


On Wednesday, August 22 2012, I wrote:

> Another issue I found, specifically on i386 RHEL 5.8 (gcc (GCC) 4.1.2
> 20080704 (Red Hat 4.1.2-52)):
>
>     (gdb) print e^M
>     $1 = 4294967295^M
>     (gdb) FAIL: gdb.base/enumval.exp: print e
>     print f^M
>     $2 = -1152921504606846976^M
>     (gdb) FAIL: gdb.base/enumval.exp: print f
>     print J^M
>     $3 = J^M
>     (gdb) PASS: gdb.base/enumval.exp: print J
>     print K^M
>     $4 = <optimized out>^M
>     (gdb) FAIL: gdb.base/enumval.exp: print K
>
> I still haven't debugged further to see what's happening, and I also
> haven't tested on a newer GCC (it can be a compiler bug, as you may
> remember from our last talk).  I will come back if I have more info.

I tested this with gcc HEAD, and the test fully passes.

Thanks,

-- 
Sergio


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