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/29609] [regression] Even with -O0 -g gcc optimizes a goto away and I cannot debug



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-26 22:05 -------
  [t.c : 26] if ([t.c : 26] D.1570 == 0) [t.c : 27] goto failure; else goto
<L0>;


This looks like an expand issue ...

Or a lower gimple issue.


-- 


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


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