Commit ed08fcf6 by Tom Tromey Committed by Tom Tromey

jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only.

	* jvspec.c (lang_specific_driver): Read spec file even if
	-fsyntax-only.

From-SVN: r116901
parent f0119413
2006-09-12 Tom Tromey <tromey@redhat.com> 2006-09-12 Tom Tromey <tromey@redhat.com>
* jvspec.c (lang_specific_driver): Read spec file even if
-fsyntax-only.
2006-09-12 Tom Tromey <tromey@redhat.com>
PR java/28754: PR java/28754:
* expr.c (expand_java_field_op): Initialize field's declaring * expr.c (expand_java_field_op): Initialize field's declaring
interface if necessary. interface if necessary.
......
/* Specific flags and argument handling of the front-end of the /* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language. GNU compiler for the Java(TM) language.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -358,7 +358,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv, ...@@ -358,7 +358,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
else if (strcmp (argv[i], "-fsyntax-only") == 0 else if (strcmp (argv[i], "-fsyntax-only") == 0
|| strcmp (argv[i], "--syntax-only") == 0) || strcmp (argv[i], "--syntax-only") == 0)
{ {
want_spec_file = 0;
library = 0; library = 0;
will_link = 0; will_link = 0;
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment