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

This reverts commit 6b34f5c5ec75823d656b6882f12d46248402a2aa.
This commit is contained in:
Martin Liska 2021-10-20 14:49:12 +02:00
parent fe8ddf855e
commit 85d7543a22
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
/* PR target/102375 */
/* { dg-do compile } */
void calculate(void) __attribute__ ((target ("+sve, +sve2")));