public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
@ 2020-05-20  9:17 marxin at gcc dot gnu.org
  2020-05-20  9:38 ` [Bug target/95234] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-20  9:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95234
           Summary: [11 Regression] 416.gamess Miscompare of exam29.out
                    since r11-455-g94f687bd9ae37ece
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: uros at gcc dot gnu.org
            Blocks: 26163
  Target Milestone: ---
              Host: x86_64-linux-gnu

Since the revision I see a miscompare for -Ofast -march=znver2 -g.

runspec --config=spec2006 --size=test --iterations=1  --no-reportable --action
run --tune=peak 416.gamess -D


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
[Bug 26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

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

* [Bug target/95234] [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
  2020-05-20  9:17 [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece marxin at gcc dot gnu.org
@ 2020-05-20  9:38 ` marxin at gcc dot gnu.org
  2020-05-20  9:54 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-20  9:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Changed object files:

objfolderdiff.py /tmp/good-objects/ /tmp/bad-objects/   
    26/   151: dgeev.o: different
    27/   151: dmulti.fppized.o: different
    46/   151: eigen.fppized.o: different
    56/   151: grd2b.o: different
    81/   151: loccd.fppized.o: different
    88/   151: mcqdpt.fppized.o: different
   102/   151: mthlib.fppized.o: different
   118/   151: prplib.fppized.o: different
   129/   151: scflib.fppized.o: different
   138/   151: symorb.fppized.o: different
   150/   151: zmatrx.fppized.o: different

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

* [Bug target/95234] [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
  2020-05-20  9:17 [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece marxin at gcc dot gnu.org
  2020-05-20  9:38 ` [Bug target/95234] " marxin at gcc dot gnu.org
@ 2020-05-20  9:54 ` rguenth at gcc dot gnu.org
  2020-10-16 11:46 ` rguenth at gcc dot gnu.org
  2020-10-16 12:04 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-20  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Maybe related to the recent avx_fma testsuite fails?  (anyone bisected those?)

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

* [Bug target/95234] [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
  2020-05-20  9:17 [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece marxin at gcc dot gnu.org
  2020-05-20  9:38 ` [Bug target/95234] " marxin at gcc dot gnu.org
  2020-05-20  9:54 ` rguenth at gcc dot gnu.org
@ 2020-10-16 11:46 ` rguenth at gcc dot gnu.org
  2020-10-16 12:04 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-16 11:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2020-10-16
     Ever confirmed|0                           |1

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Is this still a problem?

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

* [Bug target/95234] [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
  2020-05-20  9:17 [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-10-16 11:46 ` rguenth at gcc dot gnu.org
@ 2020-10-16 12:04 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-10-16 12:04 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
It's already fine.

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

end of thread, other threads:[~2020-10-16 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  9:17 [Bug target/95234] New: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece marxin at gcc dot gnu.org
2020-05-20  9:38 ` [Bug target/95234] " marxin at gcc dot gnu.org
2020-05-20  9:54 ` rguenth at gcc dot gnu.org
2020-10-16 11:46 ` rguenth at gcc dot gnu.org
2020-10-16 12:04 ` marxin 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).