aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-25re PR c++/79583 (ICE (internal compiler error) upon instantiation of class te...Paolo Carlini2-0/+14
2017-05-25re PR c++/68578 (ICE on invalid template declaration and instantiation)Paolo Carlini2-0/+8
2017-05-25Relax VIEW_CONVERT_EXPR - CONVERT_EXPR combinationMarc Glisse4-3/+28
2017-05-25Allow some NOP conversions in (X+CST1)+CST2 in match.pdMarc Glisse5-8/+94
2017-05-25Move "(A & C) == D is false when D & ~C != 0" to match.pdMarc Glisse4-19/+39
2017-05-25lto-streamer-in.c (lto_input_data_block): Adjust T const cast to avoid warning.Nathan Sidwell2-1/+4
2017-05-25auto-profile.c (afdo_propagate): Adjust T const cast to avoid warning.Nathan Sidwell2-1/+6
2017-05-25c=common.c (field_decl_cmp, [...]): Adjust T const casts to avoid warning.Nathan Sidwell2-4/+9
2017-05-25Daily bump.GCC Administrator1-1/+1
2017-05-24friend.c (do_friend): Remove check for existing decl.Nathan Sidwell9-56/+70
2017-05-24* Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.Nathan Sidwell2-9/+18
2017-05-24cp-tree.h (cp_free_lang_data): Add extern.Nathan Sidwell4-40/+43
2017-05-24PR c++/80544 strip cv-quals from cast resultsJonathan Wakely5-7/+101
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor49-321/+568
2017-05-24Split off powerpcspe from rs6000 portSegher Boessenkool150-8/+112799
2017-05-24integer-pack2.C: Require int32 effective target.Jakub Jelinek2-5/+14
2017-05-24dump-parse-tree.c (show_expr): Replace stdout with dumpfile for showing values.Thomas Koenig2-3/+8
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig4-16/+176
2017-05-24When lra-remat rematerializes an instruction with a clobber, it checks that t...Wilco Dijkstra2-3/+24
2017-05-24cp-tree.h (ovl_skip_hidden): Declare.Nathan Sidwell5-68/+36
2017-05-24Fix a SPARC -mcbcond compare-and-branch out of range failure.Sheldon Lobo2-1/+7
2017-05-24rs6000: Fix for separate shrink-wrapping for fp (PR80860, PR80843)Segher Boessenkool2-3/+14
2017-05-24[ARM] Fix typo in comment in arm_expand_prologueThomas Preud'homme2-1/+5
2017-05-24Reinstate absolute line number in gcc.dg/cpp/19940712-1.cTom de Vries2-1/+5
2017-05-24re PR middle-end/80823 (ICE: verify_flow_info failed)Peter Bergner4-1/+33
2017-05-24S/390: Fix PR80725.Andreas Krebbel5-4/+46
2017-05-24cp-tree.h (OVL_HIDDEN_P): New.Nathan Sidwell7-21/+144
2017-05-24var-tracking.c (track_expr_p): Do not return 0 for tracked record parameters ...Eric Botcazou2-2/+8
2017-05-23-Wunused and C++17 structured bindingsJason Merrill5-1/+43
2017-05-24Daily bump.GCC Administrator1-1/+1
2017-05-23compiler: detect failure to set init priority for packageIan Lance Taylor2-2/+8
2017-05-23cp-tree.h (PUSH_GLOBAL, [...]): Delete.Nathan Sidwell3-444/+292
2017-05-23PR c++/80396 - built-in for make_integer_sequence.Jason Merrill8-2/+191
2017-05-23i386.md (*movdi_internal): Remove SSE4 alternative 18 (?r, *v).Uros Bizjak4-97/+70
2017-05-23name-lookup.c (find_namespace_binding): New.Nathan Sidwell2-95/+58
2017-05-23re PR c++/80866 (segfault in is_overloaded_fn())Nathan Sidwell4-0/+24
2017-05-23Document dg-line directiveTom de Vries2-0/+17
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka14-113/+197
2017-05-23cp-tree.h (DECL_HIDDEN_P): New.Nathan Sidwell5-83/+153
2017-05-23Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context"Thomas Schwinge2-11/+4
2017-05-23re PR fortran/80256 (Cygwin test fail: bind_c_array_params_2.f90 scan-assembl...Jerry DeLisle2-1/+8
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge18-25/+330
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska20-283/+302
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska10-29/+38
2017-05-23ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check that nonco...Jan Hubicka2-2/+10
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka24-280/+320
2017-05-23cp-tree.h (OVL_P): New.Nathan Sidwell8-242/+257
2017-05-23c-parser.c (c_parser_compound_statement_nostart): Remove redundant quotes.Marek Polacek2-1/+6
2017-05-23Fix bogus builtin-snprintf-warn-3.c failure for avrSenthil Kumar Selvaraj2-1/+6
2017-05-23Document rdrand effective targetTom de Vries2-0/+8