Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | arc.opt (mdiv-rem): Add period to the end. | Andrew Burgess | 2 | -2/+7 |
2016-01-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-01-10 | Fix -Wmisleading indentation false-positive for do-while statement | Patrick Palka | 4 | -1/+19 |
2016-01-10 | re PR fortran/69154 (ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 o... | Thomas Koenig | 4 | -0/+49 |
2016-01-10 | re PR fortran/67779 (Strange ordering with strings in extended object) | Paul Thomas | 4 | -1/+179 |
2016-01-10 | Don't parallelize loops containing phis with addr_exprs | Tom de Vries | 4 | -0/+135 |
2016-01-10 | Fix scan-tree-dump syntax | Thomas Schwinge | 8 | -7/+17 |
2016-01-10 | Only allow single exit phi for reduction in try_create_reduction_list | Tom de Vries | 4 | -0/+34 |
2016-01-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-01-09 | re PR middle-end/68743 (FAIL: gfortran.dg/aint_anint_1.f90 -O0 execution t... | John David Anglin | 2 | -1/+8 |
2016-01-09 | configure.ac (isl_options_set_schedule_serialize_sccs): Also use GMPINC. | Gerald Pfeifer | 3 | -2/+8 |
2016-01-09 | re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak) | Marek Polacek | 4 | -1/+29 |
2016-01-09 | re PR middle-end/50865 (Invalid code generation for INT64_MIN % 1 on x86_64) | Jakub Jelinek | 11 | -17/+447 |
2016-01-09 | re PR tree-optimization/69164 (ICE in create_tmp_var, at gimple-expr.c:468) | Jakub Jelinek | 4 | -9/+42 |
2016-01-09 | re PR c++/69158 (ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598) | Jason Merrill | 3 | -1/+17 |
2016-01-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-01-08 | ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL w/o DEC... | Jan Hubicka | 2 | -1/+7 |
2016-01-08 | re PR tree-optimization/69167 (internal compiler error: SSA corruption) | Jakub Jelinek | 5 | -5/+53 |
2016-01-08 | re PR c++/68449 (ICE in cxx_eval_constant_expression on atomic_load in C++) | Marek Polacek | 4 | -1/+21 |
2016-01-08 | [PATCH] Fix PR68707 | Alan Lawrence | 11 | -14/+105 |
2016-01-08 | symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ... | Uros Bizjak | 3 | -6/+11 |
2016-01-08 | constexpr.c (cxx_eval_call_expression): Remove convert_to_void workaround. | Jason Merrill | 2 | -10/+3 |
2016-01-08 | PR c++/68983 (BE) | Jason Merrill | 8 | -8/+42 |
2016-01-08 | PR c++/68983 (FE) | Jason Merrill | 3 | -0/+22 |
2016-01-08 | Use -std option in test for C99 macros in <cmath> | Jonathan Wakely | 3 | -1/+10 |
2016-01-08 | vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with libc_internal. | Olivier Hainque | 2 | -5/+10 |
2016-01-08 | Fix PR number in previous commit | Jonathan Wakely | 1 | -1/+1 |
2016-01-08 | Add missing include for std::__addressof | Jonathan Wakely | 2 | -0/+6 |
2016-01-08 | [PATCH][RS6000] Migrate reduction optabs in paired.md | Alan Lawrence | 2 | -11/+37 |
2016-01-08 | re PR tree-optimization/69162 (ICE in create_tmp_var, at gimple-expr.c:468) | Jakub Jelinek | 5 | -8/+37 |
2016-01-08 | re PR tree-optimization/69172 (ICE in make_ssa_name_fn, at tree-ssanames.c:266) | Jakub Jelinek | 4 | -1/+58 |
2016-01-08 | re PR tree-optimization/67781 (wrong code generated on big-endian with -O1 -f... | Thomas Preud'homme | 4 | -10/+73 |
2016-01-08 | re PR tree-optimization/69083 (ICE at -O3 in 64-bit mode on x86_64-linux-gnu ... | Jakub Jelinek | 4 | -3/+49 |
2016-01-08 | Restrict to linux and gnu targets as not all math.h implementations support t... | Sujoy Saraswati | 2 | -2/+11 |
2016-01-08 | re PR fortran/69128 (OpenMP workshare problem with SUM()) | Jakub Jelinek | 8 | -7/+66 |
2016-01-08 | re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears... | Jakub Jelinek | 6 | -3/+28 |
2016-01-08 | shrink-wrap: Once more PRs 67778, 68634, and now 68909 | Segher Boessenkool | 2 | -7/+25 |
2016-01-07 | PR c/68966 - atomic_fetch_* on atomic_bool not diagnosed | Martin Sebor | 7 | -8/+180 |
2016-01-08 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-01-07 | longlong: fix sh -Wundef builds | Mike Frysinger | 2 | -2/+8 |
2016-01-07 | freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to SUBTARGET_OVERRIDE_INTERNAL_O... | Andreas Tobler | 3 | -4/+18 |
2016-01-07 | re PR target/69140 (stack alignment + O1 breaks with Microsoft ABI) | Uros Bizjak | 2 | -2/+20 |
2016-01-07 | Move pr66680.f90 to libgomp | H.J. Lu | 3 | -0/+10 |
2016-01-07 | re PR target/1078 (Problems with attributes documentation) | Sandra Loosemore | 2 | -0/+22 |
2016-01-07 | Add a test for PR66655 | Nick Clifton | 4 | -0/+51 |
2016-01-07 | Use std::addressof in insert iterators, allocators and promises | Jonathan Wakely | 8 | -8/+159 |
2016-01-07 | re PR fortran/66680 (ICE with openmp, a loop and a type bound procedure) | Dominique d'Humieres | 2 | -0/+51 |
2016-01-07 | Add round_nimm_scalar_predicate and use xBm | H.J. Lu | 10 | -15/+123 |
2016-01-07 | Fix SSA inconsistencies with invalid asm reg names (PR67639) | Bernd Schmidt | 4 | -0/+20 |
2016-01-07 | Fix a minor issue found by a static analyzer (PR66206). | Bernd Schmidt | 2 | -10/+15 |