This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] Fortran 2003 command line argument intrinsics (alsofix Pr 15665).


Janne Blomqvist wrote:
> gcc Changelog:
> 
> 	* intrinsic.c (add_functions): Add command_argument_count
> 	symbol. (add_subroutines): Add symbols for get_command and
> 	get_command_argument.
> 	PR fortran/15665
> 	* trans-intrinsic.c (gfc_conv_intrinsic_function): Handle
> 	GFC_ISYM_NONE.
> 
> libgfortran Changelog:
> 
> 	* args.c: Modify comment in beginning of file. (iargc): Add
> 	void to argument list. (command_argument_count,
> 	get_command_argument, get_command):
> 	New functions.

AFAICS this also fixes PR 15280.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]