[Bug c++/22121] Suspicious "may be used uninitialized" warning.

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 16:41 --- This is invalid, the reduced testcase comes down to the following testcase: bool error(); bool hh(int i); int siz(); static inline bool parse(int &V) { for(int i = 0 ; i< siz(); i++) { if (hh(i))

[Bug c++/22121] Suspicious "may be used uninitialized" warning.

2005-06-19 Thread rspencer at x10sys dot com
--- Additional Comments From rspencer at x10sys dot com 2005-06-19 15:57 --- Created an attachment (id=9112) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9112&action=view) Pre-processed compiler input This file contains the pre-processed input to the compiler from a source file i