public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
@ 2007-07-25 21:56 ` reichelt at gcc dot gnu dot org
  2007-08-06 15:54 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-07-25 21:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.2


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


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

* [Bug c++/32898]  New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
@ 2007-07-25 21:56 reichelt at gcc dot gnu dot org
  2007-07-25 21:56 ` [Bug c++/32898] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-07-25 21:56 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet is accepted since GCC 4.2.0:

=================
namespace N { }

int N::i;
=================


-- 
           Summary: [4.2/4.3 regression] Definition of variable N::i outside
                    namespace N not rejected
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
  2007-07-25 21:56 ` [Bug c++/32898] " reichelt at gcc dot gnu dot org
@ 2007-08-06 15:54 ` pinskia at gcc dot gnu dot org
  2007-08-10  0:52 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-06 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-06 15:53 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-06 15:53:49
               date|                            |


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
  2007-07-25 21:56 ` [Bug c++/32898] " reichelt at gcc dot gnu dot org
  2007-08-06 15:54 ` pinskia at gcc dot gnu dot org
@ 2007-08-10  0:52 ` mmitchel at gcc dot gnu dot org
  2007-08-22 16:21 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-08-10  0:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-10  0:52 ` mmitchel at gcc dot gnu dot org
@ 2007-08-22 16:21 ` jakub at gcc dot gnu dot org
  2007-08-23 23:28 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-22 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2007-08-22 16:20 -------
Testing a fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-08-06 15:53:49         |2007-08-22 16:20:56
               date|                            |


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-08-22 16:21 ` jakub at gcc dot gnu dot org
@ 2007-08-23 23:28 ` jakub at gcc dot gnu dot org
  2007-08-24 17:10 ` jakub at gcc dot gnu dot org
  2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-23 23:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2007-08-23 23:27 -------
Subject: Bug 32898

Author: jakub
Date: Thu Aug 23 23:27:34 2007
New Revision: 127749

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127749
Log:
        PR c++/32898
        * name-lookup.c (set_decl_namespace): lookup_qualified_name failure
        is error_mark_node rather than NULL_TREE.
        * pt.c (check_explicit_specialization): Likewise.

        * g++.dg/lookup/ns3.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/lookup/ns3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-08-23 23:28 ` jakub at gcc dot gnu dot org
@ 2007-08-24 17:10 ` jakub at gcc dot gnu dot org
  2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-24 17:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2007-08-24 17:10 -------
Subject: Bug 32898

Author: jakub
Date: Fri Aug 24 17:09:50 2007
New Revision: 127777

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127777
Log:
        PR c++/32898
        * name-lookup.c (set_decl_namespace): lookup_qualified_name failure
        is error_mark_node rather than NULL_TREE.
        * pt.c (check_explicit_specialization): Likewise.

        * g++.dg/lookup/ns3.C: New test.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/lookup/ns3.C
Modified:
    branches/gcc-4_2-branch/gcc/cp/ChangeLog
    branches/gcc-4_2-branch/gcc/cp/name-lookup.c
    branches/gcc-4_2-branch/gcc/cp/pt.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/32898] [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected
  2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-08-24 17:10 ` jakub at gcc dot gnu dot org
@ 2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-24 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2007-08-24 17:25 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-08-24 17:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25 21:56 [Bug c++/32898] New: [4.2/4.3 regression] Definition of variable N::i outside namespace N not rejected reichelt at gcc dot gnu dot org
2007-07-25 21:56 ` [Bug c++/32898] " reichelt at gcc dot gnu dot org
2007-08-06 15:54 ` pinskia at gcc dot gnu dot org
2007-08-10  0:52 ` mmitchel at gcc dot gnu dot org
2007-08-22 16:21 ` jakub at gcc dot gnu dot org
2007-08-23 23:28 ` jakub at gcc dot gnu dot org
2007-08-24 17:10 ` jakub at gcc dot gnu dot org
2007-08-24 17:25 ` jakub 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).