This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36168] Incorrect (and strange) warnings with -Wuninitialized
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2008 09:54:11 -0000
- Subject: [Bug c++/36168] Incorrect (and strange) warnings with -Wuninitialized
- References: <bug-36168-2736@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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