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++/34470] [4.3.0 regression] spurious "is used uninitialized" from auto_ptr



------- Comment #1 from zackw at panix dot com  2007-12-14 21:26 -------
Created an attachment (id=14756)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14756&action=view)
-fdump-tree-optimized output

I looked at the -fdump-tree-optimized output (attached) and it makes somewhat
more sense that the presence of std::string would matter -- the code generated
to convert the string constant to a std::string object introduces seriously
nontrivial control flow.  However, that's not an excuse.


-- 


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


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