summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-03c++: Fix another PCH hash_map issue [PR96901]Jakub Jelinek
2020-09-03PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek
2020-09-03c++: Disable -frounding-math during manifestly constant evaluation [PR96862]Jakub Jelinek
2020-09-03libstdc++: Add workaround for weird std::tuple error [PR 96592]Jonathan Wakely
2020-09-03libstdc++: Optimise GCD algorithmsJonathan Wakely
2020-09-03lto: Cache location_ts including BLOCKs in GIMPLE streaming [PR94311]Jakub Jelinek
2020-09-03Improve constant folding of vector lowering with vector boolsRichard Biener
2020-09-03Preliminary work on support for 128bits integersArnaud Charlet
2020-09-03Look at fullest view when checking for static types in unnestingArnaud Charlet
2020-09-03Optimize memory broadcast for constant vector under AVX512.liuhongt
2020-09-03Adjust testcase.liuhongt
2020-09-03Daily bump.GCC Administrator
2020-09-02d: __vectors unsupported in hardware should be rejected at compile-time.Iain Buclaw
2020-09-02d: Only test with default permutation flags for runnable tests.Iain Buclaw
2020-09-02d: Move all runnable tests in gdc.dg to gdc.dg/tortureIain Buclaw
2020-09-02c++: Stop defining true, false and bool as macros in <stdbool.h>Jonathan Wakely
2020-09-02testsuite: Add missing <exception> header to testcaseJonathan Wakely
2020-09-02libstdc++: Fix test to use correct functionJonathan Wakely
2020-09-02MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit typeJozef Lawrynowicz
2020-09-02libstdc++: Fix three-way comparison for std::array [PR 96851]Jonathan Wakely
2020-09-02MSP430: Skip gcc.dg/pr55940.c in the small memory modelJozef Lawrynowicz
2020-09-02libstdc++: Break header cycle between <new> and <exception>Jonathan Wakely
2020-09-02fortran: Fix o'...' boz to integer/real conversions [PR96859]Jakub Jelinek
2020-09-02hppa: Improve hppa_rtx_costs for shifts by constants.Roger Sayle
2020-09-02bpf: use the default asm_named_section target hookJose E. Marchesi
2020-09-02bpf: use elfos.hJose E. Marchesi
2020-09-02Daily bump.GCC Administrator
2020-09-01Use the determined lower bound of the range of offsets in a PLUS_EXPR.Martin Sebor
2020-09-01c++: Allow new char[4]{"foo"} [PR77841]Marek Polacek
2020-09-01libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely
2020-09-01rs6000: MMA built-in dies with incorrect sharing of tree nodes errorPeter Bergner
2020-09-01libstdc++: Constrain chrono::duration conversions [LWG 2094]Jonathan Wakely
2020-09-01analyzer: fix false NULL deref warning after previous deref [PR96792]David Malcolm
2020-09-01vec: use inexact growth where possible.Martin Liska
2020-09-01vec: default exect = false in grow functions.Martin Liska
2020-09-01PR middle-end/90597: gcc_assert ICE in layout_typeRoger Sayle
2020-09-01Fortran : ICE on invalid code PR95398Mark Eggleston
2020-09-01rtl-optimization/96812 - remap dependence info on RTL loop unrollingRichard Biener
2020-09-01openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARA...Jakub Jelinek
2020-09-01Correct Changelog for fix to PR96806Feng Xue
2020-09-01test/rs6000: Add Power9 and up as vect_len targetKewen Lin
2020-09-01Daily bump.GCC Administrator
2020-08-31rs6000, remove improperly defined and unsupported builtins.Carl Love
2020-08-31analyzer: handle __builtin___memset_chk [PR96798]David Malcolm
2020-08-31analyzer: gather builtin/internal fn handling into switch statementsDavid Malcolm
2020-08-31analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]David Malcolm
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek
2020-08-31analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]David Malcolm
2020-08-31analyzer: fix ICE on casting float to pointer [PR96764]David Malcolm