[Bug c++/25973] [4.0/4.1/4.2 Regression] Wrong warning: control reaches end of non-void function
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 27 14:52:00 GMT 2006
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-27 14:52 -------
The problem here is that the C++ front-end produces IF_STMT and not COND_EXPR.
I am going to mark this as a memory hog as it does cause excessive trees for
bigger testcases.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |memory-hog
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25973
More information about the Gcc-bugs
mailing list