aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-10re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Jeff Law9-1/+140
2016-10-10Update docs on libstdc++ source-code layoutJonathan Wakely8-87/+238
2016-10-10re PR tree-optimization/77824 (unreachable code in SLSR GIMPLE pass)Bill Schmidt2-4/+17
2016-10-10Correct C++11 implementation status docsJonathan Wakely2-9/+7
2016-10-10Use noexcept instead of _GLIBCXX_USE_NOEXCEPTJonathan Wakely2-25/+20
2016-10-10compiler: prune away gcc-specific linemap usageThan McIntosh5-2/+28
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor23-1298/+2676
2016-10-10Minor simplification to std::_Bind_result helpersJonathan Wakely2-26/+28
2016-10-10S/390: Wrap more macro args into ()Andreas Krebbel2-43/+49
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely7-10/+82
2016-10-10re PR fortran/77915 (Internal error for matmul() in forall with optimization)Thomas Koenig4-0/+30
2016-10-10gen-avr-mmcu-texi.c (string.h): Include.Georg-Johann Lay2-0/+5
2016-10-10[4/4] ARMv8.2-A testsuite for new scalar intrinsicsJiong Wang60-0/+1916
2016-10-10[3/4] ARMv8.2-A testsuite for new vector intrinsicsJiong Wang15-0/+3428
2016-10-10[2/4] ARMv8.2-A testsuite for new data movement intrinsicsJiong Wang7-15/+1053
2016-10-10[1/4] ARMv8.2-A FP16 testsuite selectorJiong Wang2-13/+53
2016-10-10Define std::allocator<T>::is_always_equalJonathan Wakely4-1/+15
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely5-8/+102
2016-10-10re PR target/77738 (Invalid initialisation of ar.lc register)Andreas Schwab2-6/+15
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