[Bug c++/41038] [4.4/4.5 regression] Parsing error related to qualified name id
redi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 12 09:55:00 GMT 2009
------- Comment #1 from redi at gcc dot gnu dot org 2009-08-12 09:55 -------
reduced:
struct S
{
int size() const;
};
template<typename T>
struct Packer
{
int foo() {
return Packer::var.size();
}
const S& var;
};
--
redi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.4.1 4.5.0
Known to work| |4.3.4
Summary|Parsing error related to |[4.4/4.5 regression] Parsing
|qualified name id |error related to qualified
| |name id
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41038
More information about the Gcc-bugs
mailing list