aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Daily bump.GCC Administrator6-1/+723
2023-02-22c-family: avoid compile-time-hog in c_genericize [PR108880]Marek Polacek2-3/+20
2023-02-22Fortran: reject invalid CHARACTER length of derived type components [PR96024]Harald Anlauf2-0/+24
2023-02-22testsuite: Skip module_cmi_p and related unsupported module testAlexandre Oliva1-0/+17
2023-02-22[arm] avoid aes-1742098 mitigation in combine testsAlexandre Oliva2-2/+2
2023-02-22Drop need for constant I in ctf testAlexandre Oliva1-3/+3
2023-02-22xfail fp-uint64-convert-double-* on all arm targetsAlexandre Oliva2-2/+2
2023-02-22[arm] [testsuite] asm-flag-4.c: match quotes in expected messageAlexandre Oliva1-1/+1
2023-02-22testsuite: Accept pmf-vbit-in-delta extra warningAlexandre Oliva1-1/+5
2023-02-22Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/typesThomas Schwinge1-0/+15
2023-02-22vect: inbranch SIMD clonesAndrew Stubbs25-32/+682
2023-02-22RISC-V: Add RVV reduction C/C++ intrinsics supportJu-Zhe Zhong11-14/+668
2023-02-22RISC-V: Add floating-point RVV C/C++ apiJu-Zhe Zhong17-211/+3472
2023-02-22RISC-V: Make the test condition more strict for gcc.target/riscv/_Float16-zhi...Kito Cheng1-1/+1
2023-02-22RISC-V: Adjust vsetvl testcase.Kito Cheng248-833/+833
2023-02-22cgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_UNREACHABLE in more sp...Jakub Jelinek3-4/+16
2023-02-22Rust: Move void_list_node init to common codeThomas Schwinge1-4/+0
2023-02-22Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-suppo...Thomas Schwinge24-24/+91
2023-02-22Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace'Thomas Schwinge1-2/+0
2023-02-22Daily bump.GCC Administrator7-1/+1098
2023-02-21analyzer: stop exploring the path after certain diagnostics [PR108830]David Malcolm33-46/+1157
2023-02-21gcc: xtensa: fix PR target/108876Max Filippov2-9/+13
2023-02-21Fortran: improve checking of character length specification [PR96025]Harald Anlauf3-12/+28
2023-02-21d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56.Iain Buclaw224-839/+2007
2023-02-21d: Only handle the left-to-right evaluation of a call expression during gimplifyIain Buclaw2-26/+12
2023-02-21d: Set doing_semantic_analysis_p before calling functionSemantic3Iain Buclaw2-0/+57
2023-02-21tree-optimization/108691 - remove trigger-happy assertRichard Biener2-3/+14
2023-02-21tree-optimization/108793 - niter compute type mismatchRichard Biener2-5/+16
2023-02-21Update copyright years.Thomas Schwinge2-2/+2
2023-02-21gccrs: add math intrinsicsRaiki Tamura2-4/+291
2023-02-21gccrs: const evaluator: Remove get_nth_callargArthur Cohen1-16/+3
2023-02-21gccrs: Repair 'gcc/rust/lang.opt' commentThomas Schwinge1-3/+1
2023-02-21gccrs: Cleanup unused parameters to fix the bootstrap buildPhilip Herron26-695/+661
2023-02-21gccrs: Skip this debug test case which is failing on the latest mac-os devtoo...Philip Herron1-7/+8
2023-02-21gccrs: Fix undefined behaviour issues on macosPhilip Herron5-13/+38
2023-02-21gccrs: Add initial support for argument capture of closuresPhilip Herron6-6/+172
2023-02-21gccrs: Add capture tracking to the type info for closuresPhilip Herron3-6/+14
2023-02-21gccrs: Add closure binding's tracking to name resolutionPhilip Herron3-0/+159
2023-02-21gccrs: Refactor name resolver to take a Rib::ItemTypePhilip Herron10-41/+108
2023-02-21gccrs: Get rid of make builtin macroPhilip Herron2-48/+46
2023-02-21gccrs: Improve lexer dumpRaiki Tamura6-72/+72
2023-02-21gccrs: Remove default location. Add visibility location to create_* functionsDave2-19/+25
2023-02-21gccrs: ast: Dump no comma after self in fn params if it is the last oneJakub Dupak1-4/+12
2023-02-21gccrs: ast: Dump remove /* stmp */ comment to not clutter the dumpJakub Dupak1-2/+1
2023-02-21gccrs: ast: Remove unused include in rust-ast-dump.ccJakub Dupak1-1/+0
2023-02-21gccrs: ast: Dump generic parametersJakub Dupak2-9/+123
2023-02-21gccrs: ast: Dump type param typeJakub Dupak1-1/+13
2023-02-21gccrs: ast: Dump trait object type one boundJakub Dupak1-2/+9
2023-02-21gccrs: ast: Dump parenthesised typeJakub Dupak1-2/+9
2023-02-21gccrs: ast: Dump trait object typeJakub Dupak1-4/+13