public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail
@ 2015-03-11 21:01 pthaugen at gcc dot gnu.org
  2015-03-12 11:11 ` [Bug testsuite/65394] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pthaugen at gcc dot gnu.org @ 2015-03-11 21:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65394
           Summary: r221327 causes gcc.dg/ipa/pr63569.c to fail
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pthaugen at gcc dot gnu.org
                CC: bergner at gcc dot gnu.org, dje at gcc dot gnu.org,
                    hubicka at gcc dot gnu.org
              Host: powerpc64-unknown-linux-gnu
            Target: powerpc64-unknown-linux-gnu
             Build: powerpc64-unknown-linux-gnu

Following failures started occurring on powerpc64 with r221327.

FAIL: gcc.dg/ipa/pr63569.c scan-ipa-dump icf "different operand volatility"


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

* [Bug testsuite/65394] [5 Regression] r221327 causes gcc.dg/ipa/pr63569.c to fail
  2015-03-11 21:01 [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail pthaugen at gcc dot gnu.org
@ 2015-03-12 11:11 ` rguenth at gcc dot gnu.org
  2015-03-12 11:11 ` [Bug testsuite/65394] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-12 11:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |5.0
            Summary|r221327 causes              |[5 Regression] r221327
                   |gcc.dg/ipa/pr63569.c to     |causes gcc.dg/ipa/pr63569.c
                   |fail                        |to fail


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

* [Bug testsuite/65394] r221327 causes gcc.dg/ipa/pr63569.c to fail
  2015-03-11 21:01 [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail pthaugen at gcc dot gnu.org
  2015-03-12 11:11 ` [Bug testsuite/65394] [5 Regression] " rguenth at gcc dot gnu.org
@ 2015-03-12 11:11 ` rguenth at gcc dot gnu.org
  2015-03-12 12:15 ` [Bug testsuite/65394] [5 Regression] " hjl.tools at gmail dot com
  2015-03-13  1:05 ` hubicka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-12 11:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-12
          Component|ipa                         |testsuite
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Testsuite issue I think.


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

* [Bug testsuite/65394] [5 Regression] r221327 causes gcc.dg/ipa/pr63569.c to fail
  2015-03-11 21:01 [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail pthaugen at gcc dot gnu.org
  2015-03-12 11:11 ` [Bug testsuite/65394] [5 Regression] " rguenth at gcc dot gnu.org
  2015-03-12 11:11 ` [Bug testsuite/65394] " rguenth at gcc dot gnu.org
@ 2015-03-12 12:15 ` hjl.tools at gmail dot com
  2015-03-13  1:05 ` hubicka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2015-03-12 12:15 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Should be fixed by r221371.


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

* [Bug testsuite/65394] [5 Regression] r221327 causes gcc.dg/ipa/pr63569.c to fail
  2015-03-11 21:01 [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail pthaugen at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-03-12 12:15 ` [Bug testsuite/65394] [5 Regression] " hjl.tools at gmail dot com
@ 2015-03-13  1:05 ` hubicka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-03-13  1:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Yep, a testsuite issue - we now get a mismatch earlier because the non-volatile
case turns out to be pure.


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

end of thread, other threads:[~2015-03-13  1:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 21:01 [Bug ipa/65394] New: r221327 causes gcc.dg/ipa/pr63569.c to fail pthaugen at gcc dot gnu.org
2015-03-12 11:11 ` [Bug testsuite/65394] [5 Regression] " rguenth at gcc dot gnu.org
2015-03-12 11:11 ` [Bug testsuite/65394] " rguenth at gcc dot gnu.org
2015-03-12 12:15 ` [Bug testsuite/65394] [5 Regression] " hjl.tools at gmail dot com
2015-03-13  1:05 ` hubicka 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).