https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85928

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |13.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/onlinedocs/gcc-7.5.0/gcc/Option-Index.html#Option-Index

Most were fixed in GCC 9:
https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/Option-Index.html#Option-Index

All but 80387 was fixed by GCC 10 as seen by
https://gcc.gnu.org/onlinedocs/gcc-10.5.0/gcc/Option-Index.html .

Some more were added in GCC 12:
https://gcc.gnu.org/onlinedocs/gcc-12.3.0/gcc/Option-Index.html


But all were fixed in GCC 13:
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Option-Index.html


80387 was fixed by r13-4020-g30348d30d9567c .
r13-4019-g9c19597c0d9181 fixed the ones which were introduced in GCC 12.



r13-4040-gd7971cf7625547 fixed a few ones not related to what is listed here.

r10-1344-gde80936dbf2ae4 fixed the scalar-storage-order ones.

r9-3920-ga28102f8cc84d0 fixed the ones which fixed during GCC 9.

Reply via email to