]> gcc.gnu.org Git - gcc.git/commit
Fortran: Use non conflicting file extensions for intermediates [PR81615]
authorRimvydas Jasinskas <rimvydas.jas@gmail.com>
Wed, 20 Dec 2023 03:39:33 +0000 (03:39 +0000)
committerHarald Anlauf <anlauf@gmx.de>
Wed, 20 Dec 2023 19:22:54 +0000 (20:22 +0100)
commitba615557a4c698d27042a5fe058ea6e721a03b12
tree934ae1b516dc2f221351cf36f270c8789b81a398
parent08ab2293dcce442e139b163ba22f65a32e7ebd6c
Fortran: Use non conflicting file extensions for intermediates [PR81615]

gcc/ChangeLog:

* doc/invoke.texi: Document the new file extensions

gcc/fortran/ChangeLog:

PR fortran/81615
* lang-specs.h (F951_CPP_OPTIONS): Do not hardcode ".f90" extension
(F951_CPP_EXTENSION): Use .fi/.fii for fixed/free form sources
* options.cc (form_from_filename): Handle the new extensions

Signed-off-by: Rimvydas Jasinskas <rimvydas.jas@gmail.com>
gcc/doc/invoke.texi
gcc/fortran/lang-specs.h
gcc/fortran/options.cc
This page took 0.063498 seconds and 5 git commands to generate.