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 debug/47498] [4.6 Regression] -fcompare-debug failure with -fsched2-use-superblocks


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-28 10:58:03 UTC ---
Indeed, sched2 here moves over the NOTE_INSN_FUNCTION_BEG before all real insns
with -g, but keeps it where it was (and should be) with -g0.


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