aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez16-258/+375
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez5-0/+84
2015-05-16re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah5-21/+87
2015-05-162015-05-16 Mikael Morin <mikael@gcc.gnu.orgMikael Morin4-6/+93
2015-05-16re PR target/66140 (ICE at extract_insn, at recog.c:2343 when compiling for a...Uros Bizjak4-5/+67
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor4-121/+3
2015-05-16Daily bump.GCC Administrator1-1/+1
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely7-42/+384
2015-05-15re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev6-23/+446
2015-05-15re PR tree-optimization/64454 (optimize (x%5)%5)Marc Glisse4-3/+42
2015-05-15Add support for CFI directives in fp emulation routines for ARM.Martin Galvan4-30/+271
2015-05-15[PATCH 9/13] x86 musl supportGregor Richards3-0/+16
2015-05-15Add missed testcase for 223215.Ilya Enkovich1-0/+17
2015-05-15ipa-chkp.h (chkp_wrap_function): New.Ilya Enkovich6-8/+91
2015-05-15re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 wh...Ilya Enkovich3-5/+26
2015-05-15[AArch64] Removed unused SLOWMUL target flagsKyrylo Tkachov2-4/+9
2015-05-15Apply arm.h change for previous commit.Ramana Radhakrishnan1-2/+2
2015-05-15Fix up bootstrap and fix typo in related changelog entry.Ramana Radhakrishnan1-1/+6
2015-05-15alpha.md (extendqidi2): Use general_operand instead of some_operand for opera...Uros Bizjak3-20/+17
2015-05-15alpha.c (alpha_extract_integer): Do not handle CONST_WIDE_INT and CONST_DOUBLE.Uros Bizjak2-22/+25
2015-05-14varasm.c (output_constant_pool_1): Pass down alignment from constant pool ent...Rohit Arul Raj4-2/+108
2015-05-15Daily bump.GCC Administrator1-1/+1
2015-05-14re PR rtl-optimization/65862 ([MIPS] IRA/LRA issue: integers spilled to float...Vladimir Makarov7-1/+54
2015-05-14i386.md (sibcall_memory): Check that register with callee address is not also...Alexander Monakov5-9/+65
2015-05-14generic-match-head.c (types_match): Handle non-types.Marc Glisse4-7/+25
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers7-0/+174
2015-05-14[AArch64] Use conditional negate for absWilco Dijkstra4-28/+19
2015-05-14re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely5-21/+197
2015-05-14re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...Jonathan Wakely5-278/+100
2015-05-14re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek10-19/+191
2015-05-14rl78.c (rl78_select_section): Select the correct default section based upon t...Nick Clifton2-3/+16
2015-05-14Daily bump.GCC Administrator1-1/+1
2015-05-13sjlj.m4: New file.Eric Botcazou31-531/+140
2015-05-13re PR rtl-optimization/30967 (Extra sign/zero extend with word comparison res...Segher Boessenkool2-1/+7
2015-05-13i386.md (*mul<mode>3_1): Merge with *mulhi3_1 using SWIM248 mode iterator.Uros Bizjak2-101/+67
2015-05-13re PR middle-end/66133 (Wrong-code with noreturn #pragma omp task body)Jakub Jelinek4-5/+96
2015-05-13shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely5-4/+28
2015-05-13[tree-ssa-math-opts] Expand pow (x, CONST) using square roots when possibleKyrylo Tkachov9-85/+491
2015-05-13alpha.c (alpha_emit_set_long_const): Remove c1 argument.Uros Bizjak3-30/+37
2015-05-13re PR tree-optimization/66129 (FAIL: gcc.dg/vect/vect-strided-*c execution test)Richard Biener2-1/+9
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm8-1/+471
2015-05-13stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454).Jonathan Wakely3-0/+44
2015-05-13future (packaged_task(allocator_arg_t, const A&, F&&): Remove explicit (LWG 2...Jonathan Wakely2-1/+4
2015-05-13basic_string.h (basic_string::basic_string()): Make noexcept conditional on a...Jonathan Wakely2-1/+7
2015-05-13* include/std/complex (polar): Check for negative rho (LWG 2459).Jonathan Wakely2-1/+6
2015-05-13tuple (apply): Handle pointers to member (LWG 2418).Jonathan Wakely4-6/+31
2015-05-13gimple-expr.h (is_gimple_constant): Reorder.Eric Botcazou3-4/+7
2015-05-13* include/bits/random.h (seed_seq): More noexcept (LWG 2440).Jonathan Wakely2-4/+4
2015-05-13alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely13-12/+46
2015-05-13libcpp: Replace macro usage with C++ constructsDavid Malcolm3-113/+517