public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto
       [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-13 15:41 ` rguenth at gcc dot gnu.org
  2013-11-18 16:54 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-13 15:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto
       [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
  2013-11-13 15:41 ` [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto rguenth at gcc dot gnu.org
@ 2013-11-18 16:54 ` paolo.carlini at oracle dot com
  2013-11-19 15:08 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-18 16:54 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-11-18
           Assignee|unassigned at gcc dot gnu.org      |paolo.carlini at oracle dot com
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Patchlet here: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01433.html


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

* [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto
       [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
  2013-11-13 15:41 ` [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto rguenth at gcc dot gnu.org
  2013-11-18 16:54 ` paolo.carlini at oracle dot com
@ 2013-11-19 15:08 ` rguenth at gcc dot gnu.org
  2013-11-25  9:29 ` paolo at gcc dot gnu.org
  2013-11-25  9:30 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-19 15:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto
       [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-11-19 15:08 ` rguenth at gcc dot gnu.org
@ 2013-11-25  9:29 ` paolo at gcc dot gnu.org
  2013-11-25  9:30 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-11-25  9:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Mon Nov 25 09:29:18 2013
New Revision: 205344

URL: http://gcc.gnu.org/viewcvs?rev=205344&root=gcc&view=rev
Log:
/cp
2013-11-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/59080
    * pt.c (unify): Don't call unify_array_domain with a NULL_TREE
    third argument.

    PR c++/59096
    * pt.c (apply_late_template_attributes): Check that TREE_VALUE
    isn't NULL_TREE in the attribute_takes_identifier_p case.

/testsuite
2013-11-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/59080
    * g++.dg/cpp0x/initlist75.C: New.

    PR c++/59096
    * g++.dg/cpp0x/gen-attrs-57.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-57.C
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist75.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto
       [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-11-25  9:29 ` paolo at gcc dot gnu.org
@ 2013-11-25  9:30 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-25  9:30 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Fixed.


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

end of thread, other threads:[~2013-11-25  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-59080-4@http.gcc.gnu.org/bugzilla/>
2013-11-13 15:41 ` [Bug c++/59080] [4.9 Regression] [c++11] ICE with array of auto rguenth at gcc dot gnu.org
2013-11-18 16:54 ` paolo.carlini at oracle dot com
2013-11-19 15:08 ` rguenth at gcc dot gnu.org
2013-11-25  9:29 ` paolo at gcc dot gnu.org
2013-11-25  9:30 ` paolo.carlini at oracle dot com

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).