[gcc(refs/users/meissner/heads/work221-float)] Add converts between 16-bit fp and integers

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:02a98e8f5bfaab8d0898468321cd007c6e43f767 commit 02a98e8f5bfaab8d0898468321cd007c6e43f767 Author: Michael Meissner Date: Tue Sep 9 22:29:33 2025 -0400 Add converts between 16-bit fp and integers 2025-09-09 Michael Meissner gcc/ * c

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8e21a7994c88f8592a4c1fdfa1a3218f5185d8a1 commit 8e21a7994c88f8592a4c1fdfa1a3218f5185d8a1 Author: Michael Meissner Date: Tue Sep 9 18:02:43 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 44 1 file changed,

[gcc(refs/users/aoliva/heads/testme)] [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:9b6e292958015cba1dd544e40fd93da6f96d6a0b commit 9b6e292958015cba1dd544e40fd93da6f96d6a0b Author: Alexandre Oliva Date: Tue Sep 9 23:09:53 2025 -0300 [ira] avoid resetting ira_reg_equiv for function invariants An aarch64 toolchain built with --enable-default-p

[gcc(refs/users/meissner/heads/work221-float)] Revert changes

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:749dfb101bb96c11a106eea5805d51e398c41343 commit 749dfb101bb96c11a106eea5805d51e398c41343 Author: Michael Meissner Date: Tue Sep 9 22:15:29 2025 -0400 Revert changes Diff: --- gcc/config/rs6000/altivec.md| 6 -- gcc/config/rs6000/predicates.md | 10 +--

[gcc(refs/users/aoliva/heads/testme)] [aarch64] [testsuite] disable PIE for nonlocal_goto sme tests

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:7a491b6e9dcca933d5a61278b31dee3bfc3db22e commit 7a491b6e9dcca933d5a61278b31dee3bfc3db22e Author: Alexandre Oliva Date: Tue Sep 9 23:28:32 2025 -0300 [aarch64] [testsuite] disable PIE for nonlocal_goto sme tests When an aarch64 toolchain is configured with --e

[gcc(refs/users/aoliva/heads/testme)] [analyzer] another function name that returns a pointer to errno

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:413a987bbfb602e967e8fa8759e55e9ef01e68de commit 413a987bbfb602e967e8fa8759e55e9ef01e68de Author: Alexandre Oliva Date: Tue Sep 9 23:10:35 2025 -0300 [analyzer] another function name that returns a pointer to errno Add __get_errno_ptr() as yet another synonym

[gcc(refs/users/aoliva/heads/testme)] [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:3b2c1215567e1026c84b79db2b26f0977aa40ad9 commit 3b2c1215567e1026c84b79db2b26f0977aa40ad9 Author: Alexandre Oliva Date: Tue Sep 9 23:09:53 2025 -0300 [ira] avoid resetting ira_reg_equiv for function invariants An aarch64 toolchain built with --enable-default-p

[gcc/aoliva/heads/testme] (3 commits) [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 3b2c1215567e... [ira] avoid resetting ira_reg_equiv for function invariants It previously pointed to: 9b6e29295801... [ira] avoid resetting ira_reg_equiv for function invariants Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER A

[gcc(refs/users/aoliva/heads/testme)] [analyzer] another function name that returns a pointer to errno

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:bdcfa92ca37212bc2a78443ab73f7adda1efcacd commit bdcfa92ca37212bc2a78443ab73f7adda1efcacd Author: Alexandre Oliva Date: Tue Sep 9 23:10:35 2025 -0300 [analyzer] another function name that returns a pointer to errno Add __get_errno_ptr() as yet another synonym

[gcc(refs/users/aoliva/heads/testme)] [aarch64] [testsuite] disable PIE for nonlocal_goto sme tests

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:b7eed1c7ce63044eae00fddef156c7fcb6b315b5 commit b7eed1c7ce63044eae00fddef156c7fcb6b315b5 Author: Alexandre Oliva Date: Tue Sep 9 23:28:32 2025 -0300 [aarch64] [testsuite] disable PIE for nonlocal_goto sme tests When an aarch64 toolchain is configured with --e

[gcc/aoliva/heads/testme] (4 commits) [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 9b6e29295801... [ira] avoid resetting ira_reg_equiv for function invariants It previously pointed to: 53555e8226f8... [ira] avoid resetting ira_reg_equiv for function invariants Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER A

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:bdaa987c6dd2721f4904482c580a967a66161493 commit bdaa987c6dd2721f4904482c580a967a66161493 Author: Michael Meissner Date: Tue Sep 9 22:48:49 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 13 + 1 file changed, 13 insertions(+) diff --git a/

[gcc(refs/users/meissner/heads/work221-float)] Add converts between 16-bit fp and integers

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:c9304e623e354a257b855ddac3a23dc5b79bb3d7 commit c9304e623e354a257b855ddac3a23dc5b79bb3d7 Author: Michael Meissner Date: Tue Sep 9 22:47:20 2025 -0400 Add converts between 16-bit fp and integers 2025-09-09 Michael Meissner gcc/ * c

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:5477e56631cb5a548f17cdef9b9b75ee91a24c8a commit 5477e56631cb5a548f17cdef9b9b75ee91a24c8a Author: Michael Meissner Date: Tue Sep 9 22:32:05 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 111 +++- 1 file

[gcc(refs/users/meissner/heads/work221-float)] Add converts between 16-bit fp and integers

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:fa4d7041ec4848d186ba13af7d3db6d030fff269 commit fa4d7041ec4848d186ba13af7d3db6d030fff269 Author: Michael Meissner Date: Tue Sep 9 22:24:44 2025 -0400 Add converts between 16-bit fp and integers 2025-09-09 Michael Meissner gcc/ * c

[gcc r16-3711] ada: Platform-specific import for read() and write()

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:360a779f07e966b4f911035266df891c20975405 commit r16-3711-g360a779f07e966b4f911035266df891c20975405 Author: Tonu Naks Date: Tue Aug 5 11:35:02 2025 + ada: Platform-specific import for read() and write() read() and write() return int on windows, whereas

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0790ea2ebec553419b32e466da660bedb0a091b2 commit 0790ea2ebec553419b32e466da660bedb0a091b2 Author: Michael Meissner Date: Tue Sep 9 20:33:35 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 19 +++ 1 file changed, 19 insertions(+) diff --

[gcc(refs/users/meissner/heads/work221-float)] Add converts between 16-bit fp and integers

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:960b98674a37b00859e0f2588e2bc978349fe54c commit 960b98674a37b00859e0f2588e2bc978349fe54c Author: Michael Meissner Date: Tue Sep 9 20:32:06 2025 -0400 Add converts between 16-bit fp and integers 2025-09-09 Michael Meissner gcc/ * c

[gcc(refs/users/meissner/heads/work221-float)] Remove bfloat16 for now.

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:42384fbc321d530886ff96765aab168e23c56e6c commit 42384fbc321d530886ff96765aab168e23c56e6c Author: Michael Meissner Date: Tue Sep 9 18:01:18 2025 -0400 Remove bfloat16 for now. 2025-09-09 Michael Meissner gcc/ * config/rs6000/altive

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:dd3567992466b232ff5f1fc6ba2c0efcbc58ec0f commit dd3567992466b232ff5f1fc6ba2c0efcbc58ec0f Author: Mikael Morin Date: Tue Sep 9 20:54:19 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/minloc1_16_i1.c | 2 -- libgfortran/generated/minloc1_16_

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Refactoring gfc_set_descriptor_from_scalar

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:bce087311ee8b261e2d47c6250529e77ce4a7566 commit bce087311ee8b261e2d47c6250529e77ce4a7566 Author: Mikael Morin Date: Tue Aug 12 18:57:20 2025 +0200 Refactoring gfc_set_descriptor_from_scalar Correction pr87992.f90 Diff: --- gcc/fortran/trans-descriptor.cc |

[gcc r16-3725] amdgcn: fix builtin codegen at -O0

2025-09-09 Thread Andrew Stubbs via Gcc-cvs
https://gcc.gnu.org/g:0d56fb26396bfaf3d3b2e487283e8295d98b4f98 commit r16-3725-g0d56fb26396bfaf3d3b2e487283e8295d98b4f98 Author: Andrew Stubbs Date: Tue Sep 2 09:17:18 2025 + amdgcn: fix builtin codegen at -O0 Fix an unrecognised insn ICE that only shows while using builtins a

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:1505b2338334fb9bdee8cac949e6ca8bc7c7190a commit 1505b2338334fb9bdee8cac949e6ca8bc7c7190a Author: Mikael Morin Date: Tue Sep 9 21:23:39 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/findloc0_c10.c | 2 +- libgfortran/generated/findloc0_c16.

[gcc(refs/users/meissner/heads/work221-float)] Revert changes

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:34978983845fd87f29a83edd99cf16cd5f558185 commit 34978983845fd87f29a83edd99cf16cd5f558185 Author: Michael Meissner Date: Tue Sep 9 19:18:55 2025 -0400 Revert changes Diff: --- gcc/ChangeLog.float | 47 ++--- gcc/config/

[gcc/aoliva/heads/testme] (887 commits) [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 53555e8226f8... [ira] avoid resetting ira_reg_equiv for function invariants It previously pointed to: 6f4e367589ca... [hardbool] implement OP=, ++ and --, volatile and atomics Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACC

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9ed52195dc0169e8922238e78a9bbdb22f27787e commit 9ed52195dc0169e8922238e78a9bbdb22f27787e Author: Mikael Morin Date: Tue Sep 9 22:22:55 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/findloc0_c10.c | 2 +- libgfortran/generated/findloc0_c16.

[gcc(refs/users/aoliva/heads/testme)] [ira] avoid resetting ira_reg_equiv for function invariants

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:53555e8226f87db51448b7832da3b7cea976fc8e commit 53555e8226f87db51448b7832da3b7cea976fc8e Author: Alexandre Oliva Date: Tue Sep 9 19:28:23 2025 -0300 [ira] avoid resetting ira_reg_equiv for function invariants An aarch64 toolchain built with --enable-default-p

[gcc(refs/users/aoliva/heads/testme)] [ppc] [vxworks] allow code model selection

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:a116cc9ac8ae752c9632437c48f8ceff03c5fa69 commit a116cc9ac8ae752c9632437c48f8ceff03c5fa69 Author: Alexandre Oliva Date: Mon Sep 1 17:37:06 2025 -0300 [ppc] [vxworks] allow code model selection Bring code model selection logic to vxworks.h as well. for

[gcc r16-3729] testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872]

2025-09-09 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:86e470b25989df189311295819976873058ead65 commit r16-3729-g86e470b25989df189311295819976873058ead65 Author: Nathaniel Shead Date: Tue Sep 9 22:55:35 2025 +1000 testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872] PR testsuite/121872

[gcc r16-3731] c++/modules: Cleanup import handling [PR99682]

2025-09-09 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:bdfcb808f8e71158b09313632f919486af52f435 commit r16-3731-gbdfcb808f8e71158b09313632f919486af52f435 Author: Nathaniel Shead Date: Wed Sep 10 00:28:36 2025 +1000 c++/modules: Cleanup import handling [PR99682] This patch fixes some issues with import handling.

[gcc r16-3730] c++/modules: Create helper to get current TU's module_state

2025-09-09 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:a4db64237d51f2d2ac55cb9d1a73502a904ea478 commit r16-3730-ga4db64237d51f2d2ac55cb9d1a73502a904ea478 Author: Nathaniel Shead Date: Wed Sep 10 00:26:46 2025 +1000 c++/modules: Create helper to get current TU's module_state A lot of places use (*modules)[0] to re

[gcc(refs/users/aoliva/heads/testme)] [ppc] adjust configure test for large toc support

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:ee0fd5175145f4a91a69593e9143a8a5b91d90c0 commit ee0fd5175145f4a91a69593e9143a8a5b91d90c0 Author: Alexandre Oliva Date: Mon Sep 1 14:31:35 2025 -0300 [ppc] adjust configure test for large toc support The use of the TLS register in a TOC/GOT address computation

[gcc/aoliva/heads/testbase] (884 commits) [arm] require armv7 support for [PR120424]

2025-09-09 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testbase' was updated to point to: d94eb26871d7... [arm] require armv7 support for [PR120424] It previously pointed to: 556ed247adc9... aarch64: Add support for unpacked SVE FP unary operations Diff: Summary of changes (added commits): ---

[gcc r15-10300] libstdc++: Document missing implementation defined behavior for std::filesystem.

2025-09-09 Thread Tomasz Kaminski via Libstdc++-cvs
https://gcc.gnu.org/g:23109eeb4b815edb8685faf74ed9295307a36bfe commit r15-10300-g23109eeb4b815edb8685faf74ed9295307a36bfe Author: Tomasz Kamiński Date: Fri Sep 5 13:16:40 2025 +0200 libstdc++: Document missing implementation defined behavior for std::filesystem. libstdc++-v3/Chan

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifindloc1.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:449f87776649cb3513ec90de38f393f5b3f19df2 commit 449f87776649cb3513ec90de38f393f5b3f19df2 Author: Mikael Morin Date: Tue Sep 9 22:27:26 2025 +0200 Correction ifindloc1.m4 Diff: --- libgfortran/m4/ifindloc1.m4 | 24 1 file changed, 12 insertio

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e600d3c5244099a94e5dd74049966d7c063aef1c commit e600d3c5244099a94e5dd74049966d7c063aef1c Author: Mikael Morin Date: Tue Sep 9 21:57:36 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxloc0_16_s1.c | 4 ++-- libgfortran/generated/maxloc0_16

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction spread.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:cb3e7dc2c0a3997fbee7ca020e663a037b05b5d1 commit cb3e7dc2c0a3997fbee7ca020e663a037b05b5d1 Author: Mikael Morin Date: Tue Sep 9 18:26:03 2025 +0200 Correction spread.m4 Diff: --- libgfortran/m4/spread.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9a37e9fcace9b48c14924cbcc52b911e1ce88f3c commit 9a37e9fcace9b48c14924cbcc52b911e1ce88f3c Author: Mikael Morin Date: Tue Sep 9 19:07:24 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/cshift1_16.c | 2 +- libgfortran/generated/cshift1_16

[gcc r16-3723] ctf: fix integer truncations in very large structs [PR121411]

2025-09-09 Thread David Faust via Gcc-cvs
https://gcc.gnu.org/g:50efa788a4b6c7f619101b6156b47b91124c6dd3 commit r16-3723-g50efa788a4b6c7f619101b6156b47b91124c6dd3 Author: David Faust Date: Thu Aug 28 09:12:55 2025 -0700 ctf: fix integer truncations in very large structs [PR121411] DWARF to CTF translation for type bit siz

[gcc r16-3704] ada: Add location info to policy difference errors

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:a1b7ea3ef93a5cef11d8202ffd9160dd623e82be commit r16-3704-ga1b7ea3ef93a5cef11d8202ffd9160dd623e82be Author: Viljar Indus Date: Thu Aug 7 13:36:55 2025 +0300 ada: Add location info to policy difference errors gcc/ada/ChangeLog: * ghost.adb (Che

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a965f3b97fb17fdaa519f04f1f919d1354cb9c10 commit a965f3b97fb17fdaa519f04f1f919d1354cb9c10 Author: Michael Meissner Date: Tue Sep 9 16:40:57 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 17 + 1 file changed, 17 insertions(+) diff --gi

[gcc(refs/users/meissner/heads/work221-float)] Attempt to fix bfloat16 problems.

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:b3dee815f2beb48c5bd7c5309cd8652446720499 commit b3dee815f2beb48c5bd7c5309cd8652446720499 Author: Michael Meissner Date: Tue Sep 9 16:39:39 2025 -0400 Attempt to fix bfloat16 problems. 2025-09-09 Michael Meissner gcc/ * config/rs60

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifindloc0.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:b174033a1e269bf7d2d2576427c5e0cebdf95a53 commit b174033a1e269bf7d2d2576427c5e0cebdf95a53 Author: Mikael Morin Date: Tue Sep 9 22:15:29 2025 +0200 Correction ifindloc0.m4 Diff: --- libgfortran/m4/ifindloc0.m4 | 22 +++--- 1 file changed, 11 insertions

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:7d904aa39f1f465c19706d950243588ee095990e commit 7d904aa39f1f465c19706d950243588ee095990e Author: Michael Meissner Date: Tue Sep 9 15:48:44 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 13 + 1 file changed, 13 insertions(+) diff --git a/

[gcc r14-12011] libstdc++: Document missing implementation defined behavior for std::filesystem.

2025-09-09 Thread Tomasz Kaminski via Libstdc++-cvs
https://gcc.gnu.org/g:b888c54bdb789deada67cd14ed98c1034e2d4a8c commit r14-12011-gb888c54bdb789deada67cd14ed98c1034e2d4a8c Author: Tomasz Kamiński Date: Fri Sep 5 13:16:40 2025 +0200 libstdc++: Document missing implementation defined behavior for std::filesystem. libstdc++-v3/Chan

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération des fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:b0369e2f4e8f1d98b05b22006853bad540995d9c commit b0369e2f4e8f1d98b05b22006853bad540995d9c Author: Mikael Morin Date: Tue Sep 9 22:27:48 2025 +0200 Régénération des fichiers générés Diff: --- libgfortran/generated/findloc1_c10.c | 24 libgfort

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifindloc0.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:dad9a81ebc938760a31f1cc275764cdd2ea9de92 commit dad9a81ebc938760a31f1cc275764cdd2ea9de92 Author: Mikael Morin Date: Tue Sep 9 22:22:31 2025 +0200 Correction ifindloc0.m4 Diff: --- libgfortran/m4/ifindloc0.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9899cf7d70cb7e338428f6b58620864af50fd5c8 commit 9899cf7d70cb7e338428f6b58620864af50fd5c8 Author: Mikael Morin Date: Tue Sep 9 22:15:51 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/findloc0_c10.c | 22 +++--- libgfortran/ge

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:7cec16669c5f5004c8e0743b75fda8f411ba3eb0 commit 7cec16669c5f5004c8e0743b75fda8f411ba3eb0 Author: Mikael Morin Date: Tue Sep 9 22:04:50 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxloc1_16_s1.c | 14 +++--- libgfortran/generated

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifunction-s.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:73fefff0b5723b02c517f0bf11f022133630924e commit 73fefff0b5723b02c517f0bf11f022133630924e Author: Mikael Morin Date: Tue Sep 9 22:04:28 2025 +0200 Correction ifunction-s.m4 Diff: --- libgfortran/m4/ifunction-s.m4 | 20 ++-- 1 file changed, 10 insertio

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction iforeach-s.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e7bc8b7f325b5b1938854b1aca3840948489cf0b commit e7bc8b7f325b5b1938854b1aca3840948489cf0b Author: Mikael Morin Date: Tue Sep 9 21:56:44 2025 +0200 Correction iforeach-s.m4 Diff: --- libgfortran/m4/iforeach-s.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction minloc1.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:2457a433bb2e9aad49352491ba467e361c4b0598 commit 2457a433bb2e9aad49352491ba467e361c4b0598 Author: Mikael Morin Date: Tue Sep 9 21:00:16 2025 +0200 Correction minloc1.m4 Diff: --- libgfortran/m4/minloc1.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[gcc r14-12012] libstdc++: Document remaining C++17 implementation-defined behavior.

2025-09-09 Thread Tomasz Kaminski via Libstdc++-cvs
https://gcc.gnu.org/g:ef01b3b45f714aeed566111a7033be898199f326 commit r14-12012-gef01b3b45f714aeed566111a7033be898199f326 Author: Tomasz Kamiński Date: Fri Sep 5 16:08:12 2025 +0200 libstdc++: Document remaining C++17 implementation-defined behavior. This also covers bad_function_

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:46ce1c80a216b6d83995997377c0285c1c75f5fa commit 46ce1c80a216b6d83995997377c0285c1c75f5fa Author: Mikael Morin Date: Tue Sep 9 17:04:48 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/cshift0_c10.c | 22 +++--- libgfortran/gen

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction cshift0.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:290f35d0be60ff1df99b233447df1741418cd59f commit 290f35d0be60ff1df99b233447df1741418cd59f Author: Mikael Morin Date: Tue Sep 9 17:02:59 2025 +0200 Correction cshift0.m4 Diff: --- libgfortran/m4/cshift0.m4 | 22 +++--- 1 file changed, 11 insertions(+),

[gcc r16-3700] ada: Remove useless statements

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:4f5025391a7e675474f68cb3f156a63ee5f644c3 commit r16-3700-g4f5025391a7e675474f68cb3f156a63ee5f644c3 Author: Ronan Desplanques Date: Mon Aug 4 16:39:39 2025 +0200 ada: Remove useless statements The initial value of fields of type Elist_Id is No_Elist, therefore

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction minloc1.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:2349714260093a25960b7a3575732b4bfb79a147 commit 2349714260093a25960b7a3575732b4bfb79a147 Author: Mikael Morin Date: Tue Sep 9 20:53:52 2025 +0200 Correction minloc1.m4 Diff: --- libgfortran/m4/minloc1.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[gcc(refs/users/meissner/heads/work221-float)] Add -mbfloat16 switch.

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:beb3a08c194db6fac4e3fb762dd8c257b5dfbb4b commit beb3a08c194db6fac4e3fb762dd8c257b5dfbb4b Author: Michael Meissner Date: Tue Sep 9 15:47:51 2025 -0400 Add -mbfloat16 switch. 2025-09-09 Michael Meissner gcc/ * config/rs6000/rs6000.c

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifunction-s2.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:dcd29e8c91a9dbb8c8f4b2ea4d5c6a745c259689 commit dcd29e8c91a9dbb8c8f4b2ea4d5c6a745c259689 Author: Mikael Morin Date: Tue Sep 9 21:42:58 2025 +0200 Correction ifunction-s2.m4 Diff: --- libgfortran/m4/ifunction-s2.m4 | 24 1 file changed, 12 in

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:c0d8dbb0da38c0490c3bd982f0e6b6c34b5b442e commit c0d8dbb0da38c0490c3bd982f0e6b6c34b5b442e Author: Mikael Morin Date: Tue Sep 9 21:43:21 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxval1_s1.c | 18 +- libgfortran/generate

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifindloc0.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:6464c79a960ff98a7e99853d791b5db3dddad611 commit 6464c79a960ff98a7e99853d791b5db3dddad611 Author: Mikael Morin Date: Tue Sep 9 21:17:18 2025 +0200 Correction ifindloc0.m4 Diff: --- libgfortran/m4/ifindloc0.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:8b0615dc17b36ebc615d6123e510b55bb8046ea8 commit 8b0615dc17b36ebc615d6123e510b55bb8046ea8 Author: Mikael Morin Date: Tue Sep 9 21:34:22 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxval0_s1.c | 4 ++-- libgfortran/generated/maxval0_s4.c

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction iforeach-s2.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:ec1739af41c5477be16773312ba215c7d579164a commit ec1739af41c5477be16773312ba215c7d579164a Author: Mikael Morin Date: Tue Sep 9 21:33:58 2025 +0200 Correction iforeach-s2.m4 Diff: --- libgfortran/m4/iforeach-s2.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:ee15d6bfa0e89d13414d57451d5f489c375bdde0 commit ee15d6bfa0e89d13414d57451d5f489c375bdde0 Author: Mikael Morin Date: Tue Sep 9 21:00:46 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/minloc1_16_i1.c | 1 - libgfortran/generated/minloc1_16_i

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:5d5c9db4a5b53e1877bc16aaed6df2db268fc930 commit 5d5c9db4a5b53e1877bc16aaed6df2db268fc930 Author: Mikael Morin Date: Tue Sep 9 20:39:44 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/minloc1_16_i1.c | 2 +- libgfortran/generated/minloc1_16_

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction cshift1a.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:4e363d1b229aed839c834a87a81276a1336837aa commit 4e363d1b229aed839c834a87a81276a1336837aa Author: Mikael Morin Date: Tue Sep 9 19:06:59 2025 +0200 Correction cshift1a.m4 Diff: --- libgfortran/m4/cshift1.m4 | 2 +- libgfortran/m4/cshift1a.m4 | 14 +++--- 2 f

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction minloc1.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:ce719381966ba3493c46a17c6f96e80bfe110ffd commit ce719381966ba3493c46a17c6f96e80bfe110ffd Author: Mikael Morin Date: Tue Sep 9 20:39:20 2025 +0200 Correction minloc1.m4 Diff: --- libgfortran/m4/minloc1.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:a5f0dd350ccabdb7902115ef31958416bb58a894 commit a5f0dd350ccabdb7902115ef31958416bb58a894 Author: Mikael Morin Date: Tue Sep 9 20:13:23 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxval_i1.c | 2 +- libgfortran/generated/maxval_i16.c |

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction maxval.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e6ecf48af28c1c1f13326b80a98de1d25eeb3d9b commit e6ecf48af28c1c1f13326b80a98de1d25eeb3d9b Author: Mikael Morin Date: Tue Sep 9 20:13:04 2025 +0200 Correction maxval.m4 Diff: --- libgfortran/m4/maxval.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9354ccbdc3caf928872dc9312c51305c5288cfd1 commit 9354ccbdc3caf928872dc9312c51305c5288cfd1 Author: Mikael Morin Date: Tue Sep 9 18:50:32 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/maxloc1_16_s1.c | 2 +- libgfortran/generated/maxloc1_16_s

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifunction-s.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:8d8f13f0a6df3de46e738ab7881009678bc0186f commit 8d8f13f0a6df3de46e738ab7881009678bc0186f Author: Mikael Morin Date: Tue Sep 9 18:50:08 2025 +0200 Correction ifunction-s.m4 Diff: --- libgfortran/m4/ifunction-s.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:0cd7e03c39aaeeff064baba25e0aa67c88029665 commit 0cd7e03c39aaeeff064baba25e0aa67c88029665 Author: Mikael Morin Date: Tue Sep 9 18:26:21 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/spread_c10.c | 2 +- libgfortran/generated/spread_c16.c |

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction spread.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:77bf25f1e0a77b88d6e8f1b646d8052066b7218d commit 77bf25f1e0a77b88d6e8f1b646d8052066b7218d Author: Mikael Morin Date: Tue Sep 9 18:16:40 2025 +0200 Correction spread.m4 Diff: --- libgfortran/m4/spread.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction pack.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:f7251052ef397e60bb1d2f6fad48a45412d049d8 commit f7251052ef397e60bb1d2f6fad48a45412d049d8 Author: Mikael Morin Date: Tue Sep 9 17:56:57 2025 +0200 Correction pack.m4 Diff: --- libgfortran/generated/pack_c10.c | 12 ++-- libgfortran/generated/pack_c16.c | 12 +

[gcc r15-10302] Fortran: fix TRANSFER with rank 1 unlimited polymorphic SOURCE [PR121263]

2025-09-09 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:cf5495ba6850a76be18f04b246fdb525562a0ed2 commit r15-10302-gcf5495ba6850a76be18f04b246fdb525562a0ed2 Author: Harald Anlauf Date: Wed Sep 3 20:41:20 2025 +0200 Fortran: fix TRANSFER with rank 1 unlimited polymorphic SOURCE [PR121263] PR fortran/121263

[gcc(refs/users/meissner/heads/work221-float)] Update ChangeLog.*

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0c4b8cb2fe243d571a137cddf5884016d24dccc7 commit 0c4b8cb2fe243d571a137cddf5884016d24dccc7 Author: Michael Meissner Date: Tue Sep 9 15:29:39 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 66 + 1 file

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction ifindloc1.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:3f9b9eeab177f2f514d00688dabfecd7fb2e3f7b commit 3f9b9eeab177f2f514d00688dabfecd7fb2e3f7b Author: Mikael Morin Date: Tue Sep 9 17:26:52 2025 +0200 Correction ifindloc1.m4 Diff: --- libgfortran/m4/ifindloc1.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[gcc r16-3727] c++: non-dep cmp op rewritten from <=> returning int [PR121779]

2025-09-09 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:f2fddc4b84a843d32399fe457acabb73fca9869b commit r16-3727-gf2fddc4b84a843d32399fe457acabb73fca9869b Author: Patrick Palka Date: Tue Sep 9 14:39:57 2025 -0400 c++: non-dep cmp op rewritten from <=> returning int [PR121779] Apparently an explicitly defined opera

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction matmul.m4

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:8094a5714f0c6ecf371a73427b57e26537b711d5 commit 8094a5714f0c6ecf371a73427b57e26537b711d5 Author: Mikael Morin Date: Tue Sep 9 16:20:10 2025 +0200 Correction matmul.m4 Diff: --- libgfortran/m4/matmul_internal.m4 | 6 -- 1 file changed, 4 insertions(+), 2 deletion

[gcc r16-3712] ada: Ignore Ghost policy checks for some pragmas

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:9d4e02a442184de6ab94e39ce1198d1d2b459e1c commit r16-3712-g9d4e02a442184de6ab94e39ce1198d1d2b459e1c Author: Viljar Indus Date: Mon Aug 11 15:01:34 2025 +0300 ada: Ignore Ghost policy checks for some pragmas Some pragmas where the ghostness is based on the argu

[gcc r16-3687] ada: Add special handling for Runtime and Static in Policy_In_Effect

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:b0b81e8e205035056b71c3f5c4daf00720958355 commit r16-3687-gb0b81e8e205035056b71c3f5c4daf00720958355 Author: Viljar Indus Date: Tue Jul 29 11:20:39 2025 +0300 ada: Add special handling for Runtime and Static in Policy_In_Effect When one of those levels is prese

[gcc r16-3726] amdgcn: fix GFX10/GFX11 VGPR counts

2025-09-09 Thread Andrew Stubbs via Gcc-cvs
https://gcc.gnu.org/g:7bc2e311688ac279f1abc2a47944e5b763f7ec89 commit r16-3726-g7bc2e311688ac279f1abc2a47944e5b763f7ec89 Author: Andrew Stubbs Date: Tue Sep 9 13:48:16 2025 + amdgcn: fix GFX10/GFX11 VGPR counts The previous definition had all the GFX11 register counts doubled

[gcc r16-3724] Fortran: make STAT/LSTAT/FSTAT intrinsics generic [PR82480]

2025-09-09 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:52d754a1a620efdbfe4873ae177a62433be4e4d9 commit r16-3724-g52d754a1a620efdbfe4873ae177a62433be4e4d9 Author: Harald Anlauf Date: Mon Sep 8 21:21:15 2025 +0200 Fortran: make STAT/LSTAT/FSTAT intrinsics generic [PR82480] PR fortran/82480 gcc/fort

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:4bc152ee2aeff5f99aa55f134db549b6521252d0 commit 4bc152ee2aeff5f99aa55f134db549b6521252d0 Author: Mikael Morin Date: Tue Sep 9 17:26:41 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/findloc1_c10.c | 2 +- libgfortran/generated/findloc1_c16.

[gcc(refs/users/meissner/heads/work221-sha)] PR target/117251: Improve vector nor to vector and fusion

2025-09-09 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f5350228aeb765610eebe3dc6ef3acaea82e3c70 commit f5350228aeb765610eebe3dc6ef3acaea82e3c70 Author: Michael Meissner Date: Mon Sep 8 15:08:49 2025 -0400 PR target/117251: Improve vector nor to vector and fusion See the following post for a complete explanation o

[gcc r16-3722] RISC-V: Add pattern for vector-scalar dual widening floating-point sub

2025-09-09 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:fce05f607c8ff32713d31dec7c907da00b23f793 commit r16-3722-gfce05f607c8ff32713d31dec7c907da00b23f793 Author: Paul-Antoine Arras Date: Tue Sep 9 16:29:09 2025 +0200 RISC-V: Add pattern for vector-scalar dual widening floating-point sub This pattern enables the c

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Refactor gfc_init_descriptor_variable

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:591c36977752d909f74126133cbe7d07092b371d commit 591c36977752d909f74126133cbe7d07092b371d Author: Mikael Morin Date: Wed Aug 6 21:29:10 2025 +0200 Refactor gfc_init_descriptor_variable Diff: --- gcc/fortran/trans-descriptor.cc | 23 --- 1 file cha

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:d25deb9dbcfc3dd7429becb91647ad4a1f75c454 commit d25deb9dbcfc3dd7429becb91647ad4a1f75c454 Author: Mikael Morin Date: Tue Sep 9 14:22:13 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/in_pack_c10.c | 2 +- libgfortran/generated/in_pack_c16.

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Régénération fichiers générés

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:91f279a48692ce863d25a5e3fa844b3a18bad826 commit 91f279a48692ce863d25a5e3fa844b3a18bad826 Author: Mikael Morin Date: Tue Sep 9 14:12:28 2025 +0200 Régénération fichiers générés Diff: --- libgfortran/generated/findloc2_s1.c | 4 ++-- libgfortran/generated/findloc2_s4.

[gcc(refs/users/mikael/heads/refactor_descriptor_v08)] Correction gmtime

2025-09-09 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:c77273eb58e9d6e4a2f9c81290a8373af2e4f545 commit c77273eb58e9d6e4a2f9c81290a8373af2e4f545 Author: Mikael Morin Date: Tue Sep 9 13:13:26 2025 +0200 Correction gmtime Diff: --- libgfortran/intrinsics/date_and_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[gcc r13-9877] libstdc++: Document missing implementation defined behavior for std::filesystem.

2025-09-09 Thread Tomasz Kaminski via Gcc-cvs
https://gcc.gnu.org/g:9e1e285549bfc5d7424d9429b6b1d1c43da8caaf commit r13-9877-g9e1e285549bfc5d7424d9429b6b1d1c43da8caaf Author: Tomasz Kamiński Date: Fri Sep 5 13:16:40 2025 +0200 libstdc++: Document missing implementation defined behavior for std::filesystem. libstdc++-v3/Chang

[gcc r16-3718] RISC-V: Add pattern for vector-scalar single widening floating-point add

2025-09-09 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:01827a3f65931df0c54baba1f7c0d68052747a6d commit r16-3718-g01827a3f65931df0c54baba1f7c0d68052747a6d Author: Paul-Antoine Arras Date: Tue Sep 9 11:43:44 2025 +0200 RISC-V: Add pattern for vector-scalar single widening floating-point add This pattern enables the

[gcc r16-3719] doc: Adjust -Wextra description for -Wunterminated-string-initialization

2025-09-09 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:53452be13b2f87584cda5c2f65b8fc4faba6306e commit r16-3719-g53452be13b2f87584cda5c2f65b8fc4faba6306e Author: Jonathan Wakely Date: Tue Sep 9 13:59:41 2025 +0100 doc: Adjust -Wextra description for -Wunterminated-string-initialization Say that -Wunterminated-str

[gcc r16-3710] ada: Update the uses of Is_Ignored*_In_Codegen

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:b7019e9895f0e9637e0d9fba72a7ce5b142a2096 commit r16-3710-gb7019e9895f0e9637e0d9fba72a7ce5b142a2096 Author: Viljar Indus Date: Wed Aug 6 14:53:05 2025 +0300 ada: Update the uses of Is_Ignored*_In_Codegen Replace calls to Is_Ignored_Ghost_Entity and Predica

[gcc r16-3716] Revert "tree-optimization/121829 - bogus CFG with asm goto"

2025-09-09 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:beb9073dcdf254ac3e3bffa25dbce714a9d537a6 commit r16-3716-gbeb9073dcdf254ac3e3bffa25dbce714a9d537a6 Author: Tamar Christina Date: Tue Sep 9 13:51:37 2025 +0100 Revert "tree-optimization/121829 - bogus CFG with asm goto" This reverts commit a632becefad29206a980

[gcc r16-3693] ada: Fix ghost policy detection for declarations

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:1612b4ea7489e9b1ad4be136bba53f522512380d commit r16-3693-g1612b4ea7489e9b1ad4be136bba53f522512380d Author: Viljar Indus Date: Thu Jul 31 12:40:34 2025 +0300 ada: Fix ghost policy detection for declarations Declarations should take the ghost policy from the re

[gcc r16-3707] ada: Fix comment in Find_Type_Name

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:0cdb59dcce86c060d828d751b666757edb6af0b3 commit r16-3707-g0cdb59dcce86c060d828d751b666757edb6af0b3 Author: Ronan Desplanques Date: Fri Aug 8 14:57:19 2025 +0200 ada: Fix comment in Find_Type_Name The comment this patch changes was made incorrect by the possib

[gcc r16-3701] ada: Create a pragma to emit a misplaced Storage_Size aspect error

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:b3d991e3d073c66a97384d2ce987d2bb8095ce19 commit r16-3701-gb3d991e3d073c66a97384d2ce987d2bb8095ce19 Author: Viljar Indus Date: Tue Aug 5 12:04:18 2025 +0300 ada: Create a pragma to emit a misplaced Storage_Size aspect error We do not emit an error on misplaced

[gcc r16-3692] ada: Fix inheritance of Is_Primitive and legality check for nonoverridable aspects

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:54baf2a92bc5f328b93e8880cba6b2623e9081ff commit r16-3692-g54baf2a92bc5f328b93e8880cba6b2623e9081ff Author: Denis Mazzucato Date: Fri Jun 20 17:10:05 2025 +0200 ada: Fix inheritance of Is_Primitive and legality check for nonoverridable aspects This patch fixe

[gcc r16-3697] ada: Avoid marking a ghost pragma twice

2025-09-09 Thread Marc Poulhies via Gcc-cvs
https://gcc.gnu.org/g:43b631530d4e2d4be9bcebb70848aea50c535e6d commit r16-3697-g43b631530d4e2d4be9bcebb70848aea50c535e6d Author: Viljar Indus Date: Fri Aug 1 13:20:38 2025 +0300 ada: Avoid marking a ghost pragma twice Previously all assertion level pragmas were marked based on the

  1   2   >