Age | Commit message (Expand) | Author | Files | Lines |
2023-12-01 | aarch64: Add a result_mode helper function | Richard Sandiford | 3 | -2/+11 |
2023-12-01 | lower-bitint: Fix up maximum addition/subtraction/multiplication result compu... | Jakub Jelinek | 1 | -8/+43 |
2023-12-01 | lower-bitint: Fix ICE on bitint-39.c | Jakub Jelinek | 1 | -0/+2 |
2023-12-01 | lower-bitint: Fix _BitInt .{ADD,SUB}_OVERFLOW lowering [PR112750] | Jakub Jelinek | 5 | -5/+37 |
2023-12-01 | doc: Update the status of build directory not fully separated | Xi Ruoyao | 1 | -3/+2 |
2023-12-01 | s390x: Fix s390_md_asm_adjust handling of long doubles [PR112753] | Juergen Christ | 2 | -0/+12 |
2023-12-01 | s390: Fix builtin-classify-type-1.c on s390 too [PR112725] | Jakub Jelinek | 1 | -1/+2 |
2023-12-01 | c: Add new -Wdeclaration-missing-parameter-type permerror | Florian Weimer | 13 | -23/+37 |
2023-12-01 | c: Turn -Wincompatible-pointer-types into a permerror | Florian Weimer | 55 | -130/+726 |
2023-12-01 | c: Turn -Wreturn-mismatch into a permerror | Florian Weimer | 23 | -16/+238 |
2023-12-01 | c: Do not ignore some forms of -Wimplicit-int in system headers | Florian Weimer | 2 | -1/+6 |
2023-12-01 | c: Turn -Wimplicit-int into a permerror | Florian Weimer | 14 | -43/+86 |
2023-12-01 | c: Turn -Wimplicit-function-declaration into a permerror | Florian Weimer | 36 | -38/+412 |
2023-12-01 | c: Turn int-conversion warnings into permerrors | Florian Weimer | 32 | -82/+483 |
2023-12-01 | Add tests for validating future C permerrors | Florian Weimer | 10 | -0/+625 |
2023-12-01 | gm2: Add missing declaration of m2pim_M2RTS_Terminate to test | Florian Weimer | 1 | -0/+1 |
2023-12-01 | aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c | Florian Weimer | 1 | -1/+1 |
2023-12-01 | RISC-V: Fix VSETVL PASS regression | Juzhe-Zhong | 4 | -11/+46 |
2023-11-30 | c++: lambda capture and explicit object parm | Jason Merrill | 1 | -4/+22 |
2023-12-01 | Daily bump. | GCC Administrator | 7 | -1/+399 |
2023-11-30 | c++: wrong ambiguity in accessing static field [PR112744] | Marek Polacek | 6 | -3/+95 |
2023-11-30 | libgo: update configure.ac to upstream GCC | Ian Lance Taylor | 1 | -1/+1 |
2023-11-30 | AArch64: Fix __sync_val_compare_and_swap [PR111404] | Wilco Dijkstra | 1 | -1/+28 |
2023-11-30 | testsuite/arm: Fix bfloat16_vector_typecheck_[12].c tests [PR 112698] | Christophe Lyon | 2 | -3/+3 |
2023-11-30 | GCN: Generally enable the 'gcc.target/gcn/avgpr-[...]' test cases | Thomas Schwinge | 8 | -8/+0 |
2023-11-30 | AArch64: Fix strict-align cpymem/setmem [PR103100] | Wilco Dijkstra | 2 | -32/+24 |
2023-11-30 | Fortran: fix TARGET attribute of associating entity in ASSOCIATE [PR112764] | Harald Anlauf | 2 | -0/+41 |
2023-11-30 | tree-optimization/112767 - spurious diagnostic after sccp/loop-split swap | Richard Biener | 3 | -2/+29 |
2023-11-30 | tree-optimization/112766 - improve pruning of uninit diagnostics | Richard Biener | 2 | -48/+47 |
2023-11-30 | RISC-V: Support widening register overlap for vf4/vf8 | Juzhe-Zhong | 4 | -18/+190 |
2023-11-30 | RISC-V: Remove earlyclobber for wx/wf instructions. | Juzhe-Zhong | 4 | -2/+314 |
2023-11-30 | ada: Rework fix for wrong finalization of qualified aggregate in allocator | Eric Botcazou | 4 | -63/+63 |
2023-11-30 | ada: Support Put_Image for types in user-defined instances of predefined gene... | Steve Baird | 1 | -1/+1 |
2023-11-30 | ada: Remove SPARK legality checks | Yannick Moy | 11 | -645/+13 |
2023-11-30 | ada: Remove GNATcheck violations | Sheri Bernstein | 1 | -5/+19 |
2023-11-30 | ada: Ignore defered compile time errors without backend | Viljar Indus | 1 | -0/+10 |
2023-11-30 | ada: Fix spelling of functions with(out) "side effects" | Yannick Moy | 12 | -64/+64 |
2023-11-30 | ada: Crash initializing component of private record type | Javier Miranda | 1 | -85/+89 |
2023-11-30 | ada: Name resolution in expanded instances | Steve Baird | 1 | -0/+338 |
2023-11-30 | ada: Add comment describing Partition_Elaboration_Policy dependency. | Steve Baird | 1 | -0/+6 |
2023-11-30 | ada: Too-strict conformance checking for formal discriminated type | Steve Baird | 1 | -5/+12 |
2023-11-30 | ada: Fix predicate check failure in Expand_Allocator_Expression | Eric Botcazou | 1 | -8/+9 |
2023-11-30 | ada: Fix wrong finalization for qualified aggregate of limited type in allocator | Eric Botcazou | 1 | -0/+21 |
2023-11-30 | ada: Constant_Indexing used when context requires a variable | Steve Baird | 1 | -3/+15 |
2023-11-30 | wide-int: Fix wide_int division/remainder [PR112733] | Jakub Jelinek | 1 | -13/+22 |
2023-11-30 | c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349] | Jakub Jelinek | 15 | -84/+1057 |
2023-11-30 | Support sdot_prodv*qi with emulation of sdot_prodv*hi. | liuhongt | 2 | -12/+90 |
2023-11-30 | Use vec_extact_lo instead of subreg in reduc_<code>_scal_m. | liuhongt | 1 | -21/+26 |
2023-11-30 | Revert "testsuite: analyzer: expect alignment warning with -fshort-enums" | Alexandre Oliva | 2 | -2/+2 |
2023-11-30 | c++: mark short-enums as packed | Alexandre Oliva | 1 | -0/+6 |