re PR target/79041 (aarch64 backend emits R_AARCH64_ADR_PREL_PG_HI21 relocation despi...
authorWilco Dijkstra <wdijkstr@arm.com>
Tue, 25 Jul 2017 12:03:13 +0000 (12:03 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Tue, 25 Jul 2017 12:03:13 +0000 (12:03 +0000)
Fix PR79041

Add missing scan assembler to testcase.

    gcc/testsuite/
* gcc.target/aarch64/pr79041-2.c: Improve test.

From-SVN: r250512

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr79041-2.c

index d79286fe70d36c1f586e39215bc0d15d4876eceb..433b79c39d9f133a38ad85d85218e4248d187be3 100644 (file)
@@ -1,3 +1,7 @@
+2017-07-25  Wilco Dijkstra  <wdijkstr@arm.com>
+
+       * testsuite/gcc.target/aarch64/pr79041-2.c: Improve test.
+
 2017-07-25  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/81410
index e7899725bad2b770f8488a07f99792113275bdf2..cd34fbab85a92d00cba7091d4146deaaf3a862a9 100644 (file)
@@ -8,3 +8,4 @@ t (void)
 }
 
 /* { dg-final { scan-assembler "adr" } } */
+/* { dg-final { scan-assembler-not "adrp" } } */