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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-09-03
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed:
static const
struct processor_costs nocona_cost = {
...
  NULL,                                 /* Loop alignment.  */
  NULL,                                 /* Jump alignment.  */
  NULL,                                 /* Label alignment.  */
  NULL,                                 /* Func alignment.  */



Maybe this testcase should use a -march= or something like that.

Reply via email to