Sign in
gnu
/
gcc
/
4a0fed0c0c7241562eaa5f1a4c916b689429ad86
/
.
/
gcc
/
testsuite
/
g++.target
/
i386
/
mv7.C
blob: 2a7ce659cdb0ba5c36d52cf588bffa0637268e78 [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "" }
__attribute__
((
target
(
"default"
)))
void
foo
(
void
)
// { dg-message "previously defined here" }
{
}
__attribute__
((
target
(
128
)))
void
foo
(
void
)
// { dg-error "(not a string|redefinition)" }
{
}