public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
@ 2004-01-06  7:14 ` pinskia at gcc dot gnu dot org
  2004-01-10 22:38 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-06  7:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-06 07:14 -------
It is better now (I say but still is a bit confussing):
pr9851.cc: In constructor `foo::foo()':
pr9851.cc:7: error: `do_nothing' has not been declared
pr9851.cc:7: error: expected `::' before '(' token
pr9851.cc:7: error: expected `~' before '(' token
pr9851.cc:7: error: expected identifier before '(' token

-- 


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


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

* [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
  2004-01-06  7:14 ` [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->' pinskia at gcc dot gnu dot org
@ 2004-01-10 22:38 ` steven at gcc dot gnu dot org
  2004-01-14  4:10 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-10 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-10 22:38 -------
Enhancement, so moving target milestone. 

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


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


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

* [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
  2004-01-06  7:14 ` [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->' pinskia at gcc dot gnu dot org
  2004-01-10 22:38 ` steven at gcc dot gnu dot org
@ 2004-01-14  4:10 ` giovannibajo at libero dot it
  2004-02-13 16:11 ` [Bug c++/9851] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14  4:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 04:10 -------
Moving back the target, it's up to the RM to decide.

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


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


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

* [Bug c++/9851] [3.4/3.5 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
                   ` (2 preceding siblings ...)
  2004-01-14  4:10 ` giovannibajo at libero dot it
@ 2004-02-13 16:11 ` cvs-commit at gcc dot gnu dot org
  2004-02-13 16:13 ` cvs-commit at gcc dot gnu dot org
  2004-02-13 16:28 ` ian at wasabisystems dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-13 16:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-13 16:11 -------
Subject: Bug 9851

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ian@gcc.gnu.org	2004-02-13 16:11:41

Modified files:
	gcc/cp         : ChangeLog parser.c 

Log message:
	PR c++/9851
	* parser.c (cp_parser_pseudo_destructor_name): Check for errors on
	the type name and look ahead for ::~, and bail out early with a
	better error message if the parse is going to fail.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3951&r2=1.3952
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.172&r2=1.173



-- 


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


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

* [Bug c++/9851] [3.4/3.5 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
                   ` (3 preceding siblings ...)
  2004-02-13 16:11 ` [Bug c++/9851] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
@ 2004-02-13 16:13 ` cvs-commit at gcc dot gnu dot org
  2004-02-13 16:28 ` ian at wasabisystems dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-13 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-13 16:13 -------
Subject: Bug 9851

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ian@gcc.gnu.org	2004-02-13 16:13:23

Modified files:
	gcc/cp         : ChangeLog parser.c 

Log message:
	PR c++/9851
	* parser.c (cp_parser_pseudo_destructor_name): Check for errors on
	the type name and look ahead for ::~, and bail out early with a
	better error message if the parse is going to fail.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3892.2.47&r2=1.3892.2.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.157.2.12&r2=1.157.2.13



-- 


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


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

* [Bug c++/9851] [3.4/3.5 regression] confusing error message when using '.', not '->'
       [not found] <20030225195600.9851.oldham@codesourcery.com>
                   ` (4 preceding siblings ...)
  2004-02-13 16:13 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-13 16:28 ` ian at wasabisystems dot com
  5 siblings, 0 replies; 6+ messages in thread
From: ian at wasabisystems dot com @ 2004-02-13 16:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ian at wasabisystems dot com  2004-02-13 16:28 -------
Error message is better on mainline and 3.4 branch.

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


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


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

end of thread, other threads:[~2004-02-13 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030225195600.9851.oldham@codesourcery.com>
2004-01-06  7:14 ` [Bug c++/9851] [3.4 regression] confusing error message when using '.', not '->' pinskia at gcc dot gnu dot org
2004-01-10 22:38 ` steven at gcc dot gnu dot org
2004-01-14  4:10 ` giovannibajo at libero dot it
2004-02-13 16:11 ` [Bug c++/9851] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
2004-02-13 16:13 ` cvs-commit at gcc dot gnu dot org
2004-02-13 16:28 ` ian at wasabisystems dot com

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