public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18698] [3.4/4.0/4.1 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
@ 2005-10-31  2:00 ` mmitchel at gcc dot gnu dot org
  2006-02-24  0:25 ` [Bug c++/18698] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-31  2:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mmitchel at gcc dot gnu dot org  2005-10-31 02:00 -------
Leaving as P2; we should try to fix this.


-- 


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


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

* [Bug c++/18698] [3.4/4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
  2005-10-31  2:00 ` [Bug c++/18698] [3.4/4.0/4.1 regression] Error message using "using" for code not using "using" ;-) mmitchel at gcc dot gnu dot org
@ 2006-02-24  0:25 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:33 ` [Bug c++/18698] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-24  0:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2006-02-24 00:25 -------
This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.1.1


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
  2005-10-31  2:00 ` [Bug c++/18698] [3.4/4.0/4.1 regression] Error message using "using" for code not using "using" ;-) mmitchel at gcc dot gnu dot org
  2006-02-24  0:25 ` [Bug c++/18698] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:33 ` mmitchel at gcc dot gnu dot org
  2006-06-29  1:49 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mmitchel at gcc dot gnu dot org  2006-05-25 02:32 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-05-25  2:33 ` [Bug c++/18698] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-06-29  1:49 ` jason at gcc dot gnu dot org
  2006-06-30 18:30 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-06-29  1:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-02-12 17:53:52         |2006-06-29 01:28:53
               date|                            |


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-06-29  1:49 ` jason at gcc dot gnu dot org
@ 2006-06-30 18:30 ` jason at gcc dot gnu dot org
  2006-06-30 19:47 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-06-30 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jason at gcc dot gnu dot org  2006-06-30 18:27 -------
Subject: Bug 18698

Author: jason
Date: Fri Jun 30 18:27:18 2006
New Revision: 115095

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115095
Log:
        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

Added:
    trunk/gcc/testsuite/g++.dg/parse/access10.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl2.c


-- 


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-06-30 18:30 ` jason at gcc dot gnu dot org
@ 2006-06-30 19:47 ` jason at gcc dot gnu dot org
  2006-06-30 19:49 ` jason at gcc dot gnu dot org
  2006-06-30 20:49 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-06-30 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jason at gcc dot gnu dot org  2006-06-30 19:46 -------
Subject: Bug 18698

Author: jason
Date: Fri Jun 30 19:45:54 2006
New Revision: 115102

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115102
Log:
        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/parse/access10.C
      - copied unchanged from r115095,
trunk/gcc/testsuite/g++.dg/parse/access10.C
Modified:
    branches/gcc-4_0-branch/gcc/cp/ChangeLog
    branches/gcc-4_0-branch/gcc/cp/decl2.c


-- 


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-06-30 19:47 ` jason at gcc dot gnu dot org
@ 2006-06-30 19:49 ` jason at gcc dot gnu dot org
  2006-06-30 20:49 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-06-30 19:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jason at gcc dot gnu dot org  2006-06-30 19:47 -------
Subject: Bug 18698

Author: jason
Date: Fri Jun 30 19:47:09 2006
New Revision: 115103

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115103
Log:
        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/access10.C
      - copied unchanged from r115095,
trunk/gcc/testsuite/g++.dg/parse/access10.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/decl2.c


-- 


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


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

* [Bug c++/18698] [4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)
       [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-06-30 19:49 ` jason at gcc dot gnu dot org
@ 2006-06-30 20:49 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-30 20:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-06-30 20:07 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.1.2                       |4.0.4


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


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

end of thread, other threads:[~2006-06-30 20:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18698-1771@http.gcc.gnu.org/bugzilla/>
2005-10-31  2:00 ` [Bug c++/18698] [3.4/4.0/4.1 regression] Error message using "using" for code not using "using" ;-) mmitchel at gcc dot gnu dot org
2006-02-24  0:25 ` [Bug c++/18698] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-05-25  2:33 ` [Bug c++/18698] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-06-29  1:49 ` jason at gcc dot gnu dot org
2006-06-30 18:30 ` jason at gcc dot gnu dot org
2006-06-30 19:47 ` jason at gcc dot gnu dot org
2006-06-30 19:49 ` jason at gcc dot gnu dot org
2006-06-30 20:49 ` pinskia at gcc dot gnu dot org

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