public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/14260] [3.4/3.5 Regression] default arguments are only permitted for function parameters
Date: Mon, 01 Mar 2004 20:39:00 -0000	[thread overview]
Message-ID: <20040301203920.20394.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040223164304.14260.mueller@kde.org>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-01 20:39 -------
Subject: Bug 14260

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	mmitchel@gcc.gnu.org	2004-03-01 20:39:14

Modified files:
	gcc/cp         : lex.c parser.c pt.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/abi: mangle21.C 
	gcc/testsuite/g++.dg/parse: constructor2.C 
	gcc/testsuite/g++.dg/template: sfinae1.C 

Log message:
	PR c++/14324
	* lex.c (retrofit_lang_decl): Treat entities with no linkage as
	having C++ linkage for name-mangling purposes.
	
	PR c++/14260
	* parser.c (cp_parser_direct_declarator): Recognize constructor
	declarators that use a template-id to name the class being
	constructed.
	
	PR c++/14337
	* pt.c (tsubst_qualified_id): Handle dependent qualifying scopes.
	(tsubst_expr): Do not call tsubst_copy, even when
	processing_template_decl.
	
	PR c++/14324
	* g++.dg/abi/mangle21.C: New test.
	
	PR c++/14260
	* g++.dg/parse/constructor2.C: New test.
	
	PR c++/14337
	* g++.dg/template/sfinae1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.323.2.1&r2=1.323.2.2
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.16&r2=1.157.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.816.2.14&r2=1.816.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.114&r2=1.3389.2.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/abi/mangle21.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/constructor2.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/sfinae1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1



-- 


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


  parent reply	other threads:[~2004-03-01 20:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-23 16:43 [Bug c++/14260] New: [3.4 REGRESSION] " mueller at kde dot org
2004-02-23 16:44 ` [Bug c++/14260] " mueller at kde dot org
2004-02-23 16:49 ` [Bug c++/14260] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-03-01 18:32 ` mmitchel at gcc dot gnu dot org
2004-03-01 20:38 ` cvs-commit at gcc dot gnu dot org
2004-03-01 20:39 ` cvs-commit at gcc dot gnu dot org [this message]
2004-03-01 20:40 ` mmitchel at gcc dot gnu dot org
2004-03-22 14:26 ` cvs-commit at gcc dot gnu dot org
2004-03-22 14:30 ` cvs-commit at gcc dot gnu dot org
2004-03-22 16:19 ` bangerth at dealii dot org
2004-05-03 14:57 ` ruben at ugr dot es

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040301203920.20394.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).