[Bug c++/16036] [3.5 regression] Spurious "may be used uninitialized in this function" warning

rth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jun 18 02:15:00 GMT 2004


------- Additional Comments From rth at gcc dot gnu dot org  2004-06-18 02:14 -------
We can't "just ignore" abnormal edges, as that would fail to identify places
where variables are *never* assigned.  There does, however, appear to be some
pessimization going on because of the abnormal edge.

The generated code is correct, in case anyone's wondering.  The value is only
uninitialized along a path that it won't be used.

-- 


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



More information about the Gcc-bugs mailing list