public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/66831] New: FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align
@ 2015-07-10 16:53 hjl.tools at gmail dot com
  2021-09-03  0:47 ` [Bug testsuite/66831] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-10 16:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66831
           Summary: FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler
                    p2align
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ubizjak at gmail dot com
  Target Milestone: ---

When GCC is configured with --with-cpu=nocona, we got

FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align

It is due to

{"nocona", &nocona_cost, 0, 0, 0, 0, 0},

in i386.c.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug testsuite/66831] FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align
  2015-07-10 16:53 [Bug testsuite/66831] New: FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align hjl.tools at gmail dot com
@ 2021-09-03  0:47 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-03  0:47 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-03  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-10 16:53 [Bug testsuite/66831] New: FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align hjl.tools at gmail dot com
2021-09-03  0:47 ` [Bug testsuite/66831] " pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).