This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: (970929) reinterpret cast bug
- To: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Subject: Re: (970929) reinterpret cast bug
- From: Jason Merrill <jason at cygnus dot com>
- Date: 02 Oct 1997 18:37:06 -0700
- Cc: khan at xraylith dot wisc dot edu (Mumit Khan), egcs-bugs at cygnus dot com
- References: <199710012208.RAA06290.cygnus.egcs.bugs@eh_pc11.xraylith.wisc.edu><u9wwjx0xgo.fsf@yorick.cygnus.com><orvhzfsrhq.fsf@sunsite.dcc.unicamp.br>
>>>>> 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