public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/101662] New: FAIL: gcc.target/i386/pr91446.c
@ 2021-07-28 22:01 msebor at gcc dot gnu.org
  2021-07-29  6:24 ` [Bug target/101662] [12 Regression] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-07-28 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101662
           Summary: FAIL: gcc.target/i386/pr91446.c
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

Today's build shows the following failure:

Executing on host: /ssd/build/gcc-trunk/gcc/xgcc -B/ssd/build/gcc-trunk/gcc/
/src/gcc/trunk/gcc/testsuite/gcc.target/i386/pr91446.c   
-fdiagnostics-plain-output  -O2 -march=skylake -ftree-slp-vectorize
-mtune-ctrl=^sse_typeless_stores -ffat-lto-objects -fno-ident -S -o pr91446.s  
 (timeout = 300)
spawn -ignore SIGHUP /ssd/build/gcc-trunk/gcc/xgcc -B/ssd/build/gcc-trunk/gcc/
/src/gcc/trunk/gcc/testsuite/gcc.target/i386/pr91446.c
-fdiagnostics-plain-output -O2 -march=skylake -ftree-slp-vectorize
-mtune-ctrl=^sse_typeless_stores -ffat-lto-objects -fno-ident -S -o pr91446.s
Executing on host: /ssd/build/gcc-trunk/gcc/xgcc -B/ssd/build/gcc-trunk/gcc/
exceptions_enabled18108.cc    -fdiagnostics-plain-output  -S -o
exceptions_enabled18108.s    (timeout = 300)
spawn -ignore SIGHUP /ssd/build/gcc-trunk/gcc/xgcc -B/ssd/build/gcc-trunk/gcc/
exceptions_enabled18108.cc -fdiagnostics-plain-output -S -o
exceptions_enabled18108.s
PASS: gcc.target/i386/pr91446.c (test for excess errors)
gcc.target/i386/pr91446.c: vmovdqa[^\n\r]*xmm[0-9] found 0 times
FAIL: gcc.target/i386/pr91446.c scan-assembler-times vmovdqa[^\n\r]*xmm[0-9] 2
testcase /src/gcc/trunk/gcc/testsuite/gcc.target/i386/i386.exp completed in 1
seconds

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

* [Bug target/101662] [12 Regression] FAIL: gcc.target/i386/pr91446.c
  2021-07-28 22:01 [Bug target/101662] New: FAIL: gcc.target/i386/pr91446.c msebor at gcc dot gnu.org
@ 2021-07-29  6:24 ` rguenth at gcc dot gnu.org
  2021-07-29  6:38 ` crazylht at gmail dot com
  2022-01-20 12:42 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-29  6:24 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL:                       |[12 Regression] FAIL:
                   |gcc.target/i386/pr91446.c   |gcc.target/i386/pr91446.c
   Target Milestone|---                         |12.0
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-07-29
     Ever confirmed|0                           |1
                 CC|                            |crazylht at gmail dot com
             Target|                            |x86_64-*-* i?86-*-*

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  The testcase was just adjusted.

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

* [Bug target/101662] [12 Regression] FAIL: gcc.target/i386/pr91446.c
  2021-07-28 22:01 [Bug target/101662] New: FAIL: gcc.target/i386/pr91446.c msebor at gcc dot gnu.org
  2021-07-29  6:24 ` [Bug target/101662] [12 Regression] " rguenth at gcc dot gnu.org
@ 2021-07-29  6:38 ` crazylht at gmail dot com
  2022-01-20 12:42 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: crazylht at gmail dot com @ 2021-07-29  6:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
Should be "fixed" by r12-2587

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

* [Bug target/101662] [12 Regression] FAIL: gcc.target/i386/pr91446.c
  2021-07-28 22:01 [Bug target/101662] New: FAIL: gcc.target/i386/pr91446.c msebor at gcc dot gnu.org
  2021-07-29  6:24 ` [Bug target/101662] [12 Regression] " rguenth at gcc dot gnu.org
  2021-07-29  6:38 ` crazylht at gmail dot com
@ 2022-01-20 12:42 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-20 12:42 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Indeed fixed.

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

end of thread, other threads:[~2022-01-20 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 22:01 [Bug target/101662] New: FAIL: gcc.target/i386/pr91446.c msebor at gcc dot gnu.org
2021-07-29  6:24 ` [Bug target/101662] [12 Regression] " rguenth at gcc dot gnu.org
2021-07-29  6:38 ` crazylht at gmail dot com
2022-01-20 12:42 ` rguenth 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).