[Bug c++/54442] Const overloads resolution failure
daniel.kruegler at googlemail dot com
gcc-bugzilla@gcc.gnu.org
Fri Aug 31 20:14:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442
Daniel Krügler <daniel.kruegler at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.kruegler at
| |googlemail dot com
--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2012-08-31 20:13:42 UTC ---
For gcc 4.8.0 20120819 (experimental) I'm getting an ICE instead:
"20|internal compiler error: canonical types differ for identical types
void(index_t)__attribute__((const)) {aka void(int)__attribute__((const)) throw
()} and void(int)__attribute__((const)) throw ()"
More information about the Gcc-bugs
mailing list