[Bug c++/31545] No warning on missing return in if construct

2007-04-13 Thread walter at schreppers dot com
--- Comment #4 from walter at schreppers dot com 2007-04-13 11:36 --- Apparantly this has been fixed in some newer version of g++. Keep up the good work! -- walter at schreppers dot com changed: What|Removed |Added

[Bug c++/31545] No warning on missing return in if construct

2007-04-12 Thread walter at schreppers dot com
--- Comment #1 from walter at schreppers dot com 2007-04-12 10:55 --- Created an attachment (id=13355) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13355&action=view) Compile with any optimization (i used -O2) A similar type of bug occured to me a lot in the past. Whe

[Bug c++/31545] New: No warning on missing return in if construct

2007-04-12 Thread walter at schreppers dot com
Summary: No warning on missing return in if construct Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: walter at schreppers do