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 middle-end/78339] -fsuggest-attribute=noreturn should not warn on -fcheck-pointer-bounds clones


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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Mar 22 10:46:27 2017
New Revision: 246357

URL: https://gcc.gnu.org/viewcvs?rev=246357&root=gcc&view=rev
Log:
Backport r246098

2017-03-22  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-13  Martin Liska  <mliska@suse.cz>

        PR middle-end/78339
        * ipa-pure-const.c (warn_function_noreturn): If the declarations
        is a CHKP clone, use original declaration.
2017-03-22  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-13  Martin Liska  <mliska@suse.cz>

        PR middle-end/78339
        * gcc.target/i386/mpx/pr78339.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/mpx/pr78339.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/ipa-pure-const.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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