------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-25 13:21 ------- Nope and Nope. The alignment is because well -falign-jumps is default.
__stack_chk_fail is a noreturn function so we don't sib call it because it would be too hard for debugging. Second jumping directly via an indirect branch is wrong as jumps only have a certain range. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25957