[Bug c/38527] Gcc optimizes code to an endless loop

2008-12-14 Thread gray at gnu dot org dot ua
--- Comment #1 from gray at gnu dot org dot ua 2008-12-14 20:15 --- My apologies for the inclomplete last line of the posting. It should read: The generated .s code contains: .L10: jmp .L10 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38527

[Bug c/38527] Gcc optimizes code to an endless loop

2008-12-14 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2008-12-14 20:36 --- _list_remove((struct rlist**)var_last, (struct rlist*)var_last); This violates the C aliasing rules. *** This bug has been marked as a duplicate of 21920 *** -- schwab at