aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-15ada: Reject aspect Always_Terminates on functions and generic functionsPiotr Trojanek1-0/+13
2023-06-15ada: Fix missing error on function call returning incomplete viewEric Botcazou1-0/+6
2023-06-15ada: Fix minor issues in commentsRonan Desplanques1-3/+2
2023-06-15ada: Remove Ttypes.Max_Unaligned_FieldEric Botcazou6-28/+2
2023-06-15ada: Fix inverted implementation of RM 8.4(10) clause for operatorsEric Botcazou1-1/+1
2023-06-15ada: Accept aspect Always_Terminates without expressionPiotr Trojanek3-51/+53
2023-06-15ada: Crash on C++ constructor of private typeJavier Miranda1-2/+18
2023-06-15ada: Remove obsolete references for Build_Transient_Object_StatementsEric Botcazou1-3/+3
2023-06-15ada: Fix aspect Linker_Section ignored on subprogram bodyEric Botcazou1-12/+22
2023-06-15ada: Cleanup analysis of iterated component associationPiotr Trojanek1-7/+5
2023-06-15LoongArch: Set default alignment for functions and labels with -mtuneXi Ruoyao4-0/+27
2023-06-15Fix 'dg-warning' in 'c-c++-common/Wfree-nonheap-object-3.c' for C++Thomas Schwinge1-1/+1
2023-06-15middle-end, i386: Pattern recognize add/subtract with carry [PR79173]Jakub Jelinek20-6/+1118
2023-06-15i386: Add peephole2 patterns to improve subtract with borrow with memory dest...Jakub Jelinek1-3/+151
2023-06-15i386: Add peephole2 patterns to improve add with carry or subtract with borro...Jakub Jelinek1-0/+289
2023-06-15middle-end: Move constant args folding of .UBSAN_CHECK_* and .*_OVERFLOW into...Jakub Jelinek2-16/+41
2023-06-15AArch64: New RTL for ABDOluwatamilore Adebayo14-2/+424
2023-06-15Missed opportunity to use [SU]ABDOluwatamilore Adebayo4-31/+217
2023-06-15LoongArch: Change the default value of LARCH_CALL_RATIO to 6.chenxiaolong1-1/+1
2023-06-15RISC-V: Use merge approach to optimize vector permutationJuzhe-Zhong15-0/+1417
2023-06-15RISC-V: Ensure vector args and return use function stack to pass [PR110119]Lehua Ding3-5/+64
2023-06-15RISC-V: Align the predictor style for define_insn_and_splitPan Li2-22/+22
2023-06-15RISC-V: Bugfix for vec_init repeating auto vectorization in RV32Pan Li1-4/+12
2023-06-15Daily bump.GCC Administrator8-1/+185
2023-06-14Remove MFWRAP_SPEC remnantJivan Hakobyan1-8/+0
2023-06-14MAINTAINERS: Add myself to write after approvalFilip Kastl1-0/+1
2023-06-14aarch64: Fix -Werror=sign-compare bootstrap failureKyrylo Tkachov1-3/+3
2023-06-14[contrib] validate_failures.py: Ignore stray filesystem paths in resultsMaxim Kuvyrkov1-0/+15
2023-06-14[contrib] validate_failures.py: Add "--expiry_date YYYYMMDD" optionMaxim Kuvyrkov1-2/+22
2023-06-14[contrib] validate_failures.py: Add new option --invert_matchMaxim Kuvyrkov1-2/+32
2023-06-14[contrib] validate_failures.py: Improve error outputThiago Bauermann1-1/+4
2023-06-14[contrib] validate_failures.py: Support "$tool:" prefix in exp namesChristophe Lyon1-3/+5
2023-06-14[contrib] validate_failures.py: Use exit code "2" to indicate regressionMaxim Kuvyrkov1-1/+1
2023-06-14[contrib] validate_failures.py: Be more stringent in parsing result linesMaxim Kuvyrkov1-4/+4
2023-06-14[contrib] validate_failures.py: Add more verbosity levelsMaxim Kuvyrkov1-36/+46
2023-06-14[contrib] validate_failures.py: Simplify GetManifestPath()Maxim Kuvyrkov1-8/+5
2023-06-14[contrib] validate_failures.py: Read in manifest when comparing build dirsMaxim Kuvyrkov1-3/+11
2023-06-14[contrib] validate_failures.py: Support expiry attributes in manifestsMaxim Kuvyrkov1-1/+9
2023-06-14[contrib] validate_failures.py: Avoid testsuite aliasingMaxim Kuvyrkov1-22/+115
2023-06-14c++: tweak c++17 ctor/conversion tiebreaker [DR2327]Jason Merrill3-36/+39
2023-06-14libstdc++: Clarify manual demangle docJonny Grant2-8/+4
2023-06-14Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with othersThomas Schwinge2-3/+3
2023-06-14driver: Forward '-lgfortran', '-lm' to offloading compilationThomas Schwinge9-10/+82
2023-06-14Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90'Thomas Schwinge3-2/+31
2023-06-14Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-nonheap-object{,-2,-...Thomas Schwinge3-8/+8
2023-06-14Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s'Thomas Schwinge1-0/+0
2023-06-14Fix typo in 'libgomp.c/target-51.c'Thomas Schwinge1-1/+1
2023-06-14Use x instead of v for alternative 2 (v, BH) in mov<mode>_internal.liuhongt2-1/+12
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus12-4/+242
2023-06-14Daily bump.GCC Administrator11-1/+654