[Bug c++/16301] [3.4 regression] ICE with strong using

2004-10-17 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-17 17:41 
---
Subject: Bug 16301

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED]   2004-10-17 17:41:01

Modified files:
gcc/testsuite  : ChangeLog 
gcc/cp : ChangeLog name-lookup.c 
Added files:
gcc/testsuite/g++.dg/lookup: strong-using-4.C 

Log message:
2004-10-17  Andrew Pinski  <[EMAIL PROTECTED]>

PR c++/16301
* namelookup.c (parse_using_directive): If we have a
error_mark_node, do not set the decl namespace associations
on it.

2004-10-17  Andrew Pinski  <[EMAIL PROTECTED]>

PR c++/16301
* g++.dg/lookup/strong-using-4.C: New test.

Patches:
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.291&r2=1.3389.2.292
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.170&r2=1.3892.2.171
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/name-lookup.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.34.2.17&r2=1.34.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/strong-using-4.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=16301


[Bug c++/16301] [3.4 regression] ICE with strong using

2004-10-17 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-17 17:40 
---
Fixed.

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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


[Bug c++/16301] [3.4 regression] ICE with strong using

2004-10-15 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 14:32 
---
I will apply the patch to 3.4 branch after some more testing.
Fixed on the mainline.

-- 
   What|Removed |Added

  Known to fail|3.4.0 4.0.0 |3.4.0
  Known to work|3.3.4   |3.3.4 4.0.0
Summary|[3.4/4.0 regression] ICE|[3.4 regression] ICE with
   |with strong using   |strong using


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