diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2025-02-15 13:22:54 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2025-02-15 13:22:54 +0100 |
commit | bf84e5e64662f8f0fdebfc0212e32bfca678f9eb (patch) | |
tree | 063be41e7050cde0f4f82a8dda38cb53bf8f3075 /gcc | |
parent | 7698d2079ba7eb37b0cd7f7bb04f7c956da9db08 (diff) | |
download | gcc-bf84e5e64662f8f0fdebfc0212e32bfca678f9eb.zip gcc-bf84e5e64662f8f0fdebfc0212e32bfca678f9eb.tar.gz gcc-bf84e5e64662f8f0fdebfc0212e32bfca678f9eb.tar.bz2 |
Remove defunct web site for site of Fortran preprocessor.
gcc/fortran/ChangeLog:
PR fortran/118159
* invoke.texi: Remove mention of defunct web site for Coco.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/invoke.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index c461f57..0b50508 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -666,8 +666,7 @@ include code for these additional kind types: @code{__GFC_INT_1__}, While CPP is the de facto standard for preprocessing Fortran code, Part 3 of the Fortran 95 standard (ISO/IEC 1539-3:1998) defines Conditional Compilation, which is not widely used and not directly -supported by the GNU Fortran compiler. You can use the program coco -to preprocess such files (@uref{http://www.daniellnagle.com/coco.html}). +supported by the GNU Fortran compiler. The following options control preprocessing of Fortran code: |