public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58550] [4.9 Regression] ][c++0x] ICE with auto in function return type and lto
       [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
@ 2013-09-27  8:24 ` mpolacek at gcc dot gnu.org
  2013-11-05 14:37 ` [Bug c++/58550] [4.9 Regression] ][c++11] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-09-27  8:24 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
This one seems to start with r198099 -- but it might be some other latent
issue...


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

* [Bug c++/58550] [4.9 Regression] ][c++11] ICE with auto in function return type and lto
       [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
  2013-09-27  8:24 ` [Bug c++/58550] [4.9 Regression] ][c++0x] ICE with auto in function return type and lto mpolacek at gcc dot gnu.org
@ 2013-11-05 14:37 ` rguenth at gcc dot gnu.org
  2014-01-24 17:12 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-05 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
language specific trees should not leak to LTO.  If this is invalid input then
raise an error - we won't even start streaming into LTO bytecode then.


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

* [Bug c++/58550] [4.9 Regression] ][c++11] ICE with auto in function return type and lto
       [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
  2013-09-27  8:24 ` [Bug c++/58550] [4.9 Regression] ][c++0x] ICE with auto in function return type and lto mpolacek at gcc dot gnu.org
  2013-11-05 14:37 ` [Bug c++/58550] [4.9 Regression] ][c++11] " rguenth at gcc dot gnu.org
@ 2014-01-24 17:12 ` jason at gcc dot gnu.org
  2014-01-24 19:06 ` jason at gcc dot gnu.org
  2014-01-24 19:06 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-24 17:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug c++/58550] [4.9 Regression] ][c++11] ICE with auto in function return type and lto
       [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-01-24 19:06 ` jason at gcc dot gnu.org
@ 2014-01-24 19:06 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-24 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jan 24 19:05:39 2014
New Revision: 207055

URL: http://gcc.gnu.org/viewcvs?rev=207055&root=gcc&view=rev
Log:
    PR c++/58550
    * decl.c (grokdeclarator): Turn pedwarn about auto return type in
    c++11 into error.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/auto41.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


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

* [Bug c++/58550] [4.9 Regression] ][c++11] ICE with auto in function return type and lto
       [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-01-24 17:12 ` jason at gcc dot gnu.org
@ 2014-01-24 19:06 ` jason at gcc dot gnu.org
  2014-01-24 19:06 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-24 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-01-24 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-58550-4@http.gcc.gnu.org/bugzilla/>
2013-09-27  8:24 ` [Bug c++/58550] [4.9 Regression] ][c++0x] ICE with auto in function return type and lto mpolacek at gcc dot gnu.org
2013-11-05 14:37 ` [Bug c++/58550] [4.9 Regression] ][c++11] " rguenth at gcc dot gnu.org
2014-01-24 17:12 ` jason at gcc dot gnu.org
2014-01-24 19:06 ` jason at gcc dot gnu.org
2014-01-24 19:06 ` 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).