repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr80210.c
blob
9e2f2d9da49814ef7f76d129d0b562e9cef58d16
1
/* Test for ICE arising from GCC target pragma. */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
double
6
foo
(
double
a
)
7
{
8
return
__builtin_sqrt
(
a
);
9
}
10
#pragma GCC target
"no-powerpc-gpopt"