]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR other/17361 (gcc driver complains about C++ options when assembling)
authorRoger Sayle <roger@eyesopen.com>
Mon, 11 Oct 2004 22:57:53 +0000 (22:57 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 11 Oct 2004 22:57:53 +0000 (22:57 +0000)
commitafd85c1ac4ae0d686477f3e80d3bb08016e92872
tree980a15344f27f138adaec49d0e95863c6769d4fd
parent1ca939e5ec6e33f8016a99ffe673e647a06ed6f3
re PR other/17361 (gcc driver complains about C++ options when assembling)

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.

From-SVN: r88906
gcc/ChangeLog
gcc/c-opts.c