aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese3-12/+26
2017-05-18Minor SPARC T4 and M7 fixes and additions.Sheldon Lobo6-8/+36
2017-05-18re PR sanitizer/80797 (-fsanitize=null doesn't instrument &s->x)Marek Polacek4-1/+58
2017-05-18Daily bump.GCC Administrator1-1/+1
2017-05-17Fix comparison of decimal float zeroes (PR80692)Segher Boessenkool4-3/+27
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-1/+1
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-0/+5
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle3-1/+42
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor1-1/+1
2017-05-17pr78604.c: Fix typo in dg-options.Bill Schmidt2-1/+5
2017-05-17c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek6-169/+184
2017-05-17cp-tree.h (default_hash_traits <lang_identifier *>): New specialization.Nathan Sidwell3-126/+102
2017-05-17re PR fortran/80668 (wrong error message with -finit-derived)Fritz Reese5-2/+49
2017-05-17* gcc.target/i386/pr80425-1.c: Add -mregparm=1 for 32bit targets.Uros Bizjak1-0/+1
2017-05-17md.texi (Canonicalization of Instructions): Describe the canonical form of in...Uros Bizjak2-0/+25
2017-05-17re PR middle-end/80775 (-O3 produces ice in group_case_labels_stmt)Peter Bergner4-11/+48
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen10-8/+111
2017-05-17cp-tree.h (ovl_iterator::using_p): New predicate.Nathan Sidwell4-42/+110
2017-05-17class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.Nathan Sidwell6-123/+108
2017-05-17re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)Marek Polacek4-2/+26
2017-05-17Fix comment for cmse_nonsecure_call_clear_caller_savedThomas Preud'homme2-3/+10
2017-05-17compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.Eric Botcazou4-8/+14
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska47-194/+300
2017-05-17Bye bye, c_save_expr.Marek Polacek10-70/+64
2017-05-17Fix bogus pr78886.c failure for avrSenthil Kumar Selvaraj2-1/+8
2017-05-17reorgbug-1.c: Don't specify -O2.Chenghua Xu2-1/+5
2017-05-17Daily bump.GCC Administrator1-1/+1
2017-05-16re PR tree-optimization/80457 (vectorizable_condition does not update the vec...James Greenhalgh5-27/+76
2017-05-16re PR fortran/80554 ([f08] variable redefinition in submodule)Paul Thomas4-4/+92
2017-05-16C++: fix-it hints suggesting accessors for private fieldsDavid Malcolm11-11/+703
2017-05-16rs6000-c: Add support for built-in functions vector unsigned long long vec_bp...Carl Love9-28/+256
2017-05-16re PR sanitizer/80536 (UBSAN: compile time segfault)Marek Polacek7-9/+57
2017-05-16name-lookup.c (check_local_shadow): New, broke out of ...Nathan Sidwell2-215/+215
2017-05-16* ChangeLog: Fix whitespace.Uros Bizjak1-19/+19
2017-05-16cp-tree.h (OVL_NESTED_P, [...]): New.Nathan Sidwell4-42/+123
2017-05-16call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell7-164/+161
2017-05-16typeck2.c (cxx_incomplete_type_diagnostic): Revert change and check is_overlo...Nathan Sidwell2-2/+9
2017-05-16armv8_2-fp16-neon-1.c (vceqz): Fix regex.Tamar Christina3-2/+7
2017-05-16i386.i386.md (*movsi_internal): Split (?rm,*y) alternative to (?r,*Yn) and (?...Uros Bizjak2-18/+27
2017-05-16Add default value for last argument of dump functions.Martin Liska58-488/+715
2017-05-16cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators.Nathan Sidwell11-91/+171
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell16-54/+64
2017-05-16pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REF peeking.Nathan Sidwell6-14/+25
2017-05-16cp-tree.h (SCOPE_DEPTH): New.Nathan Sidwell5-13/+56
2017-05-16dwarf2out.c (loc_list_from_tree_1): Do not create DW_OP_GNU_variable_value fo...Richard Biener2-0/+6
2017-05-16dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE just generated.Richard Biener2-2/+11
2017-05-16Committed on behalf of Matthew WahabMatthew Wahab8-6/+818
2017-05-16Fix 2 typos in ipa-devirt.c.Martin Liska2-2/+9
2017-05-16plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)Sylvestre Ledru2-1/+8
2017-05-16objc-runtime-shared-support.c (build_module_descriptor): Remove unnecessary c...Sylvestre Ledru2-5/+7