[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2012-09-17 Thread poletti.marco at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 --- Comment #6 from poletti.marco at gmail dot com 2012-09-17 17:57:58 UTC --- Still an issue with GCC 4.7.1. Clang does not have this issue. Yet another example: struct C { void operator[](C) { } }; void f() { C x; (C()[x]); }

[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2012-09-17 Thread poletti.marco at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 --- Comment #5 from poletti.marco at gmail dot com 2012-09-17 17:55:54 UTC --- Still an issue with GCC 4.7.1. Clang does not have this issue.

[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2012-09-17 Thread poletti.marco at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 poletti.marco at gmail dot com changed: What|Removed |Added CC||poletti.marco at gmail

[Bug c++/53164] New: Undefined reference to template function instantiation

2012-04-30 Thread poletti.marco at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53164 Bug #: 53164 Summary: Undefined reference to template function instantiation Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: major