This is the mail archive of the gcc-bugs@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: (970929) reinterpret cast bug


>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes:

> How hard would it be to check whether a pointer to object has is as
> large as a pointer to function, and make it a pedantic warning or not
> depending on that?

I don't think gcc supports different representations for object and
function pointers, so it's kind of moot.

Jason


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