PR c/81544 - attribute noreturn and warn_unused_result on the same function
commitc3213fdddb855c3fe98492c0e3b2ead5ba3e382a
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Dec 2017 23:21:55 +0000 (11 23:21 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Dec 2017 23:21:55 +0000 (11 23:21 +0000)
treef29d5072d6dba41cdf24b54d18ce8be5bc426041
parent91d5d62d6d68d7d742392eab2283740b7a5749f6
PR c/81544 - attribute noreturn and warn_unused_result on the same function
accepted

Add tests missed in r255469.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255557 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wattributes-2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/Wattributes.c [new file with mode: 0644]
gcc/testsuite/g++.dg/Wattributes-2.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/Wattributes-6.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/Wattributes-7.c [new file with mode: 0644]