This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug in g++ --syntax-only
- To: Gcc Bug List <bug-gcc at gnu dot org>
- Subject: Bug in g++ --syntax-only
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Jan 2001 16:21:16 -0700
- Reply-To: tromey at redhat dot com
I was suprised by this:
creche. g++ --syntax-only foo.cc
g++: -lstdc++: linker input file unused because linking not done
g++: -lm: linker input file unused because linking not done
I think addition of those -l flags should be disabled when
--syntax-only is given. I find these messages counterintuitive.
Tom