[gcc r15-846] doc: Use https for our own site (and GCC for the project)

2024-05-27 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:6e974827232b90b05a8e1dc6d2ed7b918f2b6c93 commit r15-846-g6e974827232b90b05a8e1dc6d2ed7b918f2b6c93 Author: Gerald Pfeifer Date: Mon May 27 09:42:22 2024 +0200 doc: Use https for our own site (and GCC for the project) gcc: * doc/gm2.texi (What is GN

[gcc r15-847] Add testcase for PR c++/105229: ICE in lookup_template_class_1

2024-05-27 Thread Simon Martin via Gcc-cvs
https://gcc.gnu.org/g:88c9b96b2800ddb7a499bd10abaa9441a471d5fe commit r15-847-g88c9b96b2800ddb7a499bd10abaa9441a471d5fe Author: Simon Martin Date: Fri May 24 10:56:36 2024 +0200 Add testcase for PR c++/105229: ICE in lookup_template_class_1 The test case in PR c++/105229 has been

[gcc r15-848] tree-optimization/115232 - demangle failure during -Waccess

2024-05-27 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:311d7f5c17b8969c7ed8e4f23178d6ec4752e33f commit r15-848-g311d7f5c17b8969c7ed8e4f23178d6ec4752e33f Author: Richard Biener Date: Mon May 27 09:13:11 2024 +0200 tree-optimization/115232 - demangle failure during -Waccess For the following testcase we fail to dem

[gcc r15-849] Define which threading model is in use on Windows

2024-05-27 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:f6c5f836df44196a7cd3b206af5bb29df6c7c225 commit r15-849-gf6c5f836df44196a7cd3b206af5bb29df6c7c225 Author: TheShermanTanker Date: Mon May 27 12:57:33 2024 +0800 Define which threading model is in use on Windows gcc: * config/mingw/mingw32.h: Add ne

[gcc r14-10247] tree-optimization/115232 - demangle failure during -Waccess

2024-05-27 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:4790076933ef9337553c3fbbc52a93cce78c584f commit r14-10247-g4790076933ef9337553c3fbbc52a93cce78c584f Author: Richard Biener Date: Mon May 27 09:13:11 2024 +0200 tree-optimization/115232 - demangle failure during -Waccess For the following testcase we fail to d

[gcc r15-850] tree-optimization/115220 - fix store sinking virtual operand constraints

2024-05-27 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:f9fbb47987efc8b5261e4cc36613c928a8693493 commit r15-850-gf9fbb47987efc8b5261e4cc36613c928a8693493 Author: Richard Biener Date: Mon May 27 09:40:19 2024 +0200 tree-optimization/115220 - fix store sinking virtual operand constraints The following makes sure the

[gcc r15-851] Fix points-to SCC collapsing bug

2024-05-27 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:07cdba6294756af350198fbb01ea8c8efeac54dd commit r15-851-g07cdba6294756af350198fbb01ea8c8efeac54dd Author: Richard Biener Date: Mon May 27 13:50:14 2024 +0200 Fix points-to SCC collapsing bug When points-to analysis finds SCCs it marks the wrong node as being

[gcc r15-852] modula2: simplify xref usage in documentation, remove external ref to gm2.

2024-05-27 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:a209f219b862def8fed166b31984b8c6c3bb74a0 commit r15-852-ga209f219b862def8fed166b31984b8c6c3bb74a0 Author: Gaius Mulley Date: Mon May 27 18:06:59 2024 +0100 modula2: simplify xref usage in documentation, remove external ref to gm2. This patch simplifies all th

[gcc r15-853] match: Use uniform_integer_cst_p in bitwise_inverted_equal_p [PR115238]

2024-05-27 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:c5a7628470a7fb801ebeea82e16a4549db43bfa5 commit r15-853-gc5a7628470a7fb801ebeea82e16a4549db43bfa5 Author: Andrew Pinski Date: Sun May 26 17:59:21 2024 -0700 match: Use uniform_integer_cst_p in bitwise_inverted_equal_p [PR115238] I noticed while working on the

[gcc r15-855] Fix bitops-9.c for -m32 and other targets that don't have vector modes

2024-05-27 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:4fcdc37e8856bde847d3b8dd2915b68d56ad1d62 commit r15-855-g4fcdc37e8856bde847d3b8dd2915b68d56ad1d62 Author: Andrew Pinski Date: Mon May 27 17:24:11 2024 -0700 Fix bitops-9.c for -m32 and other targets that don't have vector modes This just moves the tree scan e

[gcc r15-856] LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115169]

2024-05-27 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:ded91d857772c0183cc342cdc54d9128f6c57fa2 commit r15-856-gded91d857772c0183cc342cdc54d9128f6c57fa2 Author: Xi Ruoyao Date: Wed May 22 09:29:43 2024 +0800 LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115169] gcc/ChangeLog:

[gcc r14-10249] LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115169]

2024-05-27 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:e78980fdd5e82e09e26f524e98ad9cd90a29c1c4 commit r14-10249-ge78980fdd5e82e09e26f524e98ad9cd90a29c1c4 Author: Xi Ruoyao Date: Wed May 22 09:29:43 2024 +0800 LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115169] gcc/ChangeLog:

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] [to-be-committed][RISC-V] Reassociate constants in logical ops

2024-05-27 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:65e6ccc3a04ab2fa8f4fa134976a6e76b25c6549 commit 65e6ccc3a04ab2fa8f4fa134976a6e76b25c6549 Author: Lyut Nersisyan Date: Sun May 26 21:24:40 2024 -0600 [to-be-committed][RISC-V] Reassociate constants in logical ops This patch from Lyut will reassociate operands

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] RISC-V: Fix missing boolean_expression in zmmul extension

2024-05-27 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:39e977a4a682e0f5109a29d35f57c5b1b957fd16 commit 39e977a4a682e0f5109a29d35f57c5b1b957fd16 Author: Liao Shihua Date: Fri May 24 13:03:57 2024 +0800 RISC-V: Fix missing boolean_expression in zmmul extension Update v1->v2 Add testcase for this patch.

[gcc r15-857] Fix predicate mismatch between vfcmaddcph's define_insn and define_expand.

2024-05-27 Thread hongtao Liu via Gcc-cvs
https://gcc.gnu.org/g:c65002347e595cda8b15e59e734d209283faf2b6 commit r15-857-gc65002347e595cda8b15e59e734d209283faf2b6 Author: liuhongt Date: Tue May 28 10:32:12 2024 +0800 Fix predicate mismatch between vfcmaddcph's define_insn and define_expand. When I applied Roger's patch [1]