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++/36168] Incorrect (and strange) warnings with -Wuninitialized



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-05-07 09:54 -------
(In reply to comment #4)
> Is this also expected behavior?

Most likely because SRA choses not to scalarize the aggregate.  Aka the
optimizators are choosing different choses based on the code.   Nothing new.

-- Pinski


-- 


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


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