aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-15d: Fix ICE in dwarf2out_imported_module_or_decl, at dwarf2out.cc:27676 [PR119...Iain Buclaw5-1/+19
2025-04-15ipa-cp: Fix up ipcp_print_widest_intJakub Jelinek1-7/+17
2025-04-15tailc: Fix up musttail calls vs. -fsanitize=thread [PR119801]Jakub Jelinek3-11/+118
2025-04-15Wbuiltin-declaration-mismatch-4.c: accept long long in warning for llp64Jonathan Yong1-2/+2
2025-04-15testsuite: Fix up ipa/pr119318.c test [PR119318]Jakub Jelinek1-2/+1
2025-04-15Doc: always_inline attribute vs multiple TUs and LTO [PR113203]Sandra Loosemore1-0/+7
2025-04-14c++: shortcut constexpr vector ctor [PR113835]Jason Merrill2-0/+17
2025-04-14Revert documents from r11-344-g0fec3f62b9bfc0liuhongt1-92/+2
2025-04-15Doc: clarify -march=pentiumpro has no MMX support [PR42683]Sandra Loosemore1-1/+1
2025-04-15Daily bump.GCC Administrator6-1/+484
2025-04-14GCN, nvptx: Support '-mfake-exceptions', and use it for offloading compilatio...Thomas Schwinge20-8/+179
2025-04-14Add 'throw', dead code test cases for GCN, nvptx target and OpenACC, OpenMP '...Thomas Schwinge2-0/+22
2025-04-14Add 'throw', caught test cases for GCN, nvptx target and OpenACC, OpenMP 'tar...Thomas Schwinge2-0/+26
2025-04-14Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' off...Thomas Schwinge2-0/+32
2025-04-14Add 'std::bad_cast' exception, dead code test cases for GCN, nvptx target and...Thomas Schwinge2-0/+20
2025-04-14Add 'std::bad_cast' exception, caught test cases for GCN, nvptx target and Op...Thomas Schwinge2-0/+24
2025-04-14Add 'std::bad_cast' exception test cases for GCN, nvptx target and OpenACC, O...Thomas Schwinge2-0/+30
2025-04-14Add test cases for exception handling constructs in dead code for GCN, nvptx ...Thomas Schwinge2-0/+32
2025-04-14Add PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP 'target' offloadin...Thomas Schwinge2-0/+12
2025-04-14Add 'g++.target/gcn/gcn.exp' for GCN-specific C++ test casesThomas Schwinge1-0/+56
2025-04-14Polish 'dg-output-file' test logsThomas Schwinge1-2/+1
2025-04-14testsuite: Fix up ipa/pr119530.c testcase [PR119318]Jakub Jelinek1-2/+2
2025-04-14expmed: Always use QImode for init_expmed set_zero_cost [PR119785]Jakub Jelinek1-1/+1
2025-04-14cobol: Fix -fmax-errors option [PR119776]Jakub Jelinek4-12/+1
2025-04-14cobol: Fix up COBOL -include [PR119777]Jakub Jelinek2-3/+3
2025-04-14cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]Jakub Jelinek2-7/+0
2025-04-14pretty-print, expand: Print [must tail call] for CALL_EXPRs and fix up maybe_...Jakub Jelinek2-5/+7
2025-04-14gccrs: lang-items: Add ManuallyDrop<T>Arthur Cohen2-0/+3
2025-04-14gccrs: attributes: Handle external tool annotations like rustfmt::Arthur Cohen4-3/+8
2025-04-14gccrs: nr2.0: Only insert derive macros if they existArthur Cohen1-4/+3
2025-04-14gccrs: attributes: Add missing attributes used in `core`Arthur Cohen3-1/+45
2025-04-14gccrs: Add `#[track_caller]` as known attributebeamandala4-1/+10
2025-04-14gccrs: install.texi: Mention Rust requirement for building gccrsArthur Cohen1-0/+6
2025-04-14gccrs: Fix const checking of enum discriminantsOwen Avery3-0/+14
2025-04-14gccrs: format_args: Allow extraneous commas, improve safetyArthur Cohen2-0/+54
2025-04-14gccrs: expansion: Desugar doc comments into attributes before expansionArthur Cohen7-1/+234
2025-04-14gccrs: expansion: Only add fragments if the matcher succeededArthur Cohen2-7/+88
2025-04-14gccrs: session: Desugar question mark operator after expansion instead.Arthur Cohen1-1/+1
2025-04-14gccrs: ast: Add get_locus() to DelimTokenTreeArthur Cohen1-0/+1
2025-04-14gccrs: ast: Support outer attributes for AST::RangeExprArthur Cohen1-6/+6
2025-04-14gccrs: nr2.0: Do not resolve modules this run if they are unloadedArthur Cohen1-1/+11
2025-04-14gccrs: typecheck: Properly select methods when dealing with specializationArthur Cohen3-24/+172
2025-04-14rust: Add comment inside block [PR119342]Andrew Pinski1-0/+2
2025-04-14rust: use range for inside rust-gcc.cc [PR119341]Andrew Pinski1-36/+21
2025-04-14rust: Use error_operand_p in rust-gcc.ccAndrew Pinski1-101/+88
2025-04-14rust: Use FLOAT_TYPE_P instead of manual checkingAndrew Pinski1-4/+4
2025-04-14testcase: Add testcase for already fixed PR [PR118476]Andrew Pinski1-0/+14
2025-04-14c++: wrong targs in satisfaction diagnostic context line [PR99214]Patrick Palka2-1/+16
2025-04-14APX: Don't use red-zone with 32 GPRs and no caller-saved registersH.J. Lu3-0/+189
2025-04-14ipa-cp: Use the collected pass-through types to propgate constants (PR118097)Martin Jambor1-42/+52