This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30794] -Wreturn-type acts differently at -O3
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Feb 2007 18:35:16 -0000
- Subject: [Bug c/30794] -Wreturn-type acts differently at -O3
- References: <bug-30794-1313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-14 18:35 -------
I think the warning from the front-end can be removed as the middle-end can
warn with execute_warn_function_return.
Plus I think this is really a dup of bug 12603.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30794