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 tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure


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

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-01 10:32:34 UTC ---
No SSA_NAMEs should be created because of debug stmts.
SSA_NAME_VERSION must be identical in between -fvar-tracking-assignments and
-fno-var-tracking-assignments, DECL_UIDs might differ, but sorted by DECL_UID
the decls must be same if you only consider decls seen with
-fno-var-tracking-assignments.


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