Hi, Gentle ping:
https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653344.html BR, Kewen on 2024/6/3 11:01, Kewen Lin wrote: > This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE > defines in epiphany port. > > gcc/ChangeLog: > > * config/epiphany/epiphany.h (FLOAT_TYPE_SIZE): Remove. > (DOUBLE_TYPE_SIZE): Likewise. > (LONG_DOUBLE_TYPE_SIZE): Likewise. > --- > gcc/config/epiphany/epiphany.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h > index 1df9eeecd0e..aa4715bfe10 100644 > --- a/gcc/config/epiphany/epiphany.h > +++ b/gcc/config/epiphany/epiphany.h > @@ -188,9 +188,6 @@ along with GCC; see the file COPYING3. If not see > #define INT_TYPE_SIZE 32 > #define LONG_TYPE_SIZE 32 > #define LONG_LONG_TYPE_SIZE 64 > -#define FLOAT_TYPE_SIZE 32 > -#define DOUBLE_TYPE_SIZE 64 > -#define LONG_DOUBLE_TYPE_SIZE 64 > > /* Define this as 1 if `char' should by default be signed; else as 0. */ > #define DEFAULT_SIGNED_CHAR 0