[Bug c++/26155] ICE after error with namespace alias

2012-06-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/26155] ICE after error with namespace alias

2012-06-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/26155] ICE after error with namespace alias

2012-06-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155 --- Comment #7 from paolo at gcc dot gnu.org 2012-06-01 16:11:44 UTC --- Author: paolo Date: Fri Jun 1 16:11:38 2012 New Revision: 188113 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188113 Log: /cp 2012-06-01 Paolo Carlini PR

[Bug c++/26155] ICE after error with namespace alias

2012-05-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/26155] ICE after error with namespace alias

2009-12-29 Thread debian-gcc at lists dot debian dot org
--- Comment #5 from debian-gcc at lists dot debian dot org 2009-12-29 16:49 --- confirmed with trunk 20091228 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155

[Bug c++/26155] ICE after error with namespace alias

2009-03-24 Thread doko at ubuntu dot com
--- Comment #4 from doko at ubuntu dot com 2009-03-24 10:40 --- confirmed with 4.3.4 and 4.4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155

[Bug c++/26155] ICE after error with namespace alias

2006-02-09 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-02-09 16:51 --- Confirmed. Even simpler testcase: === namespace N { namespace M = N; namespace M {} } === -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug c++/26155] ICE after error with namespace alias

2006-02-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-09 00:41 --- (From update of attachment 10805) This patch was submitted to the wrong bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26155] ICE after error with namespace alias

2006-02-08 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2006-02-08 21:40 --- Created an attachment (id=10805) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10805&action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155