[Bug testsuite/66831] FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 3 00:47:00 GMT 2021


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.


More information about the Gcc-bugs mailing list