aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-03-03c++, v3: Emit fundamental tinfos for _Float16/decltype(0.0bf16) types on ia32...Jakub Jelinek10-29/+94
2023-03-02jit, testsuite: fix a failing test by updating its error string [PR107999]Guillaume Gomez1-1/+1
2023-03-02IRA: Use minimal cost for hard register movementVladimir N. Makarov2-25/+140
2023-03-02amdgcn: Enable SIMD vectorization of math functionsKwok Cheung Yeung4-0/+332
2023-03-02c++: more mce_false folding from cp_fully_fold_init [PR108243]Patrick Palka2-5/+37
2023-03-02c++: constant non-copy-init is manifestly constant [PR108243]Patrick Palka2-0/+142
2023-03-02analyzer: fix uninit false +ves reading from DECL_HARD_REGISTER [PR108968]David Malcolm2-1/+17
2023-03-02c++, debug: Fix up locus of DW_TAG_imported_module [PR108716]Jakub Jelinek2-0/+16
2023-03-02vect: Don't apply masks to operations on invariants [PR108979]Richard Sandiford2-6/+40
2023-03-02c++: ICE with -Wmismatched-tags and member template [PR106259]Marek Polacek2-6/+47
2023-03-02s390: Add LEN_LOAD/LEN_STORE support.Robin Dapp32-3/+450
2023-03-02simplify-rtx: Use byte in simplify_subreg rather than assume 0 offsetAndre Vieira1-5/+5
2023-03-02gcc.dg/memchr-3.c: Account for LLP64 warningsJonathan Yong1-1/+1
2023-03-02gcc.dg/overflow-warn-9.c: Fix LLP64Jonathan Yong1-1/+2
2023-03-02MIPS: Bugfix for fix Dejagnu issues with RTL checking enabled.Robert Suchanek2-3/+3
2023-03-02MIPS: Add buildtime option to set msa defaultJunxian Zhu3-3/+27
2023-03-02Avoid creating (const (reg ...)) [PR108603]Richard Sandiford2-3/+16
2023-03-02vect: Fix voluntarily-masked negative conditionals [PR108430]Richard Sandiford2-2/+22
2023-03-02fold-const: Ignore padding bits in native_interpret_expr REAL_CST reverse ver...Jakub Jelinek3-5/+34
2023-03-02openmp: Fix up error recovery for invalid structured bindings in OpenMP range...Jakub Jelinek3-2/+54
2023-03-02testsuite/108985 - missing vect_simd_clones target requirement on testRichard Biener1-0/+1
2023-03-02testsuite: Fix g++.dg/ext/attr-copy-2.C for default_packed targetsHans-Peter Nilsson1-30/+30
2023-03-02testsuite: Fix gcc.dg/attr-copy-6.c for user-label-prefixed targetsHans-Peter Nilsson1-1/+5
2023-03-02analyzer: Support errno for newlibHans-Peter Nilsson1-0/+2
2023-03-02testsuite: Handle "packed" targets in c-c++-common/auto-init-7.c and -8.cHans-Peter Nilsson2-2/+2
2023-03-02Daily bump.GCC Administrator7-1/+195
2023-03-01c++: can't eval PTRMEM_CST in incomplete class [PR107574]Marek Polacek2-1/+23
2023-03-01c++: streamline tf_qualifying_scope usagePatrick Palka1-26/+17
2023-03-01analyzer: fixes to side-effects for built-in functions [PR107565]David Malcolm3-26/+53
2023-03-01c++: unevaluated array new-expr size constantness [PR108219]Patrick Palka4-5/+51
2023-03-01OpenMP: Ignore side-effects when finding struct comps [PR108545]Tobias Burnus3-18/+65
2023-03-01analyzer: fix infinite recursion false +ves [PR108935]David Malcolm4-51/+152
2023-03-01gcc: Remove size limit of PCH for *-*-mingw32 hostsLIU Hao1-8/+2
2023-03-01harden-sls-6.c: Fix warning on LLP64Jonathan Yong1-1/+1
2023-03-01OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546]Tobias Burnus2-2/+5
2023-03-01ubsan: Add another testcase for [0] array in the middle of struct [PR108894]Jakub Jelinek1-0/+15
2023-03-01cfgexpand: Handle WIDEN_{PLUS,MINUS}_EXPR and VEC_WIDEN_{PLUS,MINUS}_{HI,LO}_...Jakub Jelinek2-0/+51
2023-03-01c++: Don't recurse on DECL_INITIAL for DECL_EXPR on non-VAR_DECLs [PR108606]Jakub Jelinek2-1/+14
2023-03-01tree-optimization/108970 - ICE with vectorizer peelingRichard Biener2-32/+31
2023-03-01lto: Fix up lto_fixup_prevailing_type [PR108910]Jakub Jelinek1-15/+19
2023-03-01tree-optimization/108950 - widen-sum reduction ICERichard Biener3-7/+27
2023-02-28rs6000: Allow powerpc64 to be unset for implicit 64 bit [PR108240]Kewen Lin1-4/+7
2023-03-01testsuite: Fix analyzer errors for newlib-fdHans-Peter Nilsson1-1/+1
2023-03-01Daily bump.GCC Administrator7-1/+198
2023-02-28c++: non-dependent variable template-id [PR108848]Patrick Palka5-25/+61
2023-02-28Fixing PR107411Qing Zhao3-9/+28
2023-02-28Fix build warnings noreturn M2RTS and fix calls to RegisterModule [PR108956]Gaius Mulley46-486/+594
2023-02-28c++: variable template and targ deduction [PR108550]Marek Polacek4-0/+84
2023-02-28c++: ICE with constexpr variable template [PR107938]Marek Polacek4-0/+58
2023-02-28ubsan: Honor -fstrict-flex-arrays= in -fsanitize=bounds [PR108894]Jakub Jelinek13-43/+223