aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-17c-family: Macro support in -Wmisleading-indentation [PR80076]Patrick Palka9-81/+178
2020-09-17Add DWARF5 variants of assembly scan tests that use DW_FORM_implicit_constMark Wielaard8-4/+131
2020-09-17aarch64: Fix dejaGNU directive in clastb_8.c testcaseAndrea Corallo1-1/+1
2020-09-17Document -Wuninitialized for allocated objects.Martin Sebor1-8/+21
2020-09-17aix: apply socket.h extern "C++" more narrowly.David Edelsohn3-14/+24
2020-09-17c++: requires-expressions and partial instantiation [PR96410]Patrick Palka5-9/+80
2020-09-17libgcc/config/arm/fp16.c: Make _internal functions static inlineChristophe Lyon1-1/+9
2020-09-17Fortran: Avoid double-free with parse error (PR96041, PR93423)Tobias Burnus1-0/+9
2020-09-17CSE negated multiplications and divisionsRichard Biener2-0/+53
2020-09-17Fix assertion checking failure with tail callEric Botcazou2-3/+16
2020-09-17Allow copying of symbolic ranges to an irange.Aldy Hernandez2-2/+32
2020-09-17Fix availability of functions in other partitionsJan Hubicka2-2/+2
2020-09-17aarch64: Fixed unused variable warning in aarch64-unwind.hWei Wentao1-1/+2
2020-09-17fixincludes/fixfixes.c: Fix 'set but not used' warning.Christophe Lyon1-1/+3
2020-09-17C-SKY: Add -msim optionJojo R3-3/+18
2020-09-17doc: use @code{} instead of @samp{@command{}} around 'date %s'Sergei Trofimovich1-1/+1
2020-09-17If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx.liuhongt2-2/+15
2020-09-17Daily bump.GCC Administrator10-1/+397
2020-09-16libbacktrace: use ELF symbol table if no debug info availableIan Lance Taylor4-39/+115
2020-09-16analyzer: fix state explosions due to SCC bugDavid Malcolm4-19/+29
2020-09-16analyzer: show SCC ids in .dot dumpsDavid Malcolm2-2/+13
2020-09-16analyzer: bulk merger/processing of runs of nodes at CFG join pointsDavid Malcolm5-3/+310
2020-09-16analyzer: add program_point::get_nextDavid Malcolm3-20/+35
2020-09-16analyzer: show program point in -Wanalyzer-too-complexDavid Malcolm1-0/+1
2020-09-16analyzer: getchar has no side-effectsDavid Malcolm2-0/+24
2020-09-16use E_*mode instead of just *modeAlexandre Oliva1-2/+2
2020-09-16rs6000: Add rs6000_cfun_pcrel_pBill Schmidt5-24/+35
2020-09-16Detect conflicts between incompatible uses of the same attribute (PR c/78666).Martin Sebor5-33/+248
2020-09-16preprocessor: Fix ICE with too long line in fmtwarn [PR96935]Marek Polacek2-0/+11
2020-09-16Work harder to avoid -Wuninitialized for objects of empty structs (PR middle-...Martin Sebor2-0/+28
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell5-33/+43
2020-09-16libbacktrace, Mach-O : Support PowerPC archs.Iain Sandoe1-0/+6
2020-09-16Fix pessimization in EH cleanup passEric Botcazou2-7/+32
2020-09-16c++: Avoid confusing 'nested' nameNathan Sidwell1-9/+7
2020-09-16Fortran: OpenMP - fix simd with (last)private (PR97061)Tobias Burnus2-14/+85
2020-09-16c++: Break out actual instantiation from instantiate_declNathan Sidwell1-148/+157
2020-09-16vec: don't select partial vectors when unnecessaryAndrea Corallo8-58/+80
2020-09-16rtl_data: Add sp_is_clobbered_by_asmH.J. Lu4-7/+39
2020-09-16testsuite/97066 - minor change to bypass plusminus-with-convert ruleFeng Xue2-2/+2
2020-09-16IBM Z: Fix *vec_tf_to_v1tf constraintsIlya Leoshkevich1-1/+1
2020-09-16C-SKY: Refine target name for elf target testJojo R1-1/+1
2020-09-16C-SKY: Set use_gcc_stdint=wrap for elf targetJojo R1-0/+1
2020-09-16C-SKY: Enable crtbegin/crtend.o of libgcc for elf targetJojo R1-1/+1
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener5-67/+41
2020-09-16C-SKY: Support multilib for mfloat-abi=.Jojo R2-9/+12
2020-09-16arm: Avoid unused parameter warningJakub Jelinek1-2/+2
2020-09-16options, lto: Optimize streaming of optimization nodesJakub Jelinek1-7/+10
2020-09-16store-merging: Consider also overlapping stores earlier in the by bitpos sort...Jakub Jelinek3-10/+222
2020-09-16C-SKY: Fix wrong ld name with option -mfloat-abi=hard.Jojo R1-1/+1
2020-09-15rs6000: Remove useless insns fed into lvx/stvx [PR97019]Kewen Lin2-54/+176