Proper test status if gdb test detects a g++ bug?

Michael Elizabeth Chastain chastain@cygnus.com
Sun Feb 4 15:05:00 GMT 2001


Hi Alexandre,

> Nope.  It has the form `T = RET (*PTR)(arglist)'.  In this case
> `PTR = RET2 (*PTR2)(arglist)'.  Substituting PTR in T, you'll get [1],
> not [2].
> 
> int hairyfunc5 (PFPc_PFl_i arg) =
> int hairyfunc5 (PFl_i (*arg)(char *)) =
> int hairyfunc5 (int (*(*arg)(char *))(long))

Oh.

I re-read Kernighan and Ritchie, "Complicated Declarations", and your
interpretation is right, and my interpretation is wrong.

I will change my test script and file bug reports accordingly.

Michael


More information about the Gdb mailing list