This is the mail archive of the gcc-prs@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]

Re: c++/9518: apparent header file problems


The following reply was made to PR c++/9518; it has been noted by GNATS.

From: "Christian Ehrhardt" <ehrhardt@mathematik.uni-ulm.de>
To: matt zagrabelny <mzagrabe@d.umn.edu>
Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org
Subject: Re: c++/9518: apparent header file problems
Date: Mon, 3 Feb 2003 07:45:39 +0100

 On Sun, Feb 02, 2003 at 07:17:44PM -0600, matt zagrabelny wrote:
 > what do you mean when you say that the code is illegal?
 
 With gcc 3.0 and later identifiers from the standard library are in
 namespace std and no longer in namespace ::. This means that you
 have to qualify things like cout with std::. If someone can reproduce
 this it might well turn out that the ICE also happens with legal code.
 
    regards  Christian
 


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