This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13000] Using -Ox cannot detect missing return statement in a function
- From: "falk dot hueffner at student dot uni-tuebingen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 23:29:19 -0000
- Subject: [Bug optimization/13000] Using -Ox cannot detect missing return statement in a function
- References: <20031110230703.13000.cheng@powertv.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk dot hueffner at student dot uni-tuebingen dot de 2003-11-10 23:29 -------
Subject: Re: Using -Ox cannot detect missing return statement in a function
"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-10 23:13 -------
> Been fixed since at least 3.1.
Seems to be back in tree-ssa though (warning at -O0, -O1 and -O3, but
not at -O2, weird). Unfortunately, I don't have a mainline compiler
to check right now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13000