Re: [PATCH] Introduce hardbool attribute for C

2023-06-15 Thread Alexandre Oliva via Fortran
On Apr 6, 2023, Bernhard Reutner-Fischer wrote: > 29 For C_BOOL, the internal representation of .TRUE._C_BOOL and > .FALSE._C_BOOL shall be the same as those of > 30 the C values (_Bool)1 and (_Bool)0 respectively. I'm not changing any of the standard types, FWIW. The proposed extension enable

Re: [PATCH] Introduce hardbool attribute for C

2023-06-15 Thread Thomas Koenig via Fortran
Hi Alexandre, On Apr 6, 2023, Bernhard Reutner-Fischer wrote: 29 For C_BOOL, the internal representation of .TRUE._C_BOOL and .FALSE._C_BOOL shall be the same as those of 30 the C values (_Bool)1 and (_Bool)0 respectively. I'm not changing any of the standard types, FWIW. The proposed ext