This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52224] [C++0x] Generic operator gets pulled into compile-time expression
- From: "solodon at mail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Feb 2012 21:17:36 +0000
- Subject: [Bug c++/52224] [C++0x] Generic operator gets pulled into compile-time expression
- Auto-submitted: auto-generated
- References: <bug-52224-4@http.gcc.gnu.org/bugzilla/>
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.