[Bug c++/36975] New: overload resolution not applied for (f)()

2008-07-30 Thread jens dot maurer at gmx dot net
: 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 gmx dot

[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 incorporation

[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 is allowed

[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 { templateclass T struct B { int m; }; struct C : Bint { }; } void g() { N::C().Bint::m; } -- jens dot maurer at gmx dot net changed: What

[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 changed

[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++/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 issue. I

[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
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 target triplet

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

2006-11-03 Thread jens dot maurer at gmx dot net
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 target triplet: i686-pc

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

2005-10-06 Thread jens dot maurer at gmx dot net
: UNCONFIRMED 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

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

2005-09-19 Thread jens dot maurer at gmx dot net
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-linux-gnu GCC host triplet: i686

[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
but never defined Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jens dot maurer at gmx dot net

[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++/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] 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 at gmx dot net

[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++/18445] New: ice during overload resolution in template instantiation

2004-11-12 Thread jens dot maurer at gmx dot net
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 dot maurer