public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>"
       [not found] <20030102043601.9127.schmid@snake.iap.physik.tu-darmstadt.de>
@ 2003-08-29  8:21 ` gdr at gcc dot gnu dot org
  2003-11-09  3:13 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2003-08-29  8:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gdr at gcc dot gnu dot org  |mmitchel at gcc dot gnu dot
                   |                            |org
           Keywords|diagnostic                  |


------- Additional Comments From gdr at gcc dot gnu dot org  2003-08-29 08:21 -------
Again, this is parser problem proper.


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

* [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>"
       [not found] <20030102043601.9127.schmid@snake.iap.physik.tu-darmstadt.de>
  2003-08-29  8:21 ` [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>" gdr at gcc dot gnu dot org
@ 2003-11-09  3:13 ` pinskia at gcc dot gnu dot org
  2003-12-04  7:04 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  7:08 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-09  3:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
   Last reconfirmed|2003-08-02 18:05:13         |2003-11-09 03:13:22
               date|                            |


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


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

* [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>"
       [not found] <20030102043601.9127.schmid@snake.iap.physik.tu-darmstadt.de>
  2003-08-29  8:21 ` [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>" gdr at gcc dot gnu dot org
  2003-11-09  3:13 ` pinskia at gcc dot gnu dot org
@ 2003-12-04  7:04 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  7:08 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-04  7:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-04 07:04 -------
Subject: Bug 9127

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2003-12-04 07:04:01

Modified files:
	gcc/cp         : ChangeLog cp-tree.h parser.c search.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/template: error6.C 

Log message:
	PR c++/9127
	* cp-tree.h (at_namespace_scope_p): New function.
	* parser.c (cp_parser_class_head): Handle invalid explicit
	specializations.
	* search.c (at_namespace_scope_p): New function.
	
	PR c++/9127
	* g++.dg/template/error6.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3780&r2=1.3781
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.934&r2=1.935
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.125&r2=1.126
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&r1=1.282&r2=1.283
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3225&r2=1.3226
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/error6.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>"
       [not found] <20030102043601.9127.schmid@snake.iap.physik.tu-darmstadt.de>
                   ` (2 preceding siblings ...)
  2003-12-04  7:04 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-04  7:08 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-12-04  7:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-12-04 07:08 -------
Fixed in GCC 3.4.

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


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


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

end of thread, other threads:[~2003-12-04  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030102043601.9127.schmid@snake.iap.physik.tu-darmstadt.de>
2003-08-29  8:21 ` [Bug c++/9127] Confusing diagnostic on specialization not introduced by "template<>" gdr at gcc dot gnu dot org
2003-11-09  3:13 ` pinskia at gcc dot gnu dot org
2003-12-04  7:04 ` cvs-commit at gcc dot gnu dot org
2003-12-04  7:08 ` mmitchel 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).