Commit ac9e52e7 by Wilco Dijkstra Committed by Wilco Dijkstra

Add the test this time...

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

From-SVN: r243486
parent cdeb16cb
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
......
/* { dg-do compile } */
/* { dg-options "-O2 -mpc-relative-literal-loads" } */
__int128
t (void)
{
return (__int128)1 << 80;
}
/* { dg-final { scan-assembler "adr" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment