This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32132] bogus warning at -O3 ( 'r' may be used uninitialized in this function ).



------- Comment #7 from pluto at agmk dot net  2007-05-29 10:17 -------
(In reply to comment #6)
> +  str.exceptions ( stlp_std::istringstream::eofbit ||
> stlp_std::istringstream::badbit || stlp_std::istringstream::failbit );

^^^^^^^^^^^^ of course it should be '|' instead of '||' (shame on me)
but the warning is still presents. it is also presents when i use
the fail() method instead of exceptions machinery.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]