Revert "target: Support whitespaces in target attr/pragma."
This reverts commit 6b34f5c5ec
.
This commit is contained in:
parent
fe8ddf855e
commit
85d7543a22
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
/* PR target/102375 */
|
||||
/* { dg-do compile } */
|
||||
|
||||
void calculate(void) __attribute__ ((target ("+sve, +sve2")));
|
Loading…
Add table
Reference in a new issue