--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-26
22:10 ---
Subject: Bug 1016
CVSROOT:/cvs/gcc
Module name:gcc
Branch: apple-local-200502-branch
Changes by: [EMAIL PROTECTED] 2005-07-26 22:10:16
Modified files:
gcc/cp
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-05-20
17:42 ---
Also fixed in 4.0.1.
--
What|Removed |Added
Target Milestone|4.1.0
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-20
17:29 ---
Subject: Bug 1016
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-05-20 17:28:56
Modified files:
gcc/cp : cp-tree
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-14
14:40 ---
Fixed in the mainline.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-14
14:34 ---
Subject: Bug 1016
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-03-14 14:33:55
Modified files:
gcc/cp : ChangeLog cp-tree.h decl.c name-lookup
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-13
14:18 ---
Patch submitted:
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01283.html
It's the same as in attachment. I retested it and add
the explanation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1016
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-12
15:13 ---
*** Bug 20234 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
OtherBu
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1016
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-28
15:30 ---
*** Bug 15453 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-28
15:29 ---
*** Bug 13830 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
OtherBu
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-26
16:39 ---
Right. The code example in comment #1 should compile and
comment #8 should not. Class foo::b, which is still
not declared yet, is the friend of class foo::a. So this
bug is both accepts-invalid and rejec
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-26
16:31 ---
Kriang, according to your comment in #6 the original example should
compile, right?
And the following example should generate an error in line 12 since
the global class b is not a friend of foo::a, right?
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-10-17 15:17
---
With patches:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01321.html
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01372.html
GCC gives:
pr1016.C:8: error: field 'b_' has incomplete type
which is s
13 matches
Mail list logo