aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford10-42/+454
2019-10-14c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int...Jakub Jelinek6-17/+58
2019-10-14Normalize unsigned ~[0,0] into [1,MAX].Aldy Hernandez5-15/+34
2019-10-14Fix dump message issueXiong Hu Luo2-2/+6
2019-10-14Daily bump.GCC Administrator1-1/+1
2019-10-13[Darwin, machopic 8/n] Back out part of PR71767 fix.Iain Sandoe29-91/+105
2019-10-13[Darwin, machopic 7/n] Remove code that should be dead.Iain Sandoe2-15/+5
2019-10-13re PR fortran/91513 (Non-standard terminology in error message for pointer co...Damian Rouson4-4/+17
2019-10-13re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?)Steven G. Kargl2-15/+6
2019-10-13[PATCH] teach gengtype about 'mutable'Nathan Sidwell2-1/+5
2019-10-13re PR fortran/92017 (ICE in gfc_expr_attr, at fortran/primary.c:2674)Thomas Koenig4-0/+27
2019-10-13Remove dg-add-options c99_runtimeRainer Orth41-54/+50
2019-10-13lto-common.c (read_cgraph_and_symbols): Grow ggc memory use after summary str...Jan Hubicka2-2/+12
2019-10-13* lto.c (lto_wpa_write_files): Do not update bodies of clones.Jan Hubicka2-1/+5
2019-10-13lto-streamer-out.c (collect_block_tree_leafs): Renumber statements so non-vir...Jan Hubicka2-42/+49
2019-10-13Daily bump.GCC Administrator1-1/+1
2019-10-12pa.c (pa_output_call): Load descriptor address to register %r22.John David Anglin3-78/+103
2019-10-12[Darwin, machopic 6/n] Fix for 67183Iain Sandoe2-93/+166
2019-10-12lib2funcs.S (__gcc_plt_call): Load branch target to %r21.John David Anglin3-14/+30
2019-10-12[Darwin, machopic 5/n] Make machopic_finish() static.Iain Sandoe2-3/+1
2019-10-12[Darwin] Suppress emitting empty ctor/dtor sections.Iain Sandoe1-1/+2
2019-10-12Fix the ChangeLog for my previous commitPalmer Dabbelt1-0/+5
2019-10-12The inline keyword is supported in all new C standardsPalmer Dabbelt1-1/+1
2019-10-12pa.c (pa_option_override): Remove trailing comma from warning.John David Anglin2-1/+6
2019-10-12re PR ada/91995 (gnat miscompilation and bootstrap failure on m68k-linux)Eric Botcazou5-61/+36
2019-10-12re PR middle-end/92063 (ICE in operation_could_trap_p, at tree-eh.c:2528 when...Jakub Jelinek6-11/+39
2019-10-12c-common.h (c_omp_mark_declare_variant, [...]): Declare.Jakub Jelinek14-21/+554
2019-10-12compiler: mangle dots in pkgpathIan Lance Taylor4-3/+25
2019-10-12Daily bump.GCC Administrator1-1/+1
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers12-36/+133
2019-10-11PR c++/92070 - bogus error with -fchecking=2.Marek Polacek2-0/+16
2019-10-11PR c++/92049 - extra error with -fchecking=2.Marek Polacek4-1/+17
2019-10-11typeck.c (cp_build_binary_op): Do not handle RROTATE_EXPR and LROTATE_EXPR.Paolo Carlini4-37/+8
2019-10-11Preserve the location of explicitly defaulted functions.Jason Merrill3-4/+12
2019-10-11Extend subst to simplify CONST_INT inside SIGN_EXTEND.Jim Wilson7-0/+85
2019-10-11re PR fortran/91649 (ICE in gfc_resolve_findloc, at fortran/iresolve.c:1827)Steven G. Kargl4-11/+53
2019-10-11re PR fortran/91715 (ICE in resolve_fntype, at fortran/resolve.c:16884)Steven G. Kargl6-6/+30
2019-10-11re PR fortran/92018 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl7-43/+155
2019-10-11re PR fortran/92019 (ICE in find_inquiry_ref, at expr.c:1790)Steven G. Kargl4-1/+39
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers13-25/+57
2019-10-11* fi.po: Update.Joseph Myers2-40/+28
2019-10-11Implement <concepts> header for C++20Jonathan Wakely34-8/+2139
2019-10-11Use __is_same_as for std::is_same and std::is_same_vJonathan Wakely2-7/+9
2019-10-11PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely8-154/+478
2019-10-11Avoid warnings in <charconv>Jonathan Wakely2-5/+10
2019-10-11Relax store_bit_field call in store_exprRichard Sandiford2-1/+7
2019-10-11[ARM] Tweak HONOR_REG_ALLOC_ORDERWilco Dijkstra2-3/+7
2019-10-11tree-vect-loop.c (vect_analyze_loop_operations): Adjust call to vectorizable_...Bernd Edlinger4-16/+29
2019-10-11Fortran] PR 92050 - fix ICE with -fcheck=allTobias Burnus4-2/+69
2019-10-11re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Richard Biener8-31/+186