Skip to content
Snippets Groups Projects
Commit 85d7543a authored by Martin Liska's avatar Martin Liska
Browse files

Revert "target: Support whitespaces in target attr/pragma."

This reverts commit 6b34f5c5.
parent fe8ddf85
No related branches found
No related tags found
No related merge requests found
......@@ -17634,7 +17634,6 @@ aarch64_process_one_target_attr (char *arg_str)
 
char *str_to_check = (char *) alloca (len + 1);
strcpy (str_to_check, arg_str);
str_to_check = strip_whitespaces (str_to_check, &len);
 
/* We have something like __attribute__ ((target ("+fp+nosimd"))).
It is easier to detect and handle it explicitly here rather than going
......
/* PR target/102375 */
/* { dg-do compile } */
void calculate(void) __attribute__ ((target ("+sve, +sve2")));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment