[Bug c++/51630] failure to detect missing

2011-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|CLOSED |RESOLVED

[Bug c++/51630] failure to detect missing

2011-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-21 16:14:39 UTC --- Feel free to open an enhancement request in bugzilla for -fsyntax-only to instantiate templates, or for a new option that does so

[Bug c++/51630] failure to detect missing

2011-12-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-20 08:57:19 UTC --- the code fails for me using any of GCC 4.4, 4.5, 4.6 of 4.7 are you sure that's the actual code you're compiling?

[Bug c++/51630] failure to detect missing

2011-12-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-20 08:59:11 UTC --- Ah, it's because you're using -fsyntax-only, so it doesn't instantiate templates. Don't do that.

[Bug c++/51630] failure to detect missing

2011-12-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/51630] failure to detect missing

2011-12-20 Thread ramey at rrsd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 Robert Ramey ramey at rrsd dot com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment

[Bug c++/51630] failure to detect missing

2011-12-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-21 05:08:32 UTC --- The syntax of your example was OK, so -fsyntax-only doesn't give errors. If -fsyntax-errors only isn't what you're looking for, don't use it. It's not clear

[Bug c++/51630] failure to detect missing

2011-12-20 Thread ramey at rrsd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 Robert Ramey ramey at rrsd dot com changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment

[Bug c++/51630] failure to detect missing

2011-12-19 Thread ramey at rrsd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630 --- Comment #1 from Robert Ramey ramey at rrsd dot com 2011-12-20 07:35:13 UTC --- note I am compiling with the following command line under cygwin: g++-4 -fsyntax-only -Wall -pedantic -Ic:/boostrelease c:\Projects\dbms\test.cpp