This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49623] Segfault of "gfortran -L" if no argument follows the "-L"
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 4 Jul 2011 21:14:23 +0000
- Subject: [Bug fortran/49623] Segfault of "gfortran -L" if no argument follows the "-L"
- Auto-submitted: auto-generated
- References: <bug-49623-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49623
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-04 21:13:36 UTC ---
Author: jakub
Date: Mon Jul 4 21:13:34 2011
New Revision: 175831
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175831
Log:
PR fortran/49623
* gfortranspec.c (lang_specific_driver): Ignore options with
CL_ERR_MISSING_ARG errors.
Modified:
branches/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/gcc-4_6-branch/gcc/fortran/gfortranspec.c