Re: Review for gcc-15/changes.html

2025-05-30 Thread Richard Sandiford via Gcc
Hi Heiko, Thanks for the patch! I've pushed everything except for: Heiko Eißfeldt writes: > @@ -832,8 +832,8 @@ > (aarch64-w64-mingw32). At present, this target > supports C and C++ for base Armv8-A, but with some caveats: > > - Although most variadic functions work, the i

Re: Review for gcc-15/changes.html

2025-05-27 Thread Heiko Eißfeldt
Thanks for the reminder! I have now adapted the patch. Greetings, Heiko --- "GCC 15 Release Series — Changes, New Features, and Fixes - GNU Project.html.org" 2025-04-30 15:09:45.736597984 +0200 +++ "GCC 15 Release Series — Changes, New Features, and Fixes - GNU Project.html" 2025-05-27 19:43:47.

Re: Review for gcc-15/changes.html

2025-05-23 Thread Sam James via Gcc
Heiko Eißfeldt writes: > Hi, > > here is a patch for some mostly minor typos in > https://gcc.gnu.org/gcc-15/changes.html. > My fixes might be wrong of course, so they are just suggestions. > > Also, the linked page https://gcc.gnu.org/gcc-15/porting_to.html > contains the now outdated > "Note: G

Re: Review for gcc-15/changes.html

2025-05-01 Thread Richard Sandiford via Gcc
"Richard Earnshaw (lists) via Gcc" writes: > On 30/04/2025 18:34, Heiko Eißfeldt wrote: >>> -  FEAT_LRCPC2 (+rcpc2), enabled by default for >>> +  FEAT_RCPC2 (+rcpc2), enabled by default for >>> >>> and >>> >>> -    FEAT_LRCPC3 instructions, when support for the instructions is >>> +    FE

Re: Review for gcc-15/changes.html

2025-05-01 Thread Kyrylo Tkachov via Gcc
Hi Heiko, Thanks for doing this... > On 30 Apr 2025, at 18:53, Richard Earnshaw (lists) via Gcc > wrote: > > On 30/04/2025 17:23, Heiko Eißfeldt wrote: >> Hi, >> >> here is a patch for some mostly minor typos in >> https://gcc.gnu.org/gcc-15/changes.html. >> My fixes might be wrong of course

Re: Review for gcc-15/changes.html

2025-04-30 Thread Richard Earnshaw (lists) via Gcc
On 30/04/2025 18:34, Heiko Eißfeldt wrote: >> -  FEAT_LRCPC2 (+rcpc2), enabled by default for >> +  FEAT_RCPC2 (+rcpc2), enabled by default for >> >> and >> >> -    FEAT_LRCPC3 instructions, when support for the instructions is >> +    FEAT_RCPC3 instructions, when support for the instructi

Re: Review for gcc-15/changes.html

2025-04-30 Thread Heiko Eißfeldt
- FEAT_LRCPC2 (+rcpc2), enabled by default for + FEAT_RCPC2 (+rcpc2), enabled by default for and -FEAT_LRCPC3 instructions, when support for the instructions is +FEAT_RCPC3 instructions, when support for the instructions is These are incorrect. The features really are FEAT_LR

Re: Review for gcc-15/changes.html

2025-04-30 Thread Richard Earnshaw (lists) via Gcc
On 30/04/2025 17:23, Heiko Eißfeldt wrote: > Hi, > > here is a patch for some mostly minor typos in > https://gcc.gnu.org/gcc-15/changes.html. > My fixes might be wrong of course, so they are just suggestions. > > Also, the linked page https://gcc.gnu.org/gcc-15/porting_to.html contains the > n

Review for gcc-15/changes.html

2025-04-30 Thread Heiko Eißfeldt
Hi, here is a patch for some mostly minor typos in https://gcc.gnu.org/gcc-15/changes.html. My fixes might be wrong of course, so they are just suggestions. Also, the linked page https://gcc.gnu.org/gcc-15/porting_to.html contains the now outdated "Note: GCC 15 has not been released yet, so t