Age | Commit message (Expand) | Author | Files | Lines |
2025-04-15 | d: Fix ICE in dwarf2out_imported_module_or_decl, at dwarf2out.cc:27676 [PR119... | Iain Buclaw | 5 | -1/+19 |
2025-04-15 | ipa-cp: Fix up ipcp_print_widest_int | Jakub Jelinek | 1 | -7/+17 |
2025-04-15 | tailc: Fix up musttail calls vs. -fsanitize=thread [PR119801] | Jakub Jelinek | 3 | -11/+118 |
2025-04-15 | Wbuiltin-declaration-mismatch-4.c: accept long long in warning for llp64 | Jonathan Yong | 1 | -2/+2 |
2025-04-15 | testsuite: Fix up ipa/pr119318.c test [PR119318] | Jakub Jelinek | 1 | -2/+1 |
2025-04-15 | Doc: always_inline attribute vs multiple TUs and LTO [PR113203] | Sandra Loosemore | 1 | -0/+7 |
2025-04-14 | c++: shortcut constexpr vector ctor [PR113835] | Jason Merrill | 2 | -0/+17 |
2025-04-14 | Revert documents from r11-344-g0fec3f62b9bfc0 | liuhongt | 1 | -92/+2 |
2025-04-15 | Doc: clarify -march=pentiumpro has no MMX support [PR42683] | Sandra Loosemore | 1 | -1/+1 |
2025-04-15 | Daily bump. | GCC Administrator | 6 | -1/+484 |
2025-04-14 | GCN, nvptx: Support '-mfake-exceptions', and use it for offloading compilatio... | Thomas Schwinge | 20 | -8/+179 |
2025-04-14 | Add 'throw', dead code test cases for GCN, nvptx target and OpenACC, OpenMP '... | Thomas Schwinge | 2 | -0/+22 |
2025-04-14 | Add 'throw', caught test cases for GCN, nvptx target and OpenACC, OpenMP 'tar... | Thomas Schwinge | 2 | -0/+26 |
2025-04-14 | Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' off... | Thomas Schwinge | 2 | -0/+32 |
2025-04-14 | Add 'std::bad_cast' exception, dead code test cases for GCN, nvptx target and... | Thomas Schwinge | 2 | -0/+20 |
2025-04-14 | Add 'std::bad_cast' exception, caught test cases for GCN, nvptx target and Op... | Thomas Schwinge | 2 | -0/+24 |
2025-04-14 | Add 'std::bad_cast' exception test cases for GCN, nvptx target and OpenACC, O... | Thomas Schwinge | 2 | -0/+30 |
2025-04-14 | Add test cases for exception handling constructs in dead code for GCN, nvptx ... | Thomas Schwinge | 2 | -0/+32 |
2025-04-14 | Add PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP 'target' offloadin... | Thomas Schwinge | 2 | -0/+12 |
2025-04-14 | Add 'g++.target/gcn/gcn.exp' for GCN-specific C++ test cases | Thomas Schwinge | 1 | -0/+56 |
2025-04-14 | Polish 'dg-output-file' test logs | Thomas Schwinge | 1 | -2/+1 |
2025-04-14 | testsuite: Fix up ipa/pr119530.c testcase [PR119318] | Jakub Jelinek | 1 | -2/+2 |
2025-04-14 | expmed: Always use QImode for init_expmed set_zero_cost [PR119785] | Jakub Jelinek | 1 | -1/+1 |
2025-04-14 | cobol: Fix -fmax-errors option [PR119776] | Jakub Jelinek | 4 | -12/+1 |
2025-04-14 | cobol: Fix up COBOL -include [PR119777] | Jakub Jelinek | 2 | -3/+3 |
2025-04-14 | cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777] | Jakub Jelinek | 2 | -7/+0 |
2025-04-14 | pretty-print, expand: Print [must tail call] for CALL_EXPRs and fix up maybe_... | Jakub Jelinek | 2 | -5/+7 |
2025-04-14 | gccrs: lang-items: Add ManuallyDrop<T> | Arthur Cohen | 2 | -0/+3 |
2025-04-14 | gccrs: attributes: Handle external tool annotations like rustfmt:: | Arthur Cohen | 4 | -3/+8 |
2025-04-14 | gccrs: nr2.0: Only insert derive macros if they exist | Arthur Cohen | 1 | -4/+3 |
2025-04-14 | gccrs: attributes: Add missing attributes used in `core` | Arthur Cohen | 3 | -1/+45 |
2025-04-14 | gccrs: Add `#[track_caller]` as known attribute | beamandala | 4 | -1/+10 |
2025-04-14 | gccrs: install.texi: Mention Rust requirement for building gccrs | Arthur Cohen | 1 | -0/+6 |
2025-04-14 | gccrs: Fix const checking of enum discriminants | Owen Avery | 3 | -0/+14 |
2025-04-14 | gccrs: format_args: Allow extraneous commas, improve safety | Arthur Cohen | 2 | -0/+54 |
2025-04-14 | gccrs: expansion: Desugar doc comments into attributes before expansion | Arthur Cohen | 7 | -1/+234 |
2025-04-14 | gccrs: expansion: Only add fragments if the matcher succeeded | Arthur Cohen | 2 | -7/+88 |
2025-04-14 | gccrs: session: Desugar question mark operator after expansion instead. | Arthur Cohen | 1 | -1/+1 |
2025-04-14 | gccrs: ast: Add get_locus() to DelimTokenTree | Arthur Cohen | 1 | -0/+1 |
2025-04-14 | gccrs: ast: Support outer attributes for AST::RangeExpr | Arthur Cohen | 1 | -6/+6 |
2025-04-14 | gccrs: nr2.0: Do not resolve modules this run if they are unloaded | Arthur Cohen | 1 | -1/+11 |
2025-04-14 | gccrs: typecheck: Properly select methods when dealing with specialization | Arthur Cohen | 3 | -24/+172 |
2025-04-14 | rust: Add comment inside block [PR119342] | Andrew Pinski | 1 | -0/+2 |
2025-04-14 | rust: use range for inside rust-gcc.cc [PR119341] | Andrew Pinski | 1 | -36/+21 |
2025-04-14 | rust: Use error_operand_p in rust-gcc.cc | Andrew Pinski | 1 | -101/+88 |
2025-04-14 | rust: Use FLOAT_TYPE_P instead of manual checking | Andrew Pinski | 1 | -4/+4 |
2025-04-14 | testcase: Add testcase for already fixed PR [PR118476] | Andrew Pinski | 1 | -0/+14 |
2025-04-14 | c++: wrong targs in satisfaction diagnostic context line [PR99214] | Patrick Palka | 2 | -1/+16 |
2025-04-14 | APX: Don't use red-zone with 32 GPRs and no caller-saved registers | H.J. Lu | 3 | -0/+189 |
2025-04-14 | ipa-cp: Use the collected pass-through types to propgate constants (PR118097) | Martin Jambor | 1 | -42/+52 |