Add the test this time...

PR target/78733
        * gcc.target/aarch64/pr78733.c: New test.

From-SVN: r243486
This commit is contained in:
Wilco Dijkstra 2016-12-09 14:26:07 +00:00 committed by Wilco Dijkstra
parent cdeb16cbf2
commit ac9e52e72b
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-12-09 Wilco Dijkstra <wdijkstr@arm.com>
PR target/78733
* gcc.target/aarch64/pr78733.c: New test.
2016-12-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/61767

View File

@ -0,0 +1,10 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mpc-relative-literal-loads" } */
__int128
t (void)
{
return (__int128)1 << 80;
}
/* { dg-final { scan-assembler "adr" } } */