aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-10/+11
2024-10-12Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.Thomas Koenig1-0/+7
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-1/+2
2024-08-11Fortran: silence Wmaybe-uninitialized warnings for LTO build [PR116221]Harald Anlauf1-1/+1
2024-08-02Fortran: Fix ICE on invalid in gfc_format_decoder.Steve Kargl1-6/+10
2024-07-21Fortran: Fix regression caused by r14-10477 [PR59104]Paul Thomas1-0/+6
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-10/+0
2024-05-24Fortran: improve attribute conflict checking [PR93635]Harald Anlauf1-35/+28
2024-05-20fortran: Assume there is no cyclic reference with submodule symbols [PR99798]Mikael Morin1-2/+52
2024-04-21Fortran: Detect 'no implicit type' error in right place [PR103471]Paul Thomas1-1/+1
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin1-0/+58
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-1/+75
2024-02-28Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]Alexander Westbrooks1-0/+27
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-12fortran: Undo new symbols in all namespaces [PR110996]Mikael Morin1-13/+46
2023-09-09fortran: Remove redundant tree walk to delete elementMikael Morin1-4/+2
2023-07-13fortran: Release symbols in reversed order [PR106050]Mikael Morin1-1/+1
2023-07-11Fortran: formal symbol attributes for intrinsic procedures [PR110288]Harald Anlauf1-0/+7
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-6/+6
2023-03-05Fortran: fix CLASS attribute handling [PR106856]Harald Anlauf1-1/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-08Fortran: diagnose and reject duplicate CONTIGUOUS attribute [PR108025]Harald Anlauf1-0/+6
2022-10-26Fortran: BOZ literal constants are not compatible to any type [PR103413]Harald Anlauf1-0/+4
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-1/+7
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5251