aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/error.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-16diagnostics: move libgdiagnostics dc from sinks into diagnostic_managerDavid Malcolm1-1/+3
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-05fortran: dynamically allocate error_buffer [PR117442]David Malcolm1-11/+13
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-2/+2
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-23diagnostics: implement buffering for non-textual formats [PR105916]David Malcolm1-113/+36
2024-10-23Fortran: Minor follow-up cleanup to error.ccTobias Burnus1-12/+0
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-5/+31
2024-10-18Handle GFC_STD_UNSIGNED like a standard in error messages.Thomas Koenig1-0/+2
2024-10-12Fortran: Unify gfc_get_location handling; fix expr->ts bugTobias Burnus1-10/+24
2024-10-11Fortran: Dead-function removal in error.cc (shrinking by 40%)Tobias Burnus1-717/+0
2024-09-30diagnostics: isolate diagnostic_context with interface classes [PR116613]David Malcolm1-19/+22
2024-09-20diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]David Malcolm1-11/+13
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm1-4/+4
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-23/+27
2024-09-03pretty-print: naming cleanupsDavid Malcolm1-3/+3
2024-08-29pretty-print: reimplement pp_format with a new struct pp_tokenDavid Malcolm1-2/+3
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