aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/error.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-1/+1
2024-06-12pretty_printer: make all fields privateDavid Malcolm1-15/+15
2024-02-14pretty-print: Fix up ptrdiff handling for %tu, %to, %txJakub Jelinek1-7/+8
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek1-1/+59
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-06diagnostics: use const and references for diagnostic_infoDavid Malcolm1-2/+2
2023-11-23Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]Harald Anlauf1-1/+5
2023-11-14diagnostics: make m_text_callbacks privateDavid Malcolm1-1/+1
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-13/+13
2023-10-03diagnostics: add ctors to text_info; add m_ prefixes to fieldsDavid Malcolm1-1/+1
2023-10-02diagnostics: add diagnostic_output_format classDavid Malcolm1-1/+1
2023-10-02diagnostics: group together source printing fields of diagnostic_contextDavid Malcolm1-5/+5
2023-03-24Fortran: Escalate failure when Hollerith constant to real conversion failsHaochen Gui1-0/+7
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt1-2/+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/+1656