gcc-bugs@gcc.gnu.org

2008-07-30 Thread jens dot maurer at gmx dot net
mary: overload resolution not applied for (&f)() Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at

[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type

2006-11-15 Thread jens dot maurer at gmx dot net
--- Comment #5 from jens dot maurer at gmx dot net 2006-11-15 21:01 --- Oops, you're right. I was looking at N2134, the current working paper (not yet approved as a standard). Indeed, at the October 2005 meeting of WG21, the resolution for core issue 354 was voted for incorpor

[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type

2006-11-14 Thread jens dot maurer at gmx dot net
--- Comment #3 from jens dot maurer at gmx dot net 2006-11-14 20:24 --- I agree with Wolfgang's interpretation of the standard, but can't see why it renders my original code invalid. 14.3.2/1 says that "a constant expression that evaluates to a null member pointer value

[Bug c++/189] [DR176] parse error in qualified member name lookup

2006-11-05 Thread jens dot maurer at gmx dot net
--- Comment #10 from jens dot maurer at gmx dot net 2006-11-05 21:54 --- Here is a shorter test case. namespace N { template struct B { int m; }; struct C : B { }; } void g() { N::C().B::m; } -- jens dot maurer at gmx dot net changed: What|Removed

[Bug c++/19249] abstract classes should not access virtually inherited class constructor

2006-11-04 Thread jens dot maurer at gmx dot net
--- Comment #9 from jens dot maurer at gmx dot net 2006-11-04 15:44 --- I would like to point out that C++ std ore issue 257 "Abstract base constructors and virtual base initialization" (see http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#257) deals with this very

[Bug c++/29706] rejects-valid: missing mem-initializer for virtual base class

2006-11-04 Thread jens dot maurer at gmx dot net
--- Comment #2 from jens dot maurer at gmx dot net 2006-11-04 15:34 --- I agree it's a duplicate of bug 19249, but I would not limit the discussion to abstract classes. *** This bug has been marked as a duplicate of 19249 *** -- jens dot maurer at gmx dot net ch

[Bug c++/19249] abstract classes should not access virtually inherited class constructor

2006-11-04 Thread jens dot maurer at gmx dot net
--- Comment #8 from jens dot maurer at gmx dot net 2006-11-04 15:34 --- *** Bug 29706 has been marked as a duplicate of this bug. *** -- jens dot maurer at gmx dot net changed: What|Removed |Added

[Bug c++/29706] New: rejects-valid: missing mem-initializer for virtual base class

2006-11-03 Thread jens dot maurer at gmx dot net
Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at gmx dot net GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC

[Bug c++/29704] New: ICE: default non-type template argument of pointer-to-member type

2006-11-03 Thread jens dot maurer at gmx dot net
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at gmx dot net GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gc

[Bug c++/24247] New: recursive default arguments cause compiler out-of-memory

2005-10-06 Thread jens dot maurer at gmx dot net
MED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at gmx dot net GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu h

[Bug c++/23967] New: misleading error message for ambiguous namespace reference

2005-09-19 Thread jens dot maurer at gmx dot net
: minor Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at gmx dot net CC: Jens dot Maurer at is-teledata dot com,gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linu

[Bug c++/21280] #pragma interface, templates, and "inline function used but never defined"

2005-04-29 Thread jens dot maurer at gmx dot net
-- What|Removed |Added CC||niemayer at isg dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21280

[Bug c++/21280] New: #pragma interface, templates, and "inline function used but never defined"

2005-04-29 Thread jens dot maurer at gmx dot net
Summary: #pragma interface, templates, and "inline function used but never defined" Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned

[Bug c++/20964] New: core issue 478: array parameters of abstract class type are ill-formed

2005-04-12 Thread jens dot maurer at gmx dot net
ReportedBy: jens dot maurer at gmx dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20964

[Bug c++/18460] -2147483648 not considered an "int"

2004-11-13 Thread jens dot maurer at gmx dot net
-- What|Removed |Added CC||niemayer at isg dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18460

[Bug c++/18460] New: -2147483648 not considered an "int"

2004-11-13 Thread jens dot maurer at gmx dot net
. -- Summary: -2147483648 not considered an "int" Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer

[Bug c++/18445] New: ice during overload resolution in template instantiation

2004-11-12 Thread jens dot maurer at gmx dot net
ary: ice during overload resolution in template instantiation Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens d