[Bug c++/57044] New: The following code won't compile with -std=c++0x

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 Bug #: 57044 Summary: The following code won't compile with -std=c++0x Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: major

[Bug c++/57044] The following code won't compile

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 --- Comment #1 from Piergiorgio Beruto pberuto at yahoo dot com 2013-04-23 10:36:46 UTC --- Work Around is the following (add an intermediate const variable): templatetypename T_ inline explicit myclass(T_ *s) { const uint32_t sz

[Bug c++/57044] The following code won't compile

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 --- Comment #3 from Piergiorgio Beruto pberuto at yahoo dot com 2013-04-23 10:48:19 UTC --- (In reply to comment #2) Please read http://gcc.gnu.org/bugs Is this really what you're compiling? nemaspace and ... should

[Bug c++/57044] The following code won't compile

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 --- Comment #5 from Piergiorgio Beruto pberuto at yahoo dot com 2013-04-23 17:04:01 UTC --- Created attachment 29923 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29923 preprocessed source

[Bug c++/57044] The following code won't compile

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 --- Comment #6 from Piergiorgio Beruto pberuto at yahoo dot com 2013-04-23 17:06:46 UTC --- Ok, my fault for missing the instructions. However, I hope to have included everything you need now. SYSTEM: Linux sabayon 3.5.0-sabayon #1 SMP Tue Sep

[Bug c++/57044] The following code won't compile

2013-04-23 Thread pberuto at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57044 --- Comment #7 from Piergiorgio Beruto pberuto at yahoo dot com 2013-04-23 17:08:17 UTC --- Sorry for posting an archive, but the size of the .ii file was too big for being submitted to bugzilla.