gcc-10-20220428 is now available

2022-04-28 Thread GCC Administrator via Gcc
Snapshot gcc-10-20220428 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20220428/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: GCC 12.0.1 Status Report (2022-04-28)

2022-04-28 Thread Jeff Law via Gcc
On 4/28/2022 9:29 AM, Jakub Jelinek wrote: On Thu, Apr 28, 2022 at 09:25:43AM -0600, Jeff Law via Gcc wrote: On 4/28/2022 8:59 AM, Jakub Jelinek via Gcc wrote: Status == We have reached zero P1 regressions today and releases/gcc-12 branch has been created. GCC 12.1-rc1 will be built li

Re: GCC 12.0.1 Status Report (2022-04-28)

2022-04-28 Thread Jakub Jelinek via Gcc
On Thu, Apr 28, 2022 at 09:25:43AM -0600, Jeff Law via Gcc wrote: > On 4/28/2022 8:59 AM, Jakub Jelinek via Gcc wrote: > > Status > > == > > > > We have reached zero P1 regressions today and releases/gcc-12 branch has > > been created. GCC 12.1-rc1 will be built likely tomorrow. > > The branc

Re: GCC 12.0.1 Status Report (2022-04-28)

2022-04-28 Thread Jeff Law via Gcc
On 4/28/2022 8:59 AM, Jakub Jelinek via Gcc wrote: Status == We have reached zero P1 regressions today and releases/gcc-12 branch has been created. GCC 12.1-rc1 will be built likely tomorrow. The branch is now frozen for blocking regressions and documentation fixes only, all changes to t

GCC 13.0.0 Status Report (2022-04-28)

2022-04-28 Thread Jakub Jelinek via Gcc
Status == The trunk has branched for the GCC 12 release and is now open again for general development, stage 1. Please consider not disrupting it too much during the RC phase of GCC 12 so it is possible to test important fixes for 12.1 on it. Quality Data Priority #

Re: gnatlink vs. -mthumb -march=armv7-a+simd -mfloat-abi=hard

2022-04-28 Thread Richard Earnshaw via Gcc
On 28/04/2022 09:16, Sebastian Huber wrote: /opt/rtems/7/lib/gcc/arm-rtems7/12.0.1/thumb/armv7-a+simd/hard/adainclude/s-secsta.ads:288:9: sorry, unimplemented: Thumb-1 'hard-float' VFP ABI Does that source file somehow attempt to change the architecture on that line? This looks like someth

GCC 12.0.1 Status Report (2022-04-28)

2022-04-28 Thread Jakub Jelinek via Gcc
Status == We have reached zero P1 regressions today and releases/gcc-12 branch has been created. GCC 12.1-rc1 will be built likely tomorrow. The branch is now frozen for blocking regressions and documentation fixes only, all changes to the branch require a RM approval now. If no show stopper

Re: gnatlink vs. -mthumb -march=armv7-a+simd -mfloat-abi=hard

2022-04-28 Thread Joel Sherrill
On Thu, Apr 28, 2022, 3:17 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I test currently the Ada support for RTEMS in GCC 12. We have a -mthumb > -march=armv7-a+simd -mfloat-abi=hard multilib for which the Ada RTS is > built like this: > > make[4]: Entering director

Re: No type checking in ctype builtins

2022-04-28 Thread Eric Gallager via Gcc
On Wed, Apr 27, 2022 at 12:20 PM Jonathan Wakely via Gcc wrote: > > On Wed, 27 Apr 2022 at 16:29, Andrea Monaco via Gcc wrote: > > > > > > This program > > > > #include > > > > int main () > > { > > char *s; > > isspace (s); > > } > > > > compiles with no warning in gcc 8.3.0, ev

Re: No type checking in ctype builtins

2022-04-28 Thread Florian Weimer via Gcc
* Andreas Schwab: > On Apr 27 2022, Andrea Monaco via Gcc wrote: > >> This program >> >> #include >> >> int main () >> { >> char *s; >> isspace (s); >> } >> >> compiles with no warning in gcc 8.3.0, even though there's a type >> mistake; the correct call would be isspace (*s). > >

gnatlink vs. -mthumb -march=armv7-a+simd -mfloat-abi=hard

2022-04-28 Thread Sebastian Huber
Hello, I test currently the Ada support for RTEMS in GCC 12. We have a -mthumb -march=armv7-a+simd -mfloat-abi=hard multilib for which the Ada RTS is built like this: make[4]: Entering directory '/tmp/sh/b-gcc-arm-rtems6/arm-rtems6/thumb/armv7-a+simd/hard/libada' make -C ../../../../.././gcc