aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou31-50/+603
2016-10-16sparc.c (sparc_expand_vector_init): Only accept literal constants in CONST_VE...Eric Botcazou2-3/+7
2016-10-16re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle4-1/+84
2016-10-16system-aix.ads (Always_Compatible_Rep): Change to False.Eric Botcazou17-32/+50
2016-10-16Daily bump.GCC Administrator1-1/+1
2016-10-15sparc.c (sparc_expand_vec_perm_bmask): Use a scratch register as destination ...Eric Botcazou6-4/+60
2016-10-15PR c++/77945 - constexpr and trivial copyJason Merrill4-1/+45
2016-10-15rs6000: Fix shrink-wrap-separate for AIXSegher Boessenkool2-16/+33
2016-10-15optabs.c (expand_parity): Fix mode mismatch, add final conversion and keep lo...Eric Botcazou5-5/+31
2016-10-15re PR fortran/77972 (ICE on broken character continuation with -Wall etc.)Jerry DeLisle4-3/+21
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist1-0/+9
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist1-0/+5
2016-10-15revert: diagnostic.c (diagnostic_action_after_output): Remove max error handl...Nathan Sidwell4-44/+17
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2-2/+2
2016-10-15Daily bump.GCC Administrator1-1/+1
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2-3/+14
2016-10-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...Jason Merrill3-0/+19
2016-10-14Implement P0017R1, C++17 aggregates with bases.Jason Merrill12-33/+193
2016-10-14diagnostic.c (diagnostic_action_after_output): Remove max error handling here...Nathan Sidwell4-17/+44
2016-10-14Tweaks to print_rtx_functionDavid Malcolm3-11/+36
2016-10-14re PR middle-end/77959 (ICE in ix86_decompose_address, at i386/i386.c:14954)Jakub Jelinek4-0/+38
2016-10-14sparc-passes.def: New file.Eric Botcazou5-20/+41
2016-10-14DR 1511 - const volatile variables and ODRJakub Jelinek5-5/+83
2016-10-14debug7.adb (dg-options): Remove -g.Eric Botcazou4-3/+9
2016-10-14loop-unroll.c (unroll_loop_runtime_iterations): Condition initial loop peel t...Pat Haugen2-15/+31
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-1/+1
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor1-1/+1
2016-10-14re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen3-4/+43
2016-10-14Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.hPedro Alves2-25/+5
2016-10-14mips.c (mips_prepare_pch_save): Initialize micromips_globals to zero.Catherine Moore2-17/+24
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor3-61/+59
2016-10-14re PR tree-optimization/77979 (ICE on valid code at -Os and above on x86_64-l...Richard Biener4-2/+36
2016-10-14Test folding of str{n}{case}cmp and memchrMartin Liska4-0/+266
2016-10-14Fold __builtin_memchr functionMartin Liska5-59/+119
2016-10-14Fold __builtin_str{n}{case}cmp functionsMartin Liska5-147/+239
2016-10-14Fix gcc.dg/torture/pr77937-[12].c for real.Uros Bizjak3-2/+10
2016-10-14Fix pr77937-1.c and pr77937-2.c testcasesMarkus Trippelsdorf2-2/+2
2016-10-14* gcov-io.c (gcov_open): Deconstify 'mode'.Nathan Sidwell2-1/+5
2016-10-14re PR ada/77968 (ICEs with -flto on gnat.dg)Eric Botcazou17-71/+203
2016-10-14Support only \0-terminated string in c_getstr and returnMartin Liska3-10/+36
2016-10-14coarray_38.f90: Expect error message.Andre Vehreschild4-1/+23
2016-10-14[AArch64] Add spellchecking hints for -march,-mcpu,-mtune and their attributesKyrylo Tkachov9-1/+127
2016-10-14Fix long lineEric Botcazou1-2/+2
2016-10-14optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab and udivm...Prathamesh Kulkarni2-2/+7
2016-10-14Daily bump.GCC Administrator1-1/+1
2016-10-13PR c++/71912 - [6/7 regression] flexible array in struct in union rejectedMartin Sebor10-105/+895
2016-10-13m68k.c (m68k_option_override): Check opt_fstack_limit_symbol_arg and opt_fsta...Andreas Schwab4-3/+15
2016-10-13re PR tree-optimization/77937 (ICE: in replace_one_candidate, at gimple-ssa-s...Bill Schmidt3-0/+37
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill20-31/+712
2016-10-13gcov-io.c (gcov_open): Fix documentation.Nathan Sidwell2-37/+17