aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-05PR libstdc++/89128 add deduction guides for container adaptorsJonathan Wakely6-0/+355
2019-02-05re PR c++/89187 (ICE in initialize_argument_information, at calls.c:2023)Jakub Jelinek5-1/+41
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo15-1/+269
2019-02-05re PR rtl-optimization/11304 (Wrong code production with -fomit-frame-pointer)Jakub Jelinek3-1/+19
2019-02-05PR c++/89158 - by-value capture of constexpr variable broken.Marek Polacek4-1/+25
2019-02-05compiler: check duplicate implicit indexes in slices/arraysIan Lance Taylor2-1/+8
2019-02-05Fix pr84711.c testcaseSegher Boessenkool2-1/+5
2019-02-05S/390: Remove load and test fp splitterAndreas Krebbel2-18/+8
2019-02-05re PR target/89112 (Incorrect code generated by rs6000 memcmp expansion)Aaron Sawdey2-25/+52
2019-02-05re PR target/89112 (Incorrect code generated by rs6000 memcmp expansion)Aaron Sawdey2-2/+8
2019-02-05vec-extract-sint128-1.c: Require int128 effective target.Jakub Jelinek3-2/+6
2019-02-05re PR target/89188 (ICE in pre_and_rev_post_order_compute, at cfganal.c:1055)Jakub Jelinek4-9/+26
2019-02-05PR libstdc++/89194 untangle is_convertible and is_nothrow_convertibleJonathan Wakely2-19/+33
2019-02-05re PR rtl-optimization/89195 (Corrupted stack offset after combine)Jakub Jelinek4-0/+34
2019-02-05vec-extract-slong-1.c: Require p8 execution hardware.Kelvin Nilsen11-10/+24
2019-02-05re PR tree-optimization/88606 (ICE: verify_type failed (error: type variant d...Richard Biener2-10/+17
2019-02-05Restore previous behaviour of testJonathan Wakely2-3/+15
2019-02-05PR libstdc++/89130 restore support for non-MoveConstructible typesJonathan Wakely5-23/+146
2019-02-05PR libstdc++/89090 avoid C++17 features in C++11/C++14 codeJonathan Wakely3-8/+16
2019-02-05GCOV: remove misleading branches and calls info for -f option (PR gcov-profil...Martin Liska2-7/+25
2019-02-05Rename __is_trivially_relocatable to __is_bitwise_relocatable.Marc Glisse3-4/+15
2019-02-05re PR target/89186 (ICE in mark_addressable at gcc/gimple-expr.c:894 since r2...Jakub Jelinek4-1/+18
2019-02-05re PR middle-end/89150 (Tree form bitmaps break GC)Richard Biener2-4/+12
2019-02-05[PR87770] test partial specializations for type dependenceAlexandre Oliva4-1/+53
2019-02-05Daily bump.GCC Administrator1-1/+1
2019-02-04re PR fortran/89077 (ICE using * as len specifier for character parameter)Harald Anlauf4-1/+23
2019-02-04doc: showcase a "union of vectors" pattern (PR 88698)Alexander Monakov2-0/+47
2019-02-04Do not dereference NULL pointer in resolve_ref (PR fortran/89185).Martin Liska2-5/+9
2019-02-04[RS6000] Fix potiential buffer overflowAlan Modra2-2/+44
2019-02-04[RS6000] Emit inline PLT when -mno-tls-markersAlan Modra3-15/+20
2019-02-04Bail out when ipa_fn_summaries does not contain entry for callee (PR ipa/88985).Martin Liska3-3/+3
2019-02-04Report error when -fpre-include can't be opened (PR fortran/88912).Martin Liska2-2/+14
2019-02-04Bail out when ipa_fn_summaries does not contain entry for callee (PR ipa/88958).Martin Liska4-0/+27
2019-02-04sparc.h: Remove superfluous blank lines.Eric Botcazou3-80/+92
2019-02-04inline5.c: Handle also @, ...Jakub Jelinek2-4/+9
2019-02-04[NDS32] Change naming rule for dyanmic linker.Kito Cheng2-1/+24
2019-02-04contrib/dg-extract-results: Handle timeout warningsChristophe Lyon3-7/+49
2019-02-04* g++.dg/torture/alias-1.C: New test.Jakub Jelinek2-0/+61
2019-02-04[NDS32] Restrict address mode, when symbol is TLS model.Chung-Ju Wu2-1/+6
2019-02-04[NDS32] Remove all -mtlsdesc-trmpoline related things.Chung-Ju Wu3-10/+9
2019-02-04Daily bump.GCC Administrator1-1/+1
2019-02-03PR c/69661 - missing -Wsequence-point warningMartin Sebor2-0/+16
2019-02-03PR c++/44648 - missing -Wunused warning on a const variable in if statementMartin Sebor2-0/+24
2019-02-03re PR fortran/67679 (-Wunitialized reports on compiler-generated variables)Thomas Koenig2-4/+21
2019-02-03re PR target/89071 (AVX vcvtsd2ss lets us avoid PXOR dependency breaking for ...Uros Bizjak2-27/+67
2019-02-03re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener4-0/+38
2019-02-03Daily bump.GCC Administrator1-1/+1
2019-02-02re PR fortran/81344 (Can't disable -ffpe-trap (or not documented))Dominique d'Humieres2-0/+15
2019-02-02re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec...Thomas Koenig6-1/+27
2019-02-02re PR fortran/88393 ([OOP] Segfault with type-bound assignment)Paul Thomas4-10/+60