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 target/58152] ARM: unnecessary push before call to noreturn function


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is expected behavior as noreturn functions are not sibcalled optimized. 
The main reason is that even without debugging information, you want to find
out where the noreturn function was called from.


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