PR c/81824 - Warn for missing attributes with function aliases
authorMartin Sebor <msebor@redhat.com>
Mon, 12 Nov 2018 18:02:41 +0000 (18:02 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Mon, 12 Nov 2018 18:02:41 +0000 (11:02 -0700)
gcc/testsuite/ChangeLog:
* gcc.dg/Wattribute-alias.c: Require ifunc support.

From-SVN: r266034

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wattribute-alias.c

index 64b072f2293a5b27db9794c1ce4f1e5048a165eb..f2a4baf3b00f14dc2c996fb410b0ade5254edee7 100644 (file)
@@ -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>
 
        PR target/87815
        * gcc.dg/pr87600-1.c: New test.
        * gcc.dg/pr87600-2.c: Likewise.
 
->>>>>>> .r265976
 2018-11-08  Jakub Jelinek  <jakub@redhat.com>
 
        * c-c++-common/gomp/atomic-17.c: New test.
index 175e40b47640bfdc169c24361a2a3ac8bb71cea8..223da3a256826b283fda4b934a91b9660ec2ad2b 100644 (file)
@@ -1,5 +1,6 @@
 /* PR middle-end/81824 - Warn for missing attributes with function aliases
    { dg-do compile }
+   { dg-require-ifunc "require ifunc support" }
    { dg-options "-Wall -Wattribute-alias=2" } */
 
 #define ATTR(...)   __attribute__ ((__VA_ARGS__))