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/81639] ICE in rtl_verify_bb_insns, at cfgrtl.c:2669 with a naked function


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81639

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Tue Aug  1 10:57:55 2017
New Revision: 250768

URL: https://gcc.gnu.org/viewcvs?rev=250768&root=gcc&view=rev
Log:
        PR target/81639
        * config/i386/i386.c (ix86_funciton_naked): New prototype.
        (ix86_function_ok_for_sibcall): Return false for naked functions.

testsuite/ChangeLog:

        PR target/81639
        * gcc.target/i386/pr81639.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr81639.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog

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