[Bug bootstrap/88883] [AArch64] gcc/config/aarch64/aarch64.opt: aarch64_branch_protection_string type

2023-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Andrew Pinski  ---
Oh this was fixed already. a dup of bug 90543.

*** This bug has been marked as a duplicate of bug 90543 ***

[Bug bootstrap/88883] [AArch64] gcc/config/aarch64/aarch64.opt: aarch64_branch_protection_string type

2023-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

--- Comment #2 from Andrew Pinski  ---
For a cross from x86_64-linux-gnu to aarch64-linux-gnu produces:
  if (ptr->x_aarch64_branch_protection_string)
fprintf (file, "%*s%s (%s)\n",
 indent, "",
 "aarch64_branch_protection_string",
 ptr->x_aarch64_branch_protection_string);

[Bug bootstrap/88883] [AArch64] gcc/config/aarch64/aarch64.opt: aarch64_branch_protection_string type

2023-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

Andrew Pinski  changed:

   What|Removed |Added

  Component|driver  |bootstrap

--- Comment #1 from Andrew Pinski  ---
It should have been recorded as string type in optc-save-gen.awk.