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]
Other format: [Raw text]

Re: c++/7089: reinterpret_cast forbids cast void* to function pointer


Synopsis: reinterpret_cast forbids cast void* to function pointer

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Fri Jun 21 06:18:27 2002
State-Changed-Why:
    not a bug. You cannot reinterpret cast a pointer
    to function into a pointer to object. Nothing in
    [5.2.10] allows that.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7089


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