OSDN Git Service

PR other/17361
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Oct 2004 22:57:53 +0000 (22:57 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Oct 2004 22:57:53 +0000 (22:57 +0000)
commit9278f8d3a98197b3fb5dd5e631b7b0fc639e4432
tree980a15344f27f138adaec49d0e95863c6769d4fd
parentb5fe34255463180a9484c929e1c2a6a4b3a6a9ca
PR other/17361
* c-opts.c (permit_fortran_options): Delete/obsolete global variable.
(c_common_init_options): Remove #ifdef CL_F77 code.  Scan command
line options for "-lang-asm" and if found allow any of the C-family
front-end options.
(c_common_handle_option): Remove last use of permit_fortran_options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88906 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-opts.c