aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-02-01c++: ICE with -Wlogical-op [PR107755]Marek Polacek1-0/+23
2023-02-01ree: Fix -fcompare-debug issues in combine_reaching_defs [PR108573]Jakub Jelinek1-0/+18
2023-02-01testsuite: Fix g++.dg/gomp warnings for aarch64Richard Sandiford2-3/+4
2023-02-01c++, openmp: Handle some OMP_*/OACC_* constructs during constant expression e...Jakub Jelinek1-0/+47
2023-02-01IBM zSystems: Save argument registers to the stack -mpreserve-argsAndreas Krebbel3-0/+55
2023-01-31c++: Add -Wno-changes-meaningJason Merrill2-0/+29
2023-01-31analyzer: fix uses of alloca in testsuiteDavid Malcolm7-5/+13
2023-01-31analyzer: fix -Wanalyzer-allocation-size false -ve on alloca [PR108616]David Malcolm2-0/+47
2023-02-01Daily bump.GCC Administrator1-0/+816
2023-01-31c++: aggregate base and TARGET_EXPR_ELIDING_P [PR108559]Jason Merrill1-0/+19
2023-01-31For Modula-2 build-tree testing, also set up paths to compiler librariesThomas Schwinge1-0/+3
2023-01-31c++: Add fixed test [PR102870]Marek Polacek1-0/+12
2023-02-01RISC-V: Add vdiv*.vv C++ API testsJu-Zhe Zhong30-0/+5724
2023-02-01RISC-V: Add vmax*.vv C++ API testsJu-Zhe Zhong30-0/+5724
2023-02-01RISC-V: Add vmin*.vv C++ API testsJu-Zhe Zhong30-0/+5724
2023-02-01RISC-V: Add vor.vv C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-01RISC-V: Add vrem*.vv C++ API testsJu-Zhe Zhong30-0/+5724
2023-02-01RISC-V: Add vsll.vv C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-01RISC-V: Add vsra.vv C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-01RISC-V: Add vsrl.vv C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-01RISC-V: Add vand.vv C++ API testsJu-Zhe Zhong30-0/+10476
2023-02-01RISC-V: Add vxor.vv C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-01RISC-V: Add vadd.vv C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-01RISC-V: Add binop constraint testsJu-Zhe Zhong1-0/+132
2023-02-01RISC-V: Add vadd.vv C API testsJu-Zhe Zhong18-0/+5256
2023-02-01RISC-V: Add vand.vv C API testsJu-Zhe Zhong18-0/+5256
2023-02-01RISC-V: Add vdiv*.vv C API testsJu-Zhe Zhong36-0/+5760
2023-02-01RISC-V: Add vmax*.vv C API testsJu-Zhe Zhong36-0/+5760
2023-02-01RISC-V: Add vmin*.vv C API testsJu-Zhe Zhong36-0/+5760
2023-02-01RISC-V: Add vor.vv C API testsJu-Zhe Zhong18-0/+5256
2023-02-01RISC-V: Add vrem*.vv C API testsJu-Zhe Zhong36-0/+5760
2023-02-01RISC-V: Add vsll.vv C API testsJu-Zhe Zhong18-0/+5256
2023-02-01RISC-V: Add vsra.vv C API testsJu-Zhe Zhong18-0/+2880
2023-02-01RISC-V: Add srl.vv C API testsJu-Zhe Zhong18-0/+2880
2023-02-01RISC-V: Add vsub.vv C API testsJu-Zhe Zhong18-0/+5256
2023-02-01RISC-V: Add vxor.vv C API testsJu-Zhe Zhong18-0/+5256
2023-01-31c++: fix ICE with -Wduplicated-cond [PR107593]Marek Polacek3-0/+71
2023-01-31PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1Philipp Tomsich1-0/+15
2023-01-31vect: Fix single def-use cycle for ifn reductions [PR108608]Richard Sandiford2-0/+33
2023-01-31Add op2_range to pointer_plus.Andrew MacLeod1-0/+39
2023-01-31Utilize op1 == op2 when invoking range-ops folding.Andrew MacLeod1-0/+52
2023-01-31gccrs: Add testcase to show forward declared items work via TypeAliasPhilip Herron1-0/+4
2023-01-31gccrs: Add testcase to show forward declared items workPhilip Herron1-0/+10
2023-01-31gccrs: Refactor TypeResolution to be a simple query based systemPhilip Herron2-5/+10
2023-01-31gccrs: testsuite/rust: add a testcase for testing ...liushuyu1-0/+21
2023-01-31gccrs: expand: eager evaluate macros inside builtin macrosliushuyu2-6/+6
2023-01-31gccrs: rust: Add -frust-compile-until optionArthur Cohen1-0/+7
2023-01-31gccrs: Add testcase for const-eval issue from rust-blogPhilip Herron1-0/+12
2023-01-31gccrs: module lowering: Do not append null pointers as itemsArthur Cohen1-0/+34
2023-01-31gccrs: attributes: Add #[macro_use] as builtinArthur Cohen1-0/+2