aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-01-22re PR c++/69392 (G++ can't capture 'this' pointer to templated type using ini...Jason Merrill3-9/+32
2016-01-22re PR tree-optimization/69347 (excessive compile time with -O2)Jeff Law2-48/+91
2016-01-22pr63354c: Adjust target selector to include 32-bit targets testing an -m64 mu...Bill Schmidt2-1/+6
2016-01-22- fix a ChangeLog entryBernd Edlinger1-1/+1
2016-01-22re PR target/69416 (Nonsense rtl checking failure)Richard Henderson2-3/+10
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz9-1/+28
2016-01-22pr63354.c: Restrict to Linux targets with 64-bit support.Bill Schmidt2-1/+7
2016-01-22[Patch Obvious] gcc.dg/vect/bb-slp-pr68892.c requires vectorization of doublesJames Greenhalgh2-0/+5
2016-01-22[multiple changes]Christian Bruel6-1/+85
2016-01-22[ARM] Fix PR target/69403: Bug in thumb2_ior_scc_strict_it patternKyrylo Tkachov4-6/+50
2016-01-22ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.Kugan Vivekanandarajah2-3/+4
2016-01-22missed : in logChristian Bruel1-1/+1
2016-01-222016-01-22 Christian Bruel <christian.bruel@st.com>Christian Bruel2-4/+5
2016-01-22ipa-inline.c (can_inline_edge_p): Back out overzealous check on flag_non_call...Eric Botcazou2-6/+7
2016-01-22re PR c++/55843 (ICE after exceeding template instantiation depth)Paolo Carlini2-0/+32
2016-01-22[Testsuite] Fix PR66877Alan Lawrence2-1/+8
2016-01-22re PR debug/66668 (FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan...Jakub Jelinek2-12/+148
2016-01-22extend.texi (scalar_storage_order type attribute): Document restriction on ty...Eric Botcazou2-5/+14
2016-01-22re PR testsuite/67489 (FAIL: gcc.target/powerpc/p8vector-builtin-8.c (test fo...Bill Schmidt2-1/+9
2016-01-22Daily bump.GCC Administrator1-1/+1
2016-01-21PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidMartin Sebor4-3/+132
2016-01-21re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fm...Jeff Law4-1/+45
2016-01-21[PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min...Jeff Law3-5/+12
2016-01-21re PR fortran/65996 (gfortran ICE with -dH)Jerry DeLisle4-2/+34
2016-01-21re PR c++/68810 (FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -- test for err...Dominik Vogt2-4/+8
2016-01-21re PR c++/59281 (attribute((constructor)) accepts enum class as integer const...Jason Merrill1-0/+5
2016-01-21re PR c++/65687 (Inconsistent behavior for __attribute__((__deprecated__)) be...Jason Merrill3-3/+24
2016-01-21re PR c++/40751 (G++ never packs typedef'd enums)Jason Merrill3-2/+16
2016-01-21re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...Jason Merrill7-60/+133
2016-01-21Record configure regenerateDavid Edelsohn1-0/+1
2016-01-21configure.ac (gcc_cv_as_powerpc_mfcrf, [...]): Detangle.David Edelsohn3-8/+23
2016-01-21aix71.h (ASM_CPU_SPEC): Add entry for Power9.Pat Haugen3-0/+8
2016-01-21Fix missed comment fix in last change.Bernd Schmidt1-3/+3
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt7-7/+56
2016-01-21re PR target/63354 (gcc -pg -mprofile-kernel creates unused stack frames on l...Anton Blanchard5-0/+37
2016-01-21Issue wic prefetch instruction at call site. Ajit Agarwal4-0/+183
2016-01-21Mark r20 as fixed. Mark r21 not fixed & allocatable in callee.Ajit Agarwal2-2/+8
2016-01-21re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...Yuri Rumyantsev2-1/+9
2016-01-21re PR rtl-optimization/68990 (wrong code at -O3 on x86_64-pc-linux-gnu in 32-...Vladimir Makarov4-15/+70
2016-01-21Fix typoDavid Edelsohn2-2/+0
2016-01-21re PR target/69129 (ICE in get_attr_got, at config/mips/mips.md:694 on mips-l...Nick Clifton4-8/+63
2016-01-21configure.ac (gcc_cv_as_dwloc): Test support for debug frame section label re...David Edelsohn3-15/+19
2016-01-21re PR c++/58046 (template operator= in SFINAE class)Paolo Carlini2-0/+44
2016-01-21graphite-optimize-isl.c (get_schedule_map): Fix typo.Richard Biener2-1/+5
2016-01-21S/390: Fix missing .size directives.Marcin Kościelnicki2-1/+8
2016-01-21re PR target/69187 (ICE: Aborted when native compiling neon code with __built...Stefan Sørensen4-1/+32
2016-01-21S/390: Use proper read-only data section for literals.Marcin Kościelnicki2-2/+16
2016-01-21re PR tree-optimization/69378 (FAIL: g++.dg/tree-ssa/pr61034.C)Richard Biener2-12/+100
2016-01-21re PR tree-optimization/69355 (Wrong results with -O1 optimization)Jakub Jelinek4-1/+162
2016-01-20PR c/52291 - __sync_fetch_and_add and friends poorly specified for pointerMartin Sebor2-6/+27