aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-11runtime: set up g earlyIan Lance Taylor5-8/+16
2019-05-11Daily bump.GCC Administrator1-1/+1
2019-05-10PR libstdc++/81266 fix std::thread::native_handle_type testJonathan Wakely2-1/+11
2019-05-10PR libstdc++/90397 fix std::variant friend declarationsJonathan Wakely2-6/+16
2019-05-10PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely4-23/+138
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely6-22/+179
2019-05-10re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtabl...Thomas Koenig5-1/+106
2019-05-10Fix typo in gcc/fortran/ChangeLogJanne Blomqvist1-1/+1
2019-05-10compiler: permit inlining receive expressionsIan Lance Taylor3-1/+32
2019-05-10darwin, testsuite - provide an asm shim for AVX12F tests.Iain Sandoe3-1/+99
2019-05-10decl.c (grokvardecl): Use an accurate location in error message about main as...Paolo Carlini4-1/+12
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini15-70/+60
2019-05-10PR c++/78010 - bogus -Wsuggest-override warning on final function.Marek Polacek4-1/+22
2019-05-10compiler: permit inlining variable declaration statementsIan Lance Taylor4-9/+71
2019-05-10tree-ssa-sccvn.c (visit_reference_op_call): Initialize value-id.Richard Biener2-0/+7
2019-05-10Fix a plural in a param description.Martin Liska2-1/+6
2019-05-10re PR tree-optimization/90385 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek4-1/+22
2019-05-10re PR c++/90383 (GCC generates invalid constexpr copy/move assignment operato...Jakub Jelinek6-5/+62
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas14-55/+238
2019-05-10re PR tree-optimization/88709 (Improve store-merging)Jakub Jelinek2-2/+7
2019-05-10re PR pch/90326 (Using any precompiled header breaks definition of FLT_MAX)Jakub Jelinek9-3/+34
2019-05-10Reapply r269790 which was missed during rebase.Martin Liska2-8/+14
2019-05-10Add params for jump-table expansion params (PR middle-end/90340).Martin Liska8-13/+107
2019-05-10Fix location where lto-dump is installed.Martin Liska3-2/+10
2019-05-10Daily bump.GCC Administrator1-1/+1
2019-05-10combine: Don't generate IF_THEN_ELSESegher Boessenkool2-8/+4
2019-05-09* de.po, fr.po: Update.Joseph Myers3-102/+71
2019-05-09compiler: avoid copy for string([]byte) conversion used in map keysCherry Zhang5-1/+30
2019-05-09loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.Bill Schmidt2-4/+5
2019-05-09sel-sched: allow negative insn priority (PR 88879)Alexander Monakov2-2/+5
2019-05-09[arm] PR target/90405 New test.Richard Earnshaw2-0/+33
2019-05-09[arm] PR target/90405 fix regression for thumb1 with -mtpcs-leaf-frameRichard Earnshaw2-70/+52
2019-05-09Support {MIN,MAX}_EXPR in GIMPLE FE.Martin Liska6-2/+89
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska15-71/+377
2019-05-092019-05-09 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+1
2019-05-09re PR preprocessor/90382 (ICE in linemap_macro_map_loc_to_exp_point, at libcp...Paolo Carlini4-7/+18
2019-05-09re PR tree-optimization/90395 (ICE: verify_flow_info failed (error: BB 2 cann...Richard Biener4-0/+24
2019-05-09Clean up MPX-related stuff: CIF_CHKPThomas Schwinge2-4/+2
2019-05-09[PR89221] Continue to default to '--disable-frame-pointer' for x86 GNU systemsThomas Schwinge3-4/+11
2019-05-09stl_deque.h (operator==(const _Deque_iterator<>&, const _Deque_iterator<>&)):...François Dumont2-136/+130
2019-05-09Daily bump.GCC Administrator1-1/+1
2019-05-09[RS6000] PR89271, gcc.target/powerpc/vsx-simode2.cAlan Modra5-36/+145
2019-05-08compiler: avoid copy for string([]byte) conversion used in string comparisonCherry Zhang5-6/+148
2019-05-08libgo: add Debugging section to READMEIan Lance Taylor2-1/+26
2019-05-08re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...Thomas Koenig6-26/+150
2019-05-08compiler: generate memmove for non-pointer slice copyIan Lance Taylor3-56/+134
2019-05-08runtime: use builtin memmove directlyCherry Zhang7-32/+24
2019-05-08[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATANathan Sidwell8-90/+61
2019-05-08compiler: remove trailing spacesIan Lance Taylor6-15/+15
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek8-5/+341