Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.target/i386/mv7.C
2023-03-06 14:48:14 +01:00

13 lines
240 B
C

// { 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)" }
{
}