aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-17posix.c (backtrace_open): Cast second argument of open() to int.Ian Lance Taylor2-1/+5
2015-09-17arm.md (*call_value_symbol): Fix operand for interworking.Christian Bruel4-1/+49
2015-09-17* gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE_EFFECTS.Eric Botcazou4-17/+47
2015-09-17Handle alignment in __atomic_is_lock_freeJonathan Wakely6-16/+80
2015-09-17re PR rtl-optimization/66790 (Invalid uninitialized register handling in REE)Eric Botcazou2-9/+15
2015-09-17Remove non-deterministic part of canonical() testJonathan Wakely2-11/+3
2015-09-17Make std::random_device retry after short readsJonathan Wakely2-7/+21
2015-09-17Remove redundant conditional expressions in <system_error>Jonathan Wakely2-2/+6
2015-09-17Only do shrink_to_fit() when exceptions enabledJonathan Wakely3-6/+20
2015-09-17Split up optabs.[hc]Richard Sandiford31-2188/+2248
2015-09-17compiler: Issue channel type errors earlier.Ian Lance Taylor3-3/+12
2015-09-17re PR middle-end/65958 (-fstack-check breaks alloca on architectures using ge...Eric Botcazou8-113/+507
2015-09-17genmatch.c (parser::parse_expr): Improve error message for mis-placed flags.Richard Biener2-0/+8
2015-09-17passes.c (rest_of_decl_compilation): Always call early_global_decl debug hook...Richard Biener3-7/+31
2015-09-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas5-2/+46
2015-09-17[AArch64] Implement copysign[ds]f3James Greenhalgh5-0/+218
2015-09-17Fix LRA regressions on 64-bit SPARC.David S. Miller5-21/+61
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener5-24/+15
2015-09-17Fix build failure for SH.Kaz Kojima2-1/+6
2015-09-17re PR tree-optimization/66388 (Test gcc.target/i386/pr49781-1.c failed becaus...Bin Cheng2-5/+230
2015-09-17tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New parameter.Bin Cheng8-134/+234
2015-09-16[PATCH] Pass in avail_expr_stack and setup edge_infos earlierJeff Law5-11/+54
2015-09-17[FT32] Fix memory address space predicate.James Bowman2-6/+6
2015-09-17Daily bump.GCC Administrator1-1/+1
2015-09-17re PR target/67573 ([SH] wrong code generated for libstdc++-v3/src/c++11/cxx1...Kaz Kojima2-4/+11
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely13-26/+262
2015-09-16Move check_global_declaration from toplev.c to cgraphunit.cManuel López-Ibáñez4-65/+71
2015-09-16compiler: Don't crash on erroneous channel reads.Ian Lance Taylor2-1/+10
2015-09-16Fix endianness assumption in LRA.David S. Miller2-1/+6
2015-09-16read_dir.f90: XFAIL this testcase on DragonFly.John Marino2-1/+5
2015-09-16[PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtablesJeff Law4-758/+770
2015-09-16compiler: Don't crash on malformed numeric constants.Ian Lance Taylor2-3/+28
2015-09-16invoke.texi ([Wsubobject-linkage]): Extend documentation.Paolo Carlini2-2/+13
2015-09-16shrink-wrap: Fix up partitions (PR67587)Segher Boessenkool2-0/+10
2015-09-16re PR tree-optimization/67253 (ICE at -O3 on x86_64-linux-gnu (verify_gimple ...Richard Biener4-1/+76
2015-09-16re PR middle-end/67271 (ICE with -O1,2,3 on darwin14.5 x86_64)Richard Biener4-0/+26
2015-09-16tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for offset a...Eric Botcazou4-28/+87
2015-09-16re PR middle-end/67442 (GCC 5.2.0 on x86_64 creates invalid address on specif...Richard Biener4-2/+29
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev35-126/+357
2015-09-16Daily bump.GCC Administrator1-1/+1
2015-09-15compiler: Report init dependency errors with builtin functions.Ian Lance Taylor2-6/+8
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor6-5/+24
2015-09-15xtensa: fix xtensa_fallback_frame_state for call0 ABIMax Filippov4-3/+43
2015-09-15xtensa: fix TLS calls for call0 ABIMax Filippov3-7/+19
2015-09-15tree-eh.c (lower_try_finally_dup_block): Clear location information on stack ...Eric Botcazou5-28/+34
2015-09-15alpha.c (alpha_expand_block_clear): Use HOST_WIDE_INT_M1U instead of ~(HOST_W...Uros Bizjak2-4/+9
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek6-2/+67
2015-09-15libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor3-5/+54
2015-09-15[PATCH] More class-ification of DOMJeff Law2-140/+218
2015-09-15Change of location_get_source_line signatureDavid Malcolm7-16/+31