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++/49508] [4.7 Regression] Bogus "control reaches end of non-void function" warning


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49508

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-23 08:44:03 UTC ---
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149750.
(and is definitely emitted by g++ 4.6 too).
I wonder if this warning shouldn't be disabled when any errors have been
emitted already.


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