[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2022-01-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|5.5 |---

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2018-03-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

--- Comment #8 from Jakub Jelinek  ---
Author: jakub
Date: Fri Mar  2 16:18:06 2018
New Revision: 258139

URL: https://gcc.gnu.org/viewcvs?rev=258139&root=gcc&view=rev
Log:
PR target/56540
* config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Predefine
__SIZEOF_128__ macro if HPUX_LONG_DOUBLE_LIBRARY.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/pa/pa.h

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2018-03-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

--- Comment #7 from Jakub Jelinek  ---
Author: jakub
Date: Fri Mar  2 16:17:18 2018
New Revision: 258138

URL: https://gcc.gnu.org/viewcvs?rev=258138&root=gcc&view=rev
Log:
PR target/56540
* config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Predefine
__SIZEOF_{FPREG,FLOAT{80,128}}__ macros.

* gcc.target/ia64/pr56540.c: New test.

Added:
trunk/gcc/testsuite/gcc.target/ia64/pr56540.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/ia64/ia64.h
trunk/gcc/testsuite/ChangeLog

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.4 |5.5

--- Comment #6 from Richard Biener  ---
GCC 5.4 is being released, adjusting target milestone.

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2015-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.3 |5.4

--- Comment #5 from Richard Biener  ---
GCC 5.3 is being released, adjusting target milestone.

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2015-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.2 |5.3

--- Comment #4 from Richard Biener  ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|5.0 |5.2

--- Comment #3 from Jakub Jelinek  ---
GCC 5.1 has been released.


[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2014-04-25 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540

Marc Glisse  changed:

   What|Removed |Added

 Target||ia64-*-*
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-04-25
  Component|preprocessor|target
Version|4.7.2   |4.10.0
   Target Milestone|--- |4.10.0
 Ever confirmed|0   |1

--- Comment #2 from Marc Glisse  ---
Ideally ia64 would get the same macro, but I am not touching that target.