aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-22re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law3-5/+30
2019-03-22re PR rtl-optimization/89676 (Redundant moves for long long shift on 32bit x86)Vladimir Makarov4-0/+35
2019-03-22Avoid -Wconversion warnings when -Wsystem-headers is usedJonathan Wakely2-6/+11
2019-03-22re PR c++/60702 (thread_local initialization)Jakub Jelinek21-25/+279
2019-03-22re PR c++/87481 (Endless loop with optimisation in C++17)Jakub Jelinek8-3/+81
2019-03-22[Ada] GNAT.Sockets: fix recent regressionsPierre-Marie de Rodat4-7/+35
2019-03-22mmintrin.h (_mm_sub_pi32): Fix typo.Bill Schmidt4-4/+20
2019-03-22* config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,Jakub Jelinek2-11/+24
2019-03-22sse.md (<avx512>_fmadd_<mode>_mask<round_name>, [...]): Use <round_nimm_predi...Jakub Jelinek2-30/+51
2019-03-22re PR target/89784 (Missing AVX512 intrinsics)Jakub Jelinek27-2/+1871
2019-03-21PR tree-optimization/89350 - Wrong -Wstringop-overflow= warning since r261518Martin Sebor13-52/+600
2019-03-22Daily bump.GCC Administrator1-1/+1
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers87-4/+20317
2019-03-21re PR lto/89692 (ICE in streamer_write_chain, at tree-streamer-out.c:506)Jan Hubicka4-7/+57
2019-03-21re PR c++/71446 (Incorrect overload resolution when using designated initiali...Jakub Jelinek2-19/+17
2019-03-21re PR c++/89767 (ICE with tuple and optimization)Jakub Jelinek7-30/+115
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek9-95/+248
2019-03-21[PR72741] Properly handle clauses specifying the level of parallelism for 'ex...Thomas Schwinge10-0/+968
2019-03-21[PR89773] Fortran OpenACC 'routine' directive refuses procedures with implici...Thomas Schwinge8-12/+96
2019-03-21[PR72741] The name in a Fortran OpenACC 'routine' directive refers to the con...Thomas Schwinge4-2/+11
2019-03-21[PR72741] Encode OpenACC 'routine' directive's level of parallelism inside Fo...Thomas Schwinge6-1/+228
2019-03-21[testsuite, Fortran] Provide 'dg-compile-aux-modules' in 'gfortran.dg/goacc/g...Thomas Schwinge2-0/+27
2019-03-21[testsuite] Fix 'dg-compile-aux-modules' diagnosticThomas Schwinge4-3/+9
2019-03-21[testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also to 'gfortran.dg/coa...Thomas Schwinge2-1/+15
2019-03-21[testsuite, Fortran] Consistently set 'DEFAULT_FFLAGS'Thomas Schwinge2-5/+11
2019-03-21compiler: add a newline to function receiver type's debug dumpIan Lance Taylor2-2/+2
2019-03-21re PR middle-end/89779 (internal compiler error: tree check: expected class â...Richard Biener5-9/+34
2019-03-21In C++17 <math.h> should not put special functions in global namespaceJonathan Wakely5-112/+236
2019-03-21PR libstdc++/88066 Use <> for includes not ""Jonathan Wakely9-8/+20
2019-03-21re PR c++/78645 (ICE on invalid code (Segmentation fault, cxx_eval_call_expre...Paolo Carlini2-0/+12
2019-03-21re PR c++/89571 (ICE in nothrow_spec_p, at cp/except.c:1238)Paolo Carlini4-0/+22
2019-03-21Daily bump.GCC Administrator1-1/+1
2019-03-20d: Fix ICE force_type_die, at dwarf2out.c using nested typesIain Buclaw5-7/+103
2019-03-20re PR fortran/71861 ([F03] ICE in write_symbol(): bad module symbol)Janus Weil4-0/+44
2019-03-20PR c++/87480 - decltype of member access in default template argJason Merrill3-1/+29
2019-03-20S/390: Fix PR89775. Stackpointer save/restore instructions removedAndreas Krebbel5-16/+74
2019-03-20re PR target/89752 (ICE in emit_move_insn, at expr.c:3723)Jakub Jelinek5-2/+69
2019-03-20Daily bump.GCC Administrator1-1/+1
2019-03-19PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array o...Martin Sebor10-11/+331
2019-03-19RISC-V: Fix %lo overflow with BLKmode references.Jim Wilson4-6/+79
2019-03-19re PR rtl-optimization/89768 (ICE in compare_and_jump_seq at loop-unroll.c:838)Jakub Jelinek2-4/+11
2019-03-19compiler,runtime: pass old slice's ptr/len/cap by value to growsliceIan Lance Taylor4-24/+35
2019-03-19PR tree-optimization/89644 - false-positive -Warray-bounds on strncpy with un...Martin Sebor2-2/+6
2019-03-19PR tree-optimization/89644 - False-positive -Warray-bounds diagnostic on strncpyMartin Sebor4-8/+127
2019-03-19Fix set of even probabilities (PR middle-end/89737).Martin Liska4-3/+42
2019-03-19rs6000: Unaligned stfiwx on older CPUs (PR89746)Segher Boessenkool2-2/+9
2019-03-19re PR target/89378 ([MIPS] FAIL: gcc.dg/vect/pr88598-3.c -mmsa (internal com...Jakub Jelinek3-4/+11
2019-03-19re PR debug/88389 (-flto -g -gsplit-dwarf is broken)Richard Biener2-0/+13
2019-03-19re PR lto/87089 (tree check: expected class 'type', have 'declaration' (names...Jan Hubicka6-2/+72
2019-03-19libgo: fix build on AIXIan Lance Taylor29-202/+140