blob: 24a81c5279b84351def4a30dd07b11f2b8c89fb0 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } } */
/* { dg-options "-march=rv64gc -O2 -mabi=lp64" } */
long foo() __attribute__((target(""))); /* { dg-warning "empty string in attribute .target." } */
long foo(long a, long b){
return a + (b * 2);
}
long bar(long a, long b){
return a + (b * 2);
}