aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-03-12middle-end: Revert can_special_div_by_const changes [PR108583]Tamar Christina14-116/+26
2023-03-12Docs: Fix typo in previous commitSandra Loosemore1-1/+1
2023-03-12[PR modula2/109089] implementation of boolean should be C++/C boolGaius Mulley167-2369/+2667
2023-03-12Docs: Clean up description of asan-kernel-mem-intrinsic-prefix.Sandra Loosemore1-2/+4
2023-03-12gcc/testsuite/gcc.dg: Fix LLP64 targetsJonathan Yong2-2/+3
2023-03-12gcc.c-torture/compile/103818.c: Enable for llp64 tooJonathan Yong1-1/+1
2023-03-12Daily bump.GCC Administrator4-1/+38
2023-03-12doc: Drop a redundant link to AVR-LibCGerald Pfeifer1-1/+1
2023-03-11Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicitiesJeff Law1-1/+1
2023-03-11Re: [PATCH 2/2] Corrected pr25521.c target matching.Cupertino Miranda2-3/+14
2023-03-11Fortran: fix bounds check for copying of class expressions [PR106945]Harald Anlauf2-0/+12
2023-03-11Docs: Update documentation of Texinfo versions for building manuals.Sandra Loosemore2-22/+39
2023-03-11Daily bump.GCC Administrator8-1/+391
2023-03-10testsuite: Tweak check_fork_available for CRISHans-Peter Nilsson1-0/+6
2023-03-10testsuite: gcc.dg/pr108117.c: Require effective-target schedulingHans-Peter Nilsson1-0/+1
2023-03-10testsuite: gcc.dg/pr106397.c: Add -w to optionsHans-Peter Nilsson1-1/+1
2023-03-10c++ testsuite: Add test for PR107703Jakub Jelinek2-2/+586
2023-03-10libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703]Jakub Jelinek1-2/+46
2023-03-10c++: Don't clear TREE_READONLY for -fmerge-all-constants for non-aggregates [...Jakub Jelinek2-2/+18
2023-03-10c++, abi: Fix up class layout with bitfields [PR109039]Jakub Jelinek2-1/+42
2023-03-10c++: constrained lambda error-recovery [PR108972]Jason Merrill2-2/+6
2023-03-10ubsan: missed -fsanitize=bounds for compound ops [PR108060]Marek Polacek6-0/+100
2023-03-10Fortran: fix ICE with bind(c) in block data [PR104332]Harald Anlauf2-2/+23
2023-03-10Fix PR 108874: aarch64 code regression with shift and andsAndrew Pinski3-0/+84
2023-03-10analyzer: fix leak false +ve seen in haproxy's cfgparse.c [PR109059]David Malcolm6-18/+158
2023-03-10Speedup PTA solving for call constraint setsRichard Biener1-4/+11
2023-03-10c++: class NTTP and nested anon union [PR108566]Jason Merrill2-1/+45
2023-03-10analyzer: fix deref-before-check false +ves seen in haproxy [PR108475,PR109060]David Malcolm4-37/+356
2023-03-10range-op-float: Extend lhs by 0.5ulp rather than 1ulp if not -frounding-math ...Jakub Jelinek1-2/+18
2023-03-10cygwin: Don't try to support multilibs [PR107998]Jakub Jelinek2-4/+1
2023-03-10tree: Use comdat tree_code_{type,length} even for C++11/14 [PR108634]Jakub Jelinek3-36/+35
2023-03-10file-prefix-map: Fix up -f*-prefix-map= [PR108464]Jakub Jelinek8-16/+72
2023-03-10c, c++, cgraphunit: Prevent duplicated -Wunused-value warnings [PR108079]Jakub Jelinek4-1/+16
2023-03-10range-op-float: Fix up -ffinite-math-only range extension and don't extend in...Jakub Jelinek2-4/+60
2023-03-10RISC-V: Add fault first load C/C++ supportJu-Zhe Zhong18-312/+575
2023-03-10Extend nops num in "maybe_gen_insn" for RISC-V Vector intrinsicsJu-Zhe Zhong2-22/+7
2023-03-10RISC-V: Fine tune merge operand constraint for integer/load/storeJu-Zhe Zhong4-650/+1065
2023-03-10[PATCH v2] vect: Check that vector factor is a compile-time constantMichael Collison1-1/+1
2023-03-09c++: signed __int128_t [PR108099]Jason Merrill2-3/+12
2023-03-09c++: overloaded fn in contract [PR108542]Jason Merrill2-0/+9
2023-03-10Daily bump.GCC Administrator4-1/+170
2023-03-09c++: allocator temps in list of arrays [PR108773]Jason Merrill3-21/+110
2023-03-09testsuite: add various -Wanalyzer-null-dereference false +ve test casesDavid Malcolm6-0/+709
2023-03-09middle-end: On emergency dumps finish the graph generation.Tamar Christina1-0/+7
2023-03-09AArch64: Fix codegen regressions around tbz.Tamar Christina3-2/+150
2023-03-09Fix PR 108980: note without warning due to array bounds checkAndrew Pinski1-15/+26
2023-03-09c++: CTAD for less-specialized alias template [PR102529]Jason Merrill3-1/+38
2023-03-09c++: fix alias CTAD [PR105841]Jason Merrill2-32/+114
2023-03-09c++: hide __is_deducible for GCC 13Jason Merrill3-5/+11
2023-03-09c++: add __is_deducible trait [PR105841]Jason Merrill10-16/+131