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]

[Bug c/83584] "ISO C forbids conversion of object pointer to function pointer type" -- no, not really


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83584

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |jsm28 at gcc dot gnu.org,
                   |                            |manu at gcc dot gnu.org

--- Comment #8 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Keith Thompson from comment #7)
> I don't agree that this bug report is invalid.  I see that the
> Bugzilla interface lets me change the status.  Would it be appropriate
> to do so?

Please change it to UNCONFIRMED if you wish to reopen it.

Given the current definition of -pedantic-errors, it is sometimes very subtle
whether something should be an error or not with -pedantic-errors. There are
definitely some warnings that should not be there.

I'll defer to Joseph or any other C FE maintainers to make the final call.

Suggestions for a more precise text are welcome, specially if they come in the
form of a patch that also updates the testsuite to match the new text.

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