[Bug c++/21386] Inconsistent diagnostics for taking address of rvalue

2005-05-06 Thread benh at bwsint dot com
--- Additional Comments From benh at bwsint dot com 2005-05-06 16:10 --- (In reply to comment #2) > Note ICC causes the same thing in terms of error vs warning. That'll be because ICC emulates gcc behaviour... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21386

[Bug c++/21386] Inconsistent diagnostics for taking address of rvalue

2005-05-06 Thread benh at bwsint dot com
--- Additional Comments From benh at bwsint dot com 2005-05-06 16:04 --- (In reply to comment #1) > (In reply to comment #0) > > The first error message is also odd; "non-lvalue" is C terminology that is > > rarely used in relation to C++. > > Tha

[Bug c++/21386] New: Inconsistent diagnostics for taking address of rvalue

2005-05-04 Thread benh at bwsint dot com
Version: 3.4.4 Status: UNCONFIRMED Severity: minor Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: benh at bwsint dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-l

[Bug c++/19047] Template template argument matching can violate SFINAE

2004-12-16 Thread benh at bwsint dot com
-- What|Removed |Added GCC build triplet||i486-linux GCC host triplet||i486-linux GCC target triplet|

[Bug c++/19047] New: Template template argument matching can violate SFINAE

2004-12-16 Thread benh at bwsint dot com
nvalid -- Summary: Template template argument matching can violate SFINAE Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org