public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42315] [4.3/4.4/4.5/4.6/4.7 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 13:09 ` rguenth at gcc dot gnu.org
  2012-03-13 13:21 ` [Bug c++/42315] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 13:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:12:57 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug c++/42315] [4.5/4.6/4.7/4.8 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:09 ` [Bug c++/42315] [4.3/4.4/4.5/4.6/4.7 Regression] ICE with invalid array initializer rguenth at gcc dot gnu.org
@ 2012-03-13 13:21 ` jakub at gcc dot gnu.org
  2012-07-02 13:20 ` [Bug c++/42315] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 13:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:45:39 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug c++/42315] [4.6/4.7/4.8 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:09 ` [Bug c++/42315] [4.3/4.4/4.5/4.6/4.7 Regression] ICE with invalid array initializer rguenth at gcc dot gnu.org
  2012-03-13 13:21 ` [Bug c++/42315] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:20 ` rguenth at gcc dot gnu.org
  2012-12-14 16:38 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug c++/42315] [4.6/4.7/4.8 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-02 13:20 ` [Bug c++/42315] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2012-12-14 16:38 ` jason at gcc dot gnu.org
  2012-12-14 20:59 ` jason at gcc dot gnu.org
  2012-12-14 21:00 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-12-14 16:38 UTC (permalink / raw)
  To: gcc-bugs


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jason at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug c++/42315] [4.6/4.7/4.8 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-12-14 16:38 ` jason at gcc dot gnu.org
@ 2012-12-14 20:59 ` jason at gcc dot gnu.org
  2012-12-14 21:00 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-12-14 20:59 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2012-12-14 20:58:06 UTC ---
Author: jason
Date: Fri Dec 14 20:57:55 2012
New Revision: 194509

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194509
Log:
    PR c++/42315
    * decl.c (maybe_deduce_size_from_array_init): Don't change the
    variable type.

Added:
    trunk/gcc/testsuite/g++.dg/init/array32.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/g++.dg/gomp/pr34964.C
    trunk/gcc/testsuite/g++.dg/init/array21.C


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

* [Bug c++/42315] [4.6/4.7/4.8 Regression] ICE with invalid array initializer
       [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-12-14 20:59 ` jason at gcc dot gnu.org
@ 2012-12-14 21:00 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-12-14 21:00 UTC (permalink / raw)
  To: gcc-bugs


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.8.0

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2012-12-14 20:59:07 UTC ---
Fixed for 4.8.


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

end of thread, other threads:[~2012-12-14 21:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-42315-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 13:09 ` [Bug c++/42315] [4.3/4.4/4.5/4.6/4.7 Regression] ICE with invalid array initializer rguenth at gcc dot gnu.org
2012-03-13 13:21 ` [Bug c++/42315] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:20 ` [Bug c++/42315] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2012-12-14 16:38 ` jason at gcc dot gnu.org
2012-12-14 20:59 ` jason at gcc dot gnu.org
2012-12-14 21:00 ` jason 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).