[Bug target/23448] .p2align before a jump instruction
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 17 21:57:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 21:54 -------
Not a bug, it is aligning the loop:
.L5:
incl %edx
cmpl %edx, %ecx
je .L6
incl %edx
cmpl %edx, %ecx
.p2align 4,,5
jne .L5
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23448
More information about the Gcc-bugs
mailing list