aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Ada/x32: PR ada/80626: Correct Memory_SizeH.J. Lu2-1/+7
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor20-666/+2331
2017-05-10Add missing PR numbers to ChangeLog entriesPeter Bergner2-0/+2
2017-05-10tree-cfg.c (gimple_seq_unreachable_p): New function.Peter Bergner9-38/+114
2017-05-10pt.c (dependent_type_p): Make sure we aren't called with global_type_node.Jason Merrill2-0/+7
2017-05-10PR c++/79549 - C++17 ICE with non-type auto template parameter packJason Merrill3-66/+26
2017-05-10rs6000-c: Add support for built-in functions vector signed char vec_neg (vect...Carl Love8-8/+104
2017-05-10* g++.dg/template/crash126.C: Second error doesn't apply to C++17.Jason Merrill1-1/+1
2017-05-10raise-gcc.c (exception_class_eq): Make ec parameter const.Bernd Edlinger2-1/+6
2017-05-10re PR tree-optimization/77644 (missed optimization with sqrt in comparison)Prathamesh Kulkarni4-1/+44
2017-05-10cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell7-43/+53
2017-05-10dumpfile.h (TDI_lang_all): New.Nathan Sidwell4-28/+48
2017-05-10* dumpfile.h: Tabify.Nathan Sidwell2-39/+44
2017-05-10Move an use-after-free access before the delete.Wilco Dijkstra2-2/+8
2017-05-10avoid remove&reinsert of call when splitting block for inliningAlexandre Oliva4-19/+53
2017-05-10re PR c++/80145 ([c++1y] ICE after failed return type deduction)Paolo Carlini5-4/+29
2017-05-10Daily bump.GCC Administrator1-1/+1
2017-05-09re PR target/68163 (GCC on power8 does not issue the stxsspx instruction on p...Michael Meissner4-49/+307
2017-05-09re PR fortran/79311 ([OOP] ICE in generate_finalization_wrapper, at fortran/c...Janus Weil4-20/+60
2017-05-09* class.c (check_bases): Ignore empty bases.Jason Merrill3-1/+17
2017-05-09* g++.dg/cpp1z/direct-enum-init1.C: Correct error message.Jason Merrill1-2/+2
2017-05-09PR c++/70979 - literal class and closure typesJason Merrill3-3/+14
2017-05-09PR c++/66297, DR 1684 - literal class and constexpr member fnsJason Merrill9-21/+37
2017-05-09re PR c/35441 (pretty-printer cannot handle some expressions)Volker Reichelt4-1/+62
2017-05-09re PR testsuite/80643 (NA->FAIL: gcc.dg/pr79214.c gcc.dg/pr79222.c gcc.dg/pr7...Martin Sebor2-2/+9
2017-05-09re PR c++/80186 (ICE on C++ code with invalid constructor: Segmentation fault...Paolo Carlini4-2/+26
2017-05-09avx512f-vaddsd-2.c: Test fixed.Sebastian Peryt5-35/+43
2017-05-09Add PR number.Dominique d'Humieres1-0/+1
2017-05-09re PR translation/80280 (Missing closing quote (%>) c/semantics.c and c/c-typ...Martin Sebor2-3/+7
2017-05-09coarray_lock_7.f90: Fix dg-final regexps.Dominique d'Humieres2-2/+6
2017-05-09re PR translation/80280 (Missing closing quote (%>) c/semantics.c and c/c-typ...Martin Sebor2-18/+25
2017-05-09* tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.Nathan Sidwell2-8/+4
2017-05-09[ARC] Add support for advanced mpy/mac instructions.Claudiu Zissulescu7-4/+325
2017-05-09[ARC]Fast interrupts support.Claudiu Zissulescu12-30/+287
2017-05-09[ARC] Automatic context save/restore for regular interrupts.Claudiu Zissulescu10-32/+429
2017-05-09vect-44.c: Add --param vect-max-peeling-for-alignment=0 and adjust.Richard Biener3-7/+13
2017-05-09PR c++/70167 - array prvalue treated as lvalueJason Merrill7-9/+60
2017-05-09ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope typedefs.Nathan Sidwell2-3/+9
2017-05-09re PR c/80525 (-Wlogical-op confused by undefined integer overflow)Marek Polacek5-7/+45
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell10-5/+49
2017-05-09* doc/invoke.texi: Fix typo.Marek Polacek2-4/+8
2017-05-09tree-vrp.c (vrp_val_is_max): Adjust comment.Richard Biener2-49/+36
2017-05-09Fix broken cunroll-13.c for avr targetSenthil Kumar Selvaraj2-1/+13
2017-05-09tree-vrp.c (get_single_symbol): Add assert that we don't get overflowed const...Richard Biener2-27/+33
2017-05-09vect-50.c: Revert last change.Richard Biener3-2/+5
2017-05-09tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.Richard Biener2-129/+133
2017-05-08PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor5-176/+432
2017-05-09re PR target/80101 (ICE in store_data_bypass_p, at recog.c:3737)Kelvin Nilsen6-15/+144
2017-05-09Daily bump.GCC Administrator1-1/+1
2017-05-08xtensa: add support for SSPMax Filippov4-15/+42