public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659
       [not found] <bug-45473-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-06  1:44 ` jason at gcc dot gnu.org
  2010-11-07  3:38 ` jason at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2010-11-06  1:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2010-11-06 01:44:34 UTC ---
Author: jason
Date: Sat Nov  6 01:44:31 2010
New Revision: 166391

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166391
Log:
    PR c++/45473
    * search.c (look_for_overrides): A constructor is never virtual.

Added:
    trunk/gcc/testsuite/g++.dg/inherit/virtual6.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/search.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659
       [not found] <bug-45473-4@http.gcc.gnu.org/bugzilla/>
  2010-11-06  1:44 ` [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659 jason at gcc dot gnu.org
@ 2010-11-07  3:38 ` jason at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2010-11-07  3:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jason at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2010-11-07 03:38:14 UTC ---
Fixed.


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

* [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659
  2010-09-01  0:32 [Bug c++/45473] New: " zsojka at seznam dot cz
  2010-09-01  0:32 ` [Bug c++/45473] " zsojka at seznam dot cz
  2010-09-01  2:29 ` hjl dot tools at gmail dot com
@ 2010-09-02 11:28 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-02 11:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659
  2010-09-01  0:32 [Bug c++/45473] New: " zsojka at seznam dot cz
  2010-09-01  0:32 ` [Bug c++/45473] " zsojka at seznam dot cz
@ 2010-09-01  2:29 ` hjl dot tools at gmail dot com
  2010-09-02 11:28 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-01  2:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-09-01 02:29 -------
It is caused by revision 162008:

http://gcc.gnu.org/ml/gcc-cvs/2010-07/msg00362.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-09-01 02:29:37
               date|                            |
   Target Milestone|---                         |4.6.0


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


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

* [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659
  2010-09-01  0:32 [Bug c++/45473] New: " zsojka at seznam dot cz
@ 2010-09-01  0:32 ` zsojka at seznam dot cz
  2010-09-01  2:29 ` hjl dot tools at gmail dot com
  2010-09-02 11:28 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-09-01  0:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from zsojka at seznam dot cz  2010-09-01 00:32 -------
Created an attachment (id=21631)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21631&action=view)
reduced testcase


-- 


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


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

end of thread, other threads:[~2010-11-07  3:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45473-4@http.gcc.gnu.org/bugzilla/>
2010-11-06  1:44 ` [Bug c++/45473] [4.6 Regression] ICE: in dfs_walk_once, at cp/search.c:1659 jason at gcc dot gnu.org
2010-11-07  3:38 ` jason at gcc dot gnu.org
2010-09-01  0:32 [Bug c++/45473] New: " zsojka at seznam dot cz
2010-09-01  0:32 ` [Bug c++/45473] " zsojka at seznam dot cz
2010-09-01  2:29 ` hjl dot tools at gmail dot com
2010-09-02 11:28 ` rguenth at gcc dot gnu dot 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).