public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/50138] New: ICE in vect_transform_stmt
@ 2011-08-20 13:03 d.g.gorbachev at gmail dot com
  2011-08-21  9:25 ` [Bug tree-optimization/50138] [4.6 Regression] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-08-20 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50138
           Summary: ICE in vect_transform_stmt
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com
            Target: i686-pc-linux-gnu


Created attachment 25061
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25061
Compile with `-O3 -DBUG'


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
@ 2011-08-21  9:25 ` rguenth at gcc dot gnu.org
  2011-08-24 14:21 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-21  9:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |irar at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org
   Target Milestone|---                         |4.6.2
            Summary|ICE in vect_transform_stmt  |[4.6 Regression] ICE in
                   |                            |vect_transform_stmt


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
  2011-08-21  9:25 ` [Bug tree-optimization/50138] [4.6 Regression] " rguenth at gcc dot gnu.org
@ 2011-08-24 14:21 ` jakub at gcc dot gnu.org
  2011-08-31  8:57 ` irar at il dot ibm.com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-08-24 14:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-08-24
                 CC|                            |jakub at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-24 14:16:08 UTC ---
On the trunk started likely with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161797
and got fixed with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173132 (aka PR48765).
Not sure if that patch is safely backportable though.


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
  2011-08-21  9:25 ` [Bug tree-optimization/50138] [4.6 Regression] " rguenth at gcc dot gnu.org
  2011-08-24 14:21 ` jakub at gcc dot gnu.org
@ 2011-08-31  8:57 ` irar at il dot ibm.com
  2011-08-31  9:23 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: irar at il dot ibm.com @ 2011-08-31  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

Ira Rosen <irar at il dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |irar at il dot ibm.com

--- Comment #2 from Ira Rosen <irar at il dot ibm.com> 2011-08-31 08:40:24 UTC ---
Yes, it's the same problem as in pr48765. I don't know how else to fix it
either than backport the patch. Do you think it's not safe because it's a big
patch that touches a lot of code?

Thanks,
Ira


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2011-08-31  8:57 ` irar at il dot ibm.com
@ 2011-08-31  9:23 ` jakub at gcc dot gnu.org
  2011-08-31 10:18 ` irar at il dot ibm.com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-08-31  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-31 08:46:46 UTC ---
That's up to you to decide, you are the maintainer ;)
My comment was just in the light of a longish ChangeLog entry, haven't read the
actual changes how risky they are, if there were any follow-ups needed, etc.


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2011-08-31  9:23 ` jakub at gcc dot gnu.org
@ 2011-08-31 10:18 ` irar at il dot ibm.com
  2011-08-31 10:47 ` d.g.gorbachev at gmail dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: irar at il dot ibm.com @ 2011-08-31 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Ira Rosen <irar at il dot ibm.com> 2011-08-31 09:42:18 UTC ---
(In reply to comment #3)
> That's up to you to decide, you are the maintainer ;)

Yes, but not the release manager...

> My comment was just in the light of a longish ChangeLog entry, haven't read the
> actual changes how risky they are, if there were any follow-ups needed, etc.

I don't remember any follow-ups. 

I think I'll submit a backport patch.

Thanks,
Ira


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2011-08-31 10:18 ` irar at il dot ibm.com
@ 2011-08-31 10:47 ` d.g.gorbachev at gmail dot com
  2011-10-26 17:55 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-08-31 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-08-31 10:36:51 UTC ---
This problem is not very important. If it's hard to fix this bug, then do not
fix it.


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (5 preceding siblings ...)
  2011-08-31 10:47 ` d.g.gorbachev at gmail dot com
@ 2011-10-26 17:55 ` jakub at gcc dot gnu.org
  2012-03-01 14:41 ` jakub at gcc dot gnu.org
  2013-04-12 16:17 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-10-26 17:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.2                       |4.6.3

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-10-26 17:13:31 UTC ---
GCC 4.6.2 is being released.


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (6 preceding siblings ...)
  2011-10-26 17:55 ` jakub at gcc dot gnu.org
@ 2012-03-01 14:41 ` jakub at gcc dot gnu.org
  2013-04-12 16:17 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-01 14:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.3                       |4.6.4

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-01 14:38:20 UTC ---
GCC 4.6.3 is being released.


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

* [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
  2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
                   ` (7 preceding siblings ...)
  2012-03-01 14:41 ` jakub at gcc dot gnu.org
@ 2013-04-12 16:17 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 16:17 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.7.0

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 16:17:37 UTC ---
The 4.6 branch has been closed, fixed in GCC 4.7.0.


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-20 13:03 [Bug tree-optimization/50138] New: ICE in vect_transform_stmt d.g.gorbachev at gmail dot com
2011-08-21  9:25 ` [Bug tree-optimization/50138] [4.6 Regression] " rguenth at gcc dot gnu.org
2011-08-24 14:21 ` jakub at gcc dot gnu.org
2011-08-31  8:57 ` irar at il dot ibm.com
2011-08-31  9:23 ` jakub at gcc dot gnu.org
2011-08-31 10:18 ` irar at il dot ibm.com
2011-08-31 10:47 ` d.g.gorbachev at gmail dot com
2011-10-26 17:55 ` jakub at gcc dot gnu.org
2012-03-01 14:41 ` jakub at gcc dot gnu.org
2013-04-12 16:17 ` 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).