mirror of git://gcc.gnu.org/git/gcc.git
PR c/81824 - Warn for missing attributes with function aliases
gcc/testsuite/ChangeLog: * gcc.dg/Wattribute-alias.c: Require ifunc support. From-SVN: r266034
This commit is contained in:
parent
e657564359
commit
6f59f36b9a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2018-11-12 Martin Sebor <msebor@redhat.com>
|
||||||
|
|
||||||
|
PR c/81824
|
||||||
|
* gcc.dg/Wattribute-alias.c: Require ifunc support.
|
||||||
|
|
||||||
2018-11-12 Renlin Li <renlin.li@arm.com>
|
2018-11-12 Renlin Li <renlin.li@arm.com>
|
||||||
|
|
||||||
PR target/87815
|
PR target/87815
|
||||||
|
|
@ -189,7 +194,6 @@
|
||||||
* gcc.dg/pr87600-1.c: New test.
|
* gcc.dg/pr87600-1.c: New test.
|
||||||
* gcc.dg/pr87600-2.c: Likewise.
|
* gcc.dg/pr87600-2.c: Likewise.
|
||||||
|
|
||||||
>>>>>>> .r265976
|
|
||||||
2018-11-08 Jakub Jelinek <jakub@redhat.com>
|
2018-11-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* c-c++-common/gomp/atomic-17.c: New test.
|
* c-c++-common/gomp/atomic-17.c: New test.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
/* PR middle-end/81824 - Warn for missing attributes with function aliases
|
/* PR middle-end/81824 - Warn for missing attributes with function aliases
|
||||||
{ dg-do compile }
|
{ dg-do compile }
|
||||||
|
{ dg-require-ifunc "require ifunc support" }
|
||||||
{ dg-options "-Wall -Wattribute-alias=2" } */
|
{ dg-options "-Wall -Wattribute-alias=2" } */
|
||||||
|
|
||||||
#define ATTR(...) __attribute__ ((__VA_ARGS__))
|
#define ATTR(...) __attribute__ ((__VA_ARGS__))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue