public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
@ 2015-01-07 12:24 ` jakub at gcc dot gnu.org
  2015-01-13 12:41 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-01-07 12:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.3


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
  2015-01-07 12:24 ` [Bug c++/64521] [4.9/5 Regression] ICE with -frepo jakub at gcc dot gnu.org
@ 2015-01-13 12:41 ` rguenth at gcc dot gnu.org
  2015-01-13 14:26 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-13 12:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
  2015-01-07 12:24 ` [Bug c++/64521] [4.9/5 Regression] ICE with -frepo jakub at gcc dot gnu.org
  2015-01-13 12:41 ` rguenth at gcc dot gnu.org
@ 2015-01-13 14:26 ` redi at gcc dot gnu.org
  2015-01-29 16:10 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-13 14:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I have a doc patch somewhere advising against using -frepo ... it's not
necessary on modern systems and seems to have bit-rotted.


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-01-13 14:26 ` redi at gcc dot gnu.org
@ 2015-01-29 16:10 ` jason at gcc dot gnu.org
  2015-01-29 16:48 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2015-01-29 16:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Jan 29 16:09:56 2015
New Revision: 220251

URL: https://gcc.gnu.org/viewcvs?rev=220251&root=gcc&view=rev
Log:
    PR c++/64521
    * repo.c (repo_emit_p): It's OK for a clone to be extern at this
    point.

Added:
    trunk/gcc/testsuite/g++.dg/template/repo11.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/repo.c


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-01-29 16:10 ` jason at gcc dot gnu.org
@ 2015-01-29 16:48 ` jason at gcc dot gnu.org
  2015-01-29 16:48 ` jason at gcc dot gnu.org
  2015-04-09 16:06 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2015-01-29 16:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Jan 29 16:47:32 2015
New Revision: 220255

URL: https://gcc.gnu.org/viewcvs?rev=220255&root=gcc&view=rev
Log:
    PR c++/64521
    * repo.c (repo_emit_p): It's OK for a clone to be extern at this
    point.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/template/repo11.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/repo.c


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-01-29 16:48 ` jason at gcc dot gnu.org
@ 2015-01-29 16:48 ` jason at gcc dot gnu.org
  2015-04-09 16:06 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2015-01-29 16:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org

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


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

* [Bug c++/64521] [4.9/5 Regression] ICE with -frepo
       [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-01-29 16:48 ` jason at gcc dot gnu.org
@ 2015-04-09 16:06 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2015-04-09 16:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marbacz at gmail dot com

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
*** Bug 65720 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2015-04-09 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-64521-4@http.gcc.gnu.org/bugzilla/>
2015-01-07 12:24 ` [Bug c++/64521] [4.9/5 Regression] ICE with -frepo jakub at gcc dot gnu.org
2015-01-13 12:41 ` rguenth at gcc dot gnu.org
2015-01-13 14:26 ` redi at gcc dot gnu.org
2015-01-29 16:10 ` jason at gcc dot gnu.org
2015-01-29 16:48 ` jason at gcc dot gnu.org
2015-01-29 16:48 ` jason at gcc dot gnu.org
2015-04-09 16:06 ` redi 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).