aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Add noexcept to enable_shared_from_this::weak_from_thisJonathan Wakely4-4/+16
2016-10-10[ARC] Disable compact casesi patterns for arcv2Claudiu Zissulescu4-3/+21
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou4-14/+40
2016-10-10utils2.c (find_common_type): Do not return the LHS type if it's an array with...Eric Botcazou7-12/+82
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou4-4/+41
2016-10-10* config-lang.in (lang_requires_boot_languages): Delete.Eric Botcazou2-4/+4
2016-10-09rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED): Add macro to say we can ef...Aaron Sawdey3-4/+33
2016-10-10Daily bump.GCC Administrator1-1/+1
2016-10-09* gen-pass-instances.awk: Remove GNUism.Eric Botcazou2-8/+11
2016-10-09ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...Prathamesh Kulkarni2-0/+8
2016-10-09PR 67585 Handle EINTRJanne Blomqvist3-26/+98
2016-10-09pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin2-1/+18
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek73-392/+460
2016-10-09re PR tree-optimization/77901 (ICE in tree-sse-reassoc,c:2881)Jakub Jelinek4-1/+28
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni12-488/+131
2016-10-08* cp-gimplify.c (cp_fold): Add variable name.Jason Merrill2-1/+3
2016-10-09Daily bump.GCC Administrator1-1/+1
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill4-15/+21
2016-10-08sparc.h (FIXED_REGISTERS): Add %icc.Eric Botcazou3-10/+14
2016-10-08diagnostic-core.h (warning_at_rich_loc_n): Declare.Prathamesh Kulkarni3-7/+48
2016-10-08utils.c (convert): Add missing break.Eric Botcazou6-34/+46
2016-10-08Further P0135 refinement.Jason Merrill10-61/+112
2016-10-08gen-pass-instances.awk: Rewritten.Jakub Jelinek1-0/+31
2016-10-08gen-pass-instances.awk: Rewritten.Jakub Jelinek6-81/+219
2016-10-08invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek6-9/+34
2016-10-08invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.Jakub Jelinek6-13/+213
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek9-25/+203
2016-10-08Daily bump.GCC Administrator1-1/+1
2016-10-07aarch64-arches.def (AARCH64_ARCH): #undef at the end.Andrew Pinski12-17/+31
2016-10-07Fix ICE due to map typespecs with different sized charlens being copied.Fritz Reese4-0/+82
2016-10-07re PR c++/64433 (Segmentation fault while compiling)Nathan Sidwell9-12/+193
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek17-13/+244
2016-10-07rs6000-c.c (rs6000_cpu_cpp_builtins): Split -mfloat128 into -mfloat128-type t...Michael Meissner12-94/+355
2016-10-07re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123)Steven G. Kargl18-50/+122
2016-10-07Improve implementation-defined docs for libstdc++Jonathan Wakely4-13/+198
2016-10-07Implement std::has_unique_object_representationsJonathan Wakely6-2/+192
2016-10-07re PR c++/77700 (suspicios code in cp/parser.c)Bernd Edlinger6-1/+30
2016-10-07[simplify-rtx] Zero-initialise local array in simplify_immed_subregKyrylo Tkachov2-3/+6
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener7-38/+69
2016-10-07gimplify.c (should_warn_for_implicit_fallthrough): Check for FALLTHROUGH_LABE...Marek Polacek4-1/+37
2016-10-07re PR c++/69733 (-Wignored-qualifiers points to wrong const)Bernd Schmidt8-5/+131
2016-10-07re PR tree-optimization/77880 (out of memory building recent LLVM on ppc64le ...Bernd Schmidt2-1/+7
2016-10-07re PR c++/77803 (Bogus implicit-fallthrough warning)Marek Polacek4-0/+45
2016-10-07bitmap.h: Document constraints on bitmap modification while iterating over it.Richard Biener2-0/+17
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener5-46/+94
2016-10-07re PR tree-optimization/77664 (Missed optimization: signed int >= 0 && < unsi...Jakub Jelinek5-5/+319
2016-10-07Really set priority to 99 for __gcov_exitMartin Liska2-1/+6
2016-10-07Fix profiled bootstrap (part 2)Martin Liska2-1/+5
2016-10-07gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of vars in gimple_bind_var...Richard Biener2-0/+22
2016-10-07re PR tree-optimization/77879 (mpd gets miscompiled since r235622)Richard Biener2-1/+43