aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-02compiler: avoid GCC middle-end control warningsIan Lance Taylor7-13/+45
2017-12-01Delete obsolete DWARF1 references.Jim Wilson5-6/+14
2017-12-02Daily bump.GCC Administrator1-1/+1
2017-12-01re PR target/81959 (PowerPC __float128 optimization fails with integer PRE_IN...Michael Meissner5-1/+47
2017-12-01compiler: introduce size threshold for nil checksThan McIntosh13-81/+220
2017-12-01* doc/extend.texi: Mention C++14 library complex suffix.Jason Merrill1-0/+4
2017-12-01Give #include hints for <complex>.Jason Merrill5-1/+23
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill10-12/+175
2017-12-01* Makefile.in (TAGS): Add c-family/*.cc.Jason Merrill2-1/+6
2017-12-01[AArch64] Fix address printing on ILP32Wilco Dijkstra5-13/+37
2017-12-01Fix an undefined behavior in fortran/decl.cQing Zhao2-1/+6
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig4-2/+29
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely3-4/+8
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely7-2/+27
2017-12-01S/390: Split MVC instruction for better forwardingAndreas Krebbel3-1/+48
2017-12-01Add comment to fix -Wfallthrough warningJonathan Wakely2-0/+4
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely2-3/+12
2017-12-01Use const char* to fix -Wwrite-strings warningJonathan Wakely2-1/+3
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely2-0/+5
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely3-3/+7
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely2-2/+5
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely3-3/+9
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas17-38/+374
2017-12-01Fix bug in an OpenACC async test caseCesar Philippidis2-0/+7
2017-12-01re PR tree-optimization/83232 (fma3d spec2000 regression on zen with -Ofast (...Richard Biener4-9/+65
2017-12-01Fix "central flowgraph" typo in machine desc docsJonathan Wakely2-1/+5
2017-12-01RTEMS/Ada: Fix some POSIX typesSebastian Huber2-3/+22
2017-12-01Fix wrong code by arm_final_prescan with fp16 move instructionsSudakshina Das4-1/+23
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek13-79/+56
2017-12-01re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unn...Jakub Jelinek2-1/+5
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek15-8/+188
2017-12-01re PR tree-optimization/83221 (qsort comparator not anti-commutative: -214748...Jakub Jelinek2-2/+7
2017-12-01re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek4-2/+18
2017-12-01re PR sanitizer/83219 (c-c++-common/ubsan/unreachable-2.c fails starting with...Jakub Jelinek2-1/+13
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig4-3/+27
2017-12-01Fix movdi_internal to return MODE_TI with AVX512Sergey Shalnov2-3/+10
2017-12-01Replace __popcntq with two _popcnt32.Kirill Yukhin2-2/+7
2017-12-01Fix wrong instruction vpcmpeqd generationSergey Shalnov2-3/+10
2017-12-01Fix registers type for MODE_TISergey Shalnov2-1/+6
2017-12-01_mulkc3.c (__mulkc3): Add forward declaration.Michael Meissner3-0/+7
2017-12-01Daily bump.GCC Administrator1-1/+1
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek6-7/+54
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek20-16/+52
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko6-11/+67
2017-11-30re PR libgcc/83112 (Silence warnings from PowerPC libgcc float128-ifunc.c com...Michael Meissner7-84/+166
2017-11-30Cleanup riscv option docs.Jim Wilson2-14/+27
2017-11-30PR c++/82219 - bogus -Wignored-qualifiers with templateJason Merrill3-0/+15
2017-11-30PR libstdc++/65927 Fix -Wunused-but-set-parameter warningJonathan Wakely2-2/+10
2017-11-30Move assertion from to_address to __to_addressGlen Joseph Fernandes3-5/+47
2017-11-30[ARC] Add trap instruction.Claudiu Zissulescu2-0/+11