This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16637] [3.4/3.5 regression] syntax error on valid input code


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 08:07 -------
Reduced example, I think this is correct C++ as ::a references to the global type:
typedef int a;
struct y
{
  ::a a;
};

: Search converges between 2004-05-23-trunk (#458) and 2004-06-01-trunk (#459).

Most (All) of the changes inbetween that time that went on both the mainline and the 3.4 branch was 
from Mark.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-20 08:07:50
               date|                            |
            Summary|[3.4.0/3.4.1 regression]    |[3.4/3.5 regression] syntax
                   |syntax error on valid input |error on valid input code
                   |code                        |
   Target Milestone|---                         |3.4.2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]