aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2022-12-11fortran/openmp.cc: Remove 's' that slipped in during %<..%> replacementTobias Burnus1-1/+1
2022-12-11Daily bump.GCC Administrator1-0/+17
2022-12-10Fortran: reject bad SIZE argument while simplifying ISHFTC [PR106911]Harald Anlauf1-0/+3
2022-12-10Fortran: Replace simple '.' quotes by %<.%>Tobias Burnus4-28/+28
2022-12-10Daily bump.GCC Administrator1-0/+21
2022-12-09Fortran: ICE on recursive derived types with allocatable components [PR107872]Paul Thomas1-1/+2
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus6-38/+108
2022-12-09Daily bump.GCC Administrator1-0/+6
2022-12-08Fortran: diagnose and reject duplicate CONTIGUOUS attribute [PR108025]Harald Anlauf1-0/+6
2022-12-08Daily bump.GCC Administrator1-0/+6
2022-12-07Fortran: handle zero-sized arrays in ctors with typespec [PR108010]Harald Anlauf1-4/+20
2022-12-05Daily bump.GCC Administrator1-0/+19
2022-12-04Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]Harald Anlauf1-1/+10
2022-12-04Fortran: fix typo in documentation of intrinsic FLOOR [PR107870]Harald Anlauf1-30/+30
2022-12-04Fortran: error recovery handling invalid CLASS variable [PR107899]Harald Anlauf1-1/+1
2022-12-01Daily bump.GCC Administrator1-0/+4
2022-11-30fix Clang warningMartin Liska1-1/+1
2022-11-30Daily bump.GCC Administrator1-0/+10
2022-11-29Fortran: intrinsic MERGE shall use all its arguments [PR107874]Harald Anlauf2-1/+19
2022-11-29Daily bump.GCC Administrator1-0/+26
2022-11-28Fortran: ICE with elemental and dummy argument with VALUE attribute [PR107819]Harald Anlauf1-0/+1
2022-11-28OpenMP/Fortran: Permit end-clause on directiveTobias Burnus2-34/+56
2022-11-24Daily bump.GCC Administrator1-0/+6
2022-11-23Fortran: error recovery on associate with bad selector [PR107577]Steve Kargl1-1/+2
2022-11-21changelog: Fix extra space after tab.Martin Liska1-739/+739
2022-11-21Daily bump.GCC Administrator1-0/+6
2022-11-18Fortran: reject NULL actual argument without explicit interface [PR107576]Harald Anlauf1-0/+8
2022-11-18Daily bump.GCC Administrator1-0/+5
2022-11-17Fortran: Remove double spaces in open() warning [PR99884]Bernhard Reutner-Fischer1-1/+1
2022-11-17Daily bump.GCC Administrator1-0/+18
2022-11-16Fortran: ICE on procedure arguments with non-integer length [PR107707]Steve Kargl1-0/+2
2022-11-16Fortran: error recovery after reference to bad CLASS variable [PR107681]Harald Anlauf1-0/+1
2022-11-16Fortran: ICE in simplification of array expression involving power [PR107680]Harald Anlauf1-0/+7
2022-11-16Daily bump.GCC Administrator1-0/+8
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt3-4/+4
2022-11-15Daily bump.GCC Administrator1-0/+1280
2022-11-14Fortran: fix treatment of character, value, optional dummy arguments [PR107444]Harald Anlauf1-1/+1
2022-11-14doc: port new documentation from SphinxMartin Liska1-2/+1
2022-11-14Revert "sphinx: copy files from texi2rst-generated repository"Martin Liska375-26484/+0
2022-11-14Revert "sphinx: support Sphinx in build system"Martin Liska1-30/+75
2022-11-14Revert "sphinx: remove texinfo files"Martin Liska4-0/+24109
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-9/+9
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-3/+7
2022-11-14Revert "docs: fix: WARNING: Parsing of expression failed. Using fallback pars...Martin Liska5-10/+10
2022-11-14Revert "sphinx: add missing trailing newline"Martin Liska368-368/+368
2022-11-14Revert "sphinx: add missing newline for conf.py files."Martin Liska2-2/+2
2022-11-14Revert "docs: move label directly before title"Martin Liska69-138/+138
2022-11-14Partially revert 59a63247992eb13153b82c4902aadf111460eac2.Martin Liska1-1/+2
2022-11-14Daily bump.GCC Administrator1-0/+10
2022-11-13Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]José Rui Faustino de Sousa1-17/+31