aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Enable -O2 for pr90263.c test.Martin Liska2-0/+5
2019-05-21c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.Eric Botcazou6-2/+38
2019-05-21fix diagnostic quoting/spelling in rs6000Martin Liska11-31/+60
2019-05-21Move a test-case (PR testsuite/90551).Martin Liska2-0/+7
2019-05-21Daily bump.GCC Administrator1-1/+1
2019-05-21re PR testsuite/90503 (gcc.target/i386/pr22076.c FAILs)Uros Bizjak2-9/+12
2019-05-20* es.po, sv.po: Update.Joseph Myers3-303/+207
2019-05-21re PR testsuite/90503 (gcc.target/i386/pr22076.c FAILs)Uros Bizjak2-1/+6
2019-05-20gfortran.texi: Remove reference to the ASSIGN statement...Mark Eggleston2-9/+17
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek7-0/+34
2019-05-20CWG 2094 - volatile scalars are trivially copyable.Marek Polacek5-2/+36
2019-05-20name-lookup.c (finish_using_directive): Don't issue inform() if the warning d...Marek Polacek4-3/+19
2019-05-20pt.c (convert_template_argument): Add a diagnostic for the [temp.arg]/2 ambig...Marek Polacek4-4/+40
2019-05-20* g++.dg/ext/utf8-2.C: Accept both "char" and "char8_t" in aka.Marek Polacek2-8/+12
2019-05-20Wtype-limits-Wextra.c: Adjust expected output after recent diagnostic cleanups.Jeff Law2-4/+9
2019-05-20cp-tree.h: Remove remnants of CONV_NONCONVERTING.Paolo Carlini2-3/+6
2019-05-20[testsuite] PR90106 Fix cdce3.c testcaseChristophe Lyon2-1/+7
2019-05-20Tweak gcc.dg/torture/pta-ptrarith-3.cMarc Glisse2-1/+5
2019-05-20[i386] Fold __builtin_ia32_shufpd to VEC_PERM_EXPRMarc Glisse2-1/+33
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell5-48/+36
2019-05-20tree-ssa-alias.c (refs_may_alias_p_2): Break out from ...Jan Hubicka2-9/+23
2019-05-20[C++ PATCH] namespace using directivesNathan Sidwell3-22/+17
2019-05-20darwin, testsuite - fix PR58321Iain Sandoe3-3/+15
2019-05-20tree-ssa-structalias.c (find_func_aliases): POINTER_DIFF_EXPR doesn't produce...Richard Biener2-0/+21
2019-05-20tree-ssa-alias.c (compare_sizes): New function.Jan Hubicka2-57/+135
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely4-0/+40
2019-05-20Reject -mx32 on Solaris/x86Rainer Orth2-1/+6
2019-05-20Fix %e in Solaris specsRainer Orth3-3/+9
2019-05-20Add missing ATTRIBUTE_UNUSED for ix86_libc_has_fast_function.Martin Liska2-1/+6
2019-05-20gimple-match-head.c: Include vec-perm-indices.h.Richard Biener6-57/+104
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek20-22/+160
2019-05-20[testsuite] aarch64,arm Add missing quotes to expected error messageChristophe Lyon3-2/+8
2019-05-20Add missing default default_libc_has_fast_function implementation.Martin Liska3-0/+14
2019-05-20Come up with hook libc_has_fast_function (PR middle-end/90263).Martin Liska11-4/+100
2019-05-20Add vertical spacing in order to separate functions.Martin Liska3-3/+57
2019-05-20Do not use full qualified names if possible.Martin Liska3-87/+89
2019-05-20Use capital letters for enum value names.Martin Liska3-62/+68
2019-05-20re PR middle-end/90518 (ICE: in emit_move_insn, at expr.c:3745 in gcc.dg/gimp...Richard Biener3-3/+10
2019-05-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski3-0/+17
2019-05-20Daily bump.GCC Administrator1-1/+1
2019-05-20rs6000: Delete the "wH" and "wI" constraintsSegher Boessenkool7-96/+84
2019-05-20rs6000: Delete the "wy" constraintSegher Boessenkool7-49/+71
2019-05-20rs6000: Delete the "wu" constraintSegher Boessenkool6-40/+39
2019-05-20rs6000: Delete "wJ" and "wK" constraintsSegher Boessenkool7-99/+109
2019-05-20rs6000: Delete the "wb" constraintSegher Boessenkool7-54/+57
2019-05-20rs6000: Delete the "wo" constraintSegher Boessenkool8-62/+87
2019-05-19re PR fortran/90498 (ICE with select type/associate and derived type argument...Paul Thomas4-2/+55
2019-05-19re PR fortran/78290 (Gfortran incorrectly creates a copy of an array passed t...Thomas Koenig2-0/+40
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig1-0/+38
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig30-40/+663