[Bug c++/52224] [C++0x] Generic operator gets pulled into compile-time expression
solodon at mail dot com
gcc-bugzilla@gcc.gnu.org
Mon Feb 13 21:18:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52224
--- Comment #4 from Yuriy Solodkyy <solodon at mail dot com> 2012-02-13 21:17:36 UTC ---
Was wondering myself if that can be a design issue - here is a related report I
did earlier for VC++ 11:
https://connect.microsoft.com/VisualStudio/feedback/details/724557/vs11-compiler-stack-overflow-only-when-used-from-command-line
The weird thing there was that the compiler runs out of stack only when
compiled from command line, while when compiled from IDE (with same arguments)
it was behaving correctly.
More information about the Gcc-bugs
mailing list