public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
@ 2011-06-01 19:13 hjl.tools at gmail dot com
  2011-06-01 19:35 ` [Bug middle-end/49261] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-01 19:13 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

           Summary: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 174538 gave

FAIL: gcc.dg/tree-ssa/forwprop-9.c scan-tree-dump-times optimized " = 1" 2

Revision 174535 is OK.


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

* [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
  2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
@ 2011-06-01 19:35 ` rguenth at gcc dot gnu.org
  2011-06-01 22:28 ` xinliangli at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-01 19:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
  2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
  2011-06-01 19:35 ` [Bug middle-end/49261] " rguenth at gcc dot gnu.org
@ 2011-06-01 22:28 ` xinliangli at gmail dot com
  2011-06-02  9:44 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xinliangli at gmail dot com @ 2011-06-01 22:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

davidxl <xinliangli at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xinliangli at gmail dot com

--- Comment #1 from davidxl <xinliangli at gmail dot com> 2011-06-01 22:27:59 UTC ---
(In reply to comment #0)
> On Linux/ia32, revision 174538 gave
> 
> FAIL: gcc.dg/tree-ssa/forwprop-9.c scan-tree-dump-times optimized " = 1" 2
> 
> Revision 174535 is OK.

Right -- the counting of '= 1' is screwed up.

David


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

* [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
  2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
  2011-06-01 19:35 ` [Bug middle-end/49261] " rguenth at gcc dot gnu.org
  2011-06-01 22:28 ` xinliangli at gmail dot com
@ 2011-06-02  9:44 ` rguenth at gcc dot gnu.org
  2011-06-02 16:34 ` xinliangli at gmail dot com
  2011-06-03 13:05 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-02  9:44 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-02 09:44:34 UTC ---
Well, it's unfortunate that the new function header matches assignments.
Consider omitting the spaces around the '='s there.


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

* [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
  2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-02  9:44 ` rguenth at gcc dot gnu.org
@ 2011-06-02 16:34 ` xinliangli at gmail dot com
  2011-06-03 13:05 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: xinliangli at gmail dot com @ 2011-06-02 16:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

--- Comment #3 from davidxl <xinliangli at gmail dot com> 2011-06-02 16:33:37 UTC ---
(In reply to comment #2)
> Well, it's unfortunate that the new function header matches assignments.
> Consider omitting the spaces around the '='s there.

Yes -- it was just fixed that way.

David


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

* [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
  2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-06-02 16:34 ` xinliangli at gmail dot com
@ 2011-06-03 13:05 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-03 13:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-03 13:04:36 UTC ---
Seems to be fixed now.


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-01 19:13 [Bug middle-end/49261] New: [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c hjl.tools at gmail dot com
2011-06-01 19:35 ` [Bug middle-end/49261] " rguenth at gcc dot gnu.org
2011-06-01 22:28 ` xinliangli at gmail dot com
2011-06-02  9:44 ` rguenth at gcc dot gnu.org
2011-06-02 16:34 ` xinliangli at gmail dot com
2011-06-03 13:05 ` jakub 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).