public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
@ 2003-06-08 18:30 ` pinskia@physics.uc.edu
  2003-07-11 22:14 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 18:30 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=8856


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.1


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
  2003-06-08 18:30 ` [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id pinskia@physics.uc.edu
@ 2003-07-11 22:14 ` mmitchel at gcc dot gnu dot org
  2003-07-15 13:13 ` pinskia at physics dot uc dot edu
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-07-11 22:14 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=8856


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.1                       |3.3.2


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-07-11 22:14 -------
Postponed until GCC 3.3.2.


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
  2003-06-08 18:30 ` [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id pinskia@physics.uc.edu
  2003-07-11 22:14 ` mmitchel at gcc dot gnu dot org
@ 2003-07-15 13:13 ` pinskia at physics dot uc dot edu
  2003-09-17 21:18 ` [Bug c++/8856] [3.4 " mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-15 13:13 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=8856



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-15 13:13 -------
According to Phil's regression hunter, it is has been accepting since at least 2000-12-31, 
so something before that makes this test be accepted.


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

* [Bug c++/8856] [3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (2 preceding siblings ...)
  2003-07-15 13:13 ` pinskia at physics dot uc dot edu
@ 2003-09-17 21:18 ` mmitchel at gcc dot gnu dot org
  2003-12-29 17:57 ` [Bug c++/8856] [3.3/3.4 " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-09-17 21:18 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=8856


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3/3.4 regression] g++    |[3.4 regression] g++ accepts
                   |accepts invalid conversion- |invalid conversion-function-
                   |function-id                 |id
   Target Milestone|3.3.2                       |3.4


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-09-17 20:58 -------
To try to fix this for GCC 3.3.2 will be too invasive; postponed until GCC 3.4.


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (3 preceding siblings ...)
  2003-09-17 21:18 ` [Bug c++/8856] [3.4 " mmitchel at gcc dot gnu dot org
@ 2003-12-29 17:57 ` pinskia at gcc dot gnu dot org
  2004-01-06  4:47 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-29 17:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (4 preceding siblings ...)
  2003-12-29 17:57 ` [Bug c++/8856] [3.3/3.4 " pinskia at gcc dot gnu dot org
@ 2004-01-06  4:47 ` pinskia at gcc dot gnu dot org
  2004-01-11  0:04 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-06  4:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (5 preceding siblings ...)
  2004-01-06  4:47 ` pinskia at gcc dot gnu dot org
@ 2004-01-11  0:04 ` pinskia at gcc dot gnu dot org
  2004-01-12 23:39 ` steven at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-11  0:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-11 00:04 -------
This has been failing for 3 years and no one really cares to fix it so moving to 3.4.1 so it 
does not block the branching.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.4.1


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (6 preceding siblings ...)
  2004-01-11  0:04 ` pinskia at gcc dot gnu dot org
@ 2004-01-12 23:39 ` steven at gcc dot gnu dot org
  2004-01-14 18:33 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-12 23:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-12 23:39 -------
Move back the target for all regressions from 3.4.1 to 3.4.0, as required by 
our bug management policy. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.0


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (7 preceding siblings ...)
  2004-01-12 23:39 ` steven at gcc dot gnu dot org
@ 2004-01-14 18:33 ` giovannibajo at libero dot it
  2004-01-15  0:53 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14 18:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 18:33 -------
Patch in progress...

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


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (8 preceding siblings ...)
  2004-01-14 18:33 ` giovannibajo at libero dot it
@ 2004-01-15  0:53 ` giovannibajo at libero dot it
  2004-01-15  1:40 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-15  0:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 00:53 -------
Patch here, waiting for review:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01386.html

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


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (9 preceding siblings ...)
  2004-01-15  0:53 ` giovannibajo at libero dot it
@ 2004-01-15  1:40 ` cvs-commit at gcc dot gnu dot org
  2004-01-15  1:46 ` cvs-commit at gcc dot gnu dot org
  2004-01-15  1:47 ` giovannibajo at libero dot it
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-15  1:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-15 01:40 -------
Subject: Bug 8856

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-15 01:40:00

Modified files:
	gcc/cp         : ChangeLog parser.c 

Log message:
	PR c++/8856
	* parser.c (cp_parser_template_name): Don't try to parse a
	conversion-function-id, as it cannot be a template-name.
	(cp_parser_simple_type_specifier): Check for invalid template-ids
	even after a built-in type.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3880&r2=1.3881
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.154&r2=1.155



-- 


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (10 preceding siblings ...)
  2004-01-15  1:40 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-15  1:46 ` cvs-commit at gcc dot gnu dot org
  2004-01-15  1:47 ` giovannibajo at libero dot it
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-15  1:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-15 01:46 -------
Subject: Bug 8856

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-15 01:46:11

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/parse: casting-operator2.C 
Removed files:
	gcc/testsuite/g++.old-deja/g++.pt: explicit83.C 

Log message:
	PR c++/8856
	* g++.dg/parse/casting-operator2.C: New test.
	* g++.old-deja/g++.pt/explicit83.C: Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3376&r2=1.3377
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/casting-operator2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit83.C.diff?cvsroot=gcc&r1=1.2&r2=NONE



-- 


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


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

* [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id
       [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
                   ` (11 preceding siblings ...)
  2004-01-15  1:46 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-15  1:47 ` giovannibajo at libero dot it
  12 siblings, 0 replies; 13+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-15  1:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 01:47 -------
Fixed in GCC 3.4.0, and won't be fixed in the 3.3.x serie. Thanks for your 
report!

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


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


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

end of thread, other threads:[~2004-01-15  1:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021207033601.8856.loewis@informatik.hu-berlin.de>
2003-06-08 18:30 ` [Bug c++/8856] [3.3/3.4 regression] g++ accepts invalid conversion-function-id pinskia@physics.uc.edu
2003-07-11 22:14 ` mmitchel at gcc dot gnu dot org
2003-07-15 13:13 ` pinskia at physics dot uc dot edu
2003-09-17 21:18 ` [Bug c++/8856] [3.4 " mmitchel at gcc dot gnu dot org
2003-12-29 17:57 ` [Bug c++/8856] [3.3/3.4 " pinskia at gcc dot gnu dot org
2004-01-06  4:47 ` pinskia at gcc dot gnu dot org
2004-01-11  0:04 ` pinskia at gcc dot gnu dot org
2004-01-12 23:39 ` steven at gcc dot gnu dot org
2004-01-14 18:33 ` giovannibajo at libero dot it
2004-01-15  0:53 ` giovannibajo at libero dot it
2004-01-15  1:40 ` cvs-commit at gcc dot gnu dot org
2004-01-15  1:46 ` cvs-commit at gcc dot gnu dot org
2004-01-15  1:47 ` 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).