aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/f95-lang.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-53/+53
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus1-0/+9
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-1/+3
2023-12-05Restore build with GCC 4.8 to GCC 5Richard Sandiford1-1/+1
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-2/+12
2023-07-20Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisonsFrancois-Xavier Coudert1-0/+2
2023-06-10Fortran: add Fortran 2018 IEEE_{MIN,MAX} functionsFrancois-Xavier Coudert1-0/+14
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-11fortran: Fix up function types for realloc and sincos{,f,l} builtins [PR108349]Jakub Jelinek1-18/+20
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt1-1/+1
2022-09-15Move void_list_node init to common codeRichard Biener1-2/+0
2022-09-10fortran: Add IEEE_SIGNBIT and IEEE_FMA functionsFrancois-Xavier Coudert1-0/+16
2022-08-26fortran: Expand ieee_arithmetic module's ieee_class inline [PR106579]Jakub Jelinek1-1/+2
2022-08-26Implement __builtin_issignalingJakub Jelinek1-0/+2
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+11
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus1-0/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1306