public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
@ 2010-12-13 10:18 jakub at gcc dot gnu.org
  2010-12-13 10:19 ` [Bug c++/46919] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-13 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2
                    elts in tsubst
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: dodji@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


Created attachment 22738
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22738
rh650515.ii

The attached testcase ICEs on the 4.5 branch, it was fixed in between
r166174 and r166183 on the trunk by Dodji.  Works in 4.4, introduced in
r145440.


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

* [Bug c++/46919] [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
  2010-12-13 10:18 [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst jakub at gcc dot gnu.org
@ 2010-12-13 10:19 ` jakub at gcc dot gnu.org
  2011-03-08 13:13 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-13 10:19 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.3


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

* [Bug c++/46919] [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
  2010-12-13 10:18 [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst jakub at gcc dot gnu.org
  2010-12-13 10:19 ` [Bug c++/46919] " jakub at gcc dot gnu.org
@ 2011-03-08 13:13 ` rguenth at gcc dot gnu.org
  2011-04-28 15:01 ` rguenth at gcc dot gnu.org
  2012-07-02 10:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-08 13:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.08 13:12:44
      Known to work|                            |4.4.4
     Ever Confirmed|0                           |1
      Known to fail|                            |4.5.0, 4.5.1, 4.5.2

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-08 13:12:44 UTC ---
Confirmed.


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

* [Bug c++/46919] [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
  2010-12-13 10:18 [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst jakub at gcc dot gnu.org
  2010-12-13 10:19 ` [Bug c++/46919] " jakub at gcc dot gnu.org
  2011-03-08 13:13 ` rguenth at gcc dot gnu.org
@ 2011-04-28 15:01 ` rguenth at gcc dot gnu.org
  2012-07-02 10:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 15:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.3                       |4.5.4

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-28 14:51:08 UTC ---
GCC 4.5.3 is being released, adjusting target milestone.


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

* [Bug c++/46919] [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
  2010-12-13 10:18 [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst jakub at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-04-28 15:01 ` rguenth at gcc dot gnu.org
@ 2012-07-02 10:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.4                       |4.6.0

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 10:35:45 UTC ---
Fixed in 4.6.0, the 4.5 branch is being closed.


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

end of thread, other threads:[~2012-07-02 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13 10:18 [Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst jakub at gcc dot gnu.org
2010-12-13 10:19 ` [Bug c++/46919] " jakub at gcc dot gnu.org
2011-03-08 13:13 ` rguenth at gcc dot gnu.org
2011-04-28 15:01 ` rguenth at gcc dot gnu.org
2012-07-02 10:36 ` 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).