blob: 876a736222077e6ff6d5289977dc7b6c2ac9ddb8 [file] [log] [blame]
// { dg-do compile }
// { dg-options "" }
void foo ();
void foo () __attribute__((target ("sse4")));
void foo () __attribute__((target ("default"))); // { dg-message "previous declaration" }
void foo () // { dg-error "attribute for multi-versioned" }
{
}