public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
@ 2003-06-19 18:34 ` pinskia at physics dot uc dot edu
  2003-07-29 15:11 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-19 18:34 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=3671


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-04-30 00:00:00         |2003-06-19 18:34:23
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-19 18:34 -------
still get the same error message on the mainline (20030618).


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

* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
  2003-06-19 18:34 ` [Bug c++/3671] cannot deduce enum template parameter with multiple overloads pinskia at physics dot uc dot edu
@ 2003-07-29 15:11 ` pinskia at physics dot uc dot edu
  2004-07-05 18:57 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 15:11 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=3671


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at physics dot uc
                   |                            |dot edu
           Severity|critical                    |normal
   Last reconfirmed|2003-06-23 12:49:35         |2003-07-29 15:11:31
               date|                            |


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

* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
  2003-06-19 18:34 ` [Bug c++/3671] cannot deduce enum template parameter with multiple overloads pinskia at physics dot uc dot edu
  2003-07-29 15:11 ` pinskia at physics dot uc dot edu
@ 2004-07-05 18:57 ` giovannibajo at libero dot it
  2004-07-05 18:58 ` giovannibajo at libero dot it
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-05 18:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-05 18:57 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
                   ` (2 preceding siblings ...)
  2004-07-05 18:57 ` giovannibajo at libero dot it
@ 2004-07-05 18:58 ` giovannibajo at libero dot it
  2004-07-06 10:51 ` cvs-commit at gcc dot gnu dot org
  2004-07-06 10:52 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-05 18:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-05 18:58 -------
Patch posted, waiting for review:
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00375.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
                   ` (3 preceding siblings ...)
  2004-07-05 18:58 ` giovannibajo at libero dot it
@ 2004-07-06 10:51 ` cvs-commit at gcc dot gnu dot org
  2004-07-06 10:52 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-06 10:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-06 10:51 -------
Subject: Bug 3671

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-07-06 10:51:08

Modified files:
	gcc/cp         : ChangeLog pt.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/template: spec14.C 

Log message:
	PR c++/3671
	* pt.c (convert_nontype_argument): Disallow conversions between
	different enumeration types.
	
	PR c++/3671
	* g++.dg/template/spec14.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4169&r2=1.4170
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.881&r2=1.882
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3942&r2=1.3943
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/spec14.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/3671] cannot deduce enum template parameter with multiple overloads
       [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
                   ` (4 preceding siblings ...)
  2004-07-06 10:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-06 10:52 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-06 10:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-06 10:52 -------
Fixed for GCC 3.5.0, thank you for your report!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-07-06 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010713032600.3671.weissr@informatik.uni-tuebingen.de>
2003-06-19 18:34 ` [Bug c++/3671] cannot deduce enum template parameter with multiple overloads pinskia at physics dot uc dot edu
2003-07-29 15:11 ` pinskia at physics dot uc dot edu
2004-07-05 18:57 ` giovannibajo at libero dot it
2004-07-05 18:58 ` giovannibajo at libero dot it
2004-07-06 10:51 ` cvs-commit at gcc dot gnu dot org
2004-07-06 10:52 ` giovannibajo at libero dot it

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).