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

PLease test with gcc 3.4.3


I have raised this with Debian on gcc 3.4.2 and no response yet:

namespace a {}
namespace b {}
namespace c {
   namespace a = b;
}

This fails to compile with:

$ gcc-3.4 test.cpp
test.cpp:4: error: declaration of `namespace a' conflicts with
test.cpp:1: error: previous declaration of `namespace a' here

This works with gcc 3.4.1 apparently.  Could someone please check the new 3.4.3 release.

-- 
Ken Foskey
OpenOffice.org


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