2025-04-15 |
Tobias Burnus | Fortran/OpenMP: Support automatic mapping allocatable... |
commit | commitdiff | tree |
2025-04-15 |
Kyrylo Tkachov | Locality cloning pass: -fipa-reorder-for-locality |
commit | commitdiff | tree |
2025-04-15 |
Martin Jambor | ipa-bit-cp: Fix adjusting value according to mask ... |
commit | commitdiff | tree |
2025-04-15 |
Iain Buclaw | d: Fix internal compiler error: in visit, at d/decl... |
commit | commitdiff | tree |
2025-04-15 |
Patrick Palka | c++: prev declared hidden tmpl friend inst, cont [PR119807] |
commit | commitdiff | tree |
2025-04-15 |
Iain Buclaw | d: Fix ICE in dwarf2out_imported_module_or_decl, at... |
commit | commitdiff | tree |
2025-04-15 |
Jakub Jelinek | ipa-cp: Fix up ipcp_print_widest_int |
commit | commitdiff | tree |
2025-04-15 |
Jakub Jelinek | tailc: Fix up musttail calls vs. -fsanitize=thread... |
commit | commitdiff | tree |
2025-04-15 |
Jonathan Yong | Wbuiltin-declaration-mismatch-4.c: accept long long... |
commit | commitdiff | tree |
2025-04-15 |
Jakub Jelinek | testsuite: Fix up ipa/pr119318.c test [PR119318] |
commit | commitdiff | tree |
2025-04-15 |
Jonathan Wakely | libstdc++: Fix std::string construction from volatile... |
commit | commitdiff | tree |
2025-04-15 |
Jonathan Wakely | libstdc++: Enable __gnu_test::test_container constructo... |
commit | commitdiff | tree |
2025-04-15 |
Jakub Jelinek | libgcobol: Handle long double as an alternate IEEE754... |
commit | commitdiff | tree |
2025-04-15 |
Sandra Loosemore | Doc: always_inline attribute vs multiple TUs and LTO... |
commit | commitdiff | tree |
2025-04-15 |
Jason Merrill | c++: shortcut constexpr vector ctor [PR113835] |
commit | commitdiff | tree |
2025-04-15 |
liuhongt | Revert documents from r11-344-g0fec3f62b9bfc0 |
commit | commitdiff | tree |
2025-04-15 |
Sandra Loosemore | Doc: clarify -march=pentiumpro has no MMX support ... |
commit | commitdiff | tree |
2025-04-15 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | GCN, nvptx: Support '-mfake-exceptions', and use it... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'throw', dead code test cases for GCN, nvptx target... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'throw', caught test cases for GCN, nvptx target... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'throw' test cases for GCN, nvptx target and OpenAC... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'std::bad_cast' exception, dead code test cases... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'std::bad_cast' exception, caught test cases for... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'std::bad_cast' exception test cases for GCN, nvptx... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add test cases for exception handling constructs in... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Add 'g++.target/gcn/gcn.exp' for GCN-specific C++ test... |
commit | commitdiff | tree |
2025-04-14 |
Thomas Schwinge | Polish 'dg-output-file' test logs |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | testsuite: Fix up ipa/pr119530.c testcase [PR119318] |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | expmed: Always use QImode for init_expmed set_zero_cost... |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | cobol: Fix -fmax-errors option [PR119776] |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | cobol: Fix up COBOL -include [PR119777] |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777] |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | pretty-print, expand: Print [must tail call] for CALL_E... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: lang-items: Add ManuallyDrop<T> |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: attributes: Handle external tool annotations... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: nr2.0: Only insert derive macros if they exist |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: attributes: Add missing attributes used in ... |
commit | commitdiff | tree |
2025-04-14 |
beamandala | gccrs: Add `#[track_caller]` as known attribute |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: install.texi: Mention Rust requirement for build... |
commit | commitdiff | tree |
2025-04-14 |
Owen Avery | gccrs: Fix const checking of enum discriminants |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: format_args: Allow extraneous commas, improve... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: expansion: Desugar doc comments into attributes... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: expansion: Only add fragments if the matcher... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: session: Desugar question mark operator after... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: ast: Add get_locus() to DelimTokenTree |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: ast: Support outer attributes for AST::RangeExpr |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: nr2.0: Do not resolve modules this run if they... |
commit | commitdiff | tree |
2025-04-14 |
Arthur Cohen | gccrs: typecheck: Properly select methods when dealing... |
commit | commitdiff | tree |
2025-04-14 |
Andrew Pinski | rust: Add comment inside block [PR119342] |
commit | commitdiff | tree |
2025-04-14 |
Andrew Pinski | rust: use range for inside rust-gcc.cc [PR119341] |
commit | commitdiff | tree |
2025-04-14 |
Andrew Pinski | rust: Use error_operand_p in rust-gcc.cc |
commit | commitdiff | tree |
2025-04-14 |
Andrew Pinski | rust: Use FLOAT_TYPE_P instead of manual checking |
commit | commitdiff | tree |
2025-04-14 |
Andrew Pinski | testcase: Add testcase for already fixed PR [PR118476] |
commit | commitdiff | tree |
2025-04-14 |
Patrick Palka | c++: wrong targs in satisfaction diagnostic context... |
commit | commitdiff | tree |
2025-04-14 |
Andreas Schwab | libgcobol: Add missing float128 suffix |
commit | commitdiff | tree |
2025-04-14 |
H.J. Lu | APX: Don't use red-zone with 32 GPRs and no caller... |
commit | commitdiff | tree |
2025-04-14 |
Martin Jambor | ipa-cp: Use the collected pass-through types to propgat... |
commit | commitdiff | tree |
2025-04-14 |
Martin Jambor | ipa-cp: Use the stored and streamed pass-through types... |
commit | commitdiff | tree |
2025-04-14 |
Martin Jambor | ipa-cp: Make dumping of widest_ints even more sane |
commit | commitdiff | tree |
2025-04-14 |
Martin Jambor | ipa-cp: Make propagation of bits in IPA-CP aware of... |
commit | commitdiff | tree |
2025-04-14 |
Martin Jambor | ipa: Record and stream result types of arithemetic... |
commit | commitdiff | tree |
2025-04-14 |
Jonathan Wakely | libstdc++: Document thread-safety for COW std::string... |
commit | commitdiff | tree |
2025-04-14 |
Richard Biener | tree-optimization/119757 - reject mixed mask/non-mask... |
commit | commitdiff | tree |
2025-04-14 |
Tomasz Kamiński | libstdc++: Use UTF-32BE as wide encoding for big-endian... |
commit | commitdiff | tree |
2025-04-14 |
Richard Biener | tree-optimization/119778 - properly mark abnormal edge... |
commit | commitdiff | tree |
2025-04-14 |
Gaius Mulley | PR modula2/119779 ASM examples no longer work |
commit | commitdiff | tree |
2025-04-14 |
Jakub Jelinek | driver: On linux hosts disable ASLR during -freport... |
commit | commitdiff | tree |
2025-04-14 |
Eric Botcazou | Fix implementation of Win32 thread model for C++ modules |
commit | commitdiff | tree |
2025-04-14 |
Eric Botcazou | Add testcase for PR lto/119792 |
commit | commitdiff | tree |
2025-04-14 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2025-04-13 |
Rainer Orth | cobol: Avoid conflict with OVERFLOW in system headers... |
commit | commitdiff | tree |
2025-04-13 |
Jerry DeLisle | Fortran: Fix runtime segfault closing negative unit |
commit | commitdiff | tree |
2025-04-13 |
Patrick Palka | c++: improve constexpr call caching [PR115639] |
commit | commitdiff | tree |
2025-04-13 |
Rainer Orth | cobol: Avoid conflict with timespec_t in system headers... |
commit | commitdiff | tree |
2025-04-13 |
Rainer Orth | cobol: Heed ASM_COMMENT_START |
commit | commitdiff | tree |
2025-04-13 |
Rainer Orth | libgcobol: Use strchr instead of index |
commit | commitdiff | tree |
2025-04-13 |
Nathaniel Shead | c++/modules: More fixes for merging DECL_MAYBE_DELETED... |
commit | commitdiff | tree |
2025-04-13 |
Nathaniel Shead | c++/modules: Give more specific diagnostics in is_match... |
commit | commitdiff | tree |
2025-04-13 |
Stefan Schulze... | s390: Add z17 scheduler description |
commit | commitdiff | tree |
2025-04-13 |
Stefan Schulze... | s390: Support z17 processor name |
commit | commitdiff | tree |
2025-04-13 |
Thomas Koenig | Fix ICE in compare_parameter. |
commit | commitdiff | tree |
2025-04-13 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2025-04-12 |
Iain Buclaw | d: Fix importC cannot find input file __importc_builtin... |
commit | commitdiff | tree |
2025-04-12 |
Iain Buclaw | d: Add option to include imported modules in the compil... |
commit | commitdiff | tree |
2025-04-12 |
Iain Buclaw | d: Fix -fonly= argument only matches when including... |
commit | commitdiff | tree |
2025-04-12 |
Andrew Pinski | testsuite: unxfail ira-shrinkwrap-prep-[12].c for x86_6... |
commit | commitdiff | tree |
2025-04-12 |
Patrick Palka | c++: improve constexpr prvalue folding [PR116416] |
commit | commitdiff | tree |
2025-04-12 |
Sandra Loosemore | Doc: Explicitly document extensions implied by -march... |
commit | commitdiff | tree |
2025-04-12 |
Jakub Jelinek | driver: Fix up -freport-bug for ASLR [PR119727] |
commit | commitdiff | tree |
2025-04-12 |
Jakub Jelinek | bitintlower: Fix up handling of SSA_NAME copies in... |
commit | commitdiff | tree |
2025-04-12 |
Jakub Jelinek | tailc, expand: Small incremental tweak to tail call... |
commit | commitdiff | tree |
2025-04-12 |
Jakub Jelinek | tailc, expand: Tail call -fdump-{tree-tailc,expand... |
commit | commitdiff | tree |
2025-04-12 |
Eric Botcazou | Ada: Natural/Positive not ignored in subprogram renaming |
commit | commitdiff | tree |
2025-04-12 |
Thomas Schwinge | Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_I... |
commit | commitdiff | tree |
2025-04-12 |
Bob Dubner | cobol: Eliminate many getenv() calls. [PR119694] |
commit | commitdiff | tree |
2025-04-12 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2025-04-11 |
Sandra Loosemore | Doc: Correct documentation for -fstrong-eval-order... |
commit | commitdiff | tree |
2025-04-11 |
Sandra Loosemore | Doc: Delete misleading sentence from -frounding-math... |
commit | commitdiff | tree |
next |