Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Michael Meissner via Gcc
On Fri, Dec 03, 2021 at 08:57:54AM -0600, Bill Schmidt wrote: > Hi! > > On 12/3/21 5:56 AM, Thomas Koenig wrote: > > > > Hi Jakub, > > > >> Note, we want to test both building gcc on ppc64le with older glibc > >> and newer glibc (and that libgfortran will have the same ABI between both > >> and on

List-Unsubscribe

2021-12-03 Thread Joseph Ayers via Gcc
List-Unsubscribe

Re: odd internal failure

2021-12-03 Thread Gabriel Ravier via Gcc
On 12/4/21 00:54, Gary Oblock via Gcc wrote: David, Thanks, I've bookmarked your advice. I do use gdb but I've always found the macros in common use are the biggest hurdle. In addition C++ has its own associated difficulties. Note, in the past working on other compilers I've always tried to hav

Re: odd internal failure

2021-12-03 Thread Gary Oblock via Gcc
David, Thanks, I've bookmarked your advice. I do use gdb but I've always found the macros in common use are the biggest hurdle. In addition C++ has its own associated difficulties. Note, in the past working on other compilers I've always tried to have a function version of the macros available.

gcc-10-20211203 is now available

2021-12-03 Thread GCC Administrator via Gcc
Snapshot gcc-10-20211203 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20211203/ 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: Comment on web page https://gcc.gnu.org/projects/cxx-status.html#cxx11

2021-12-03 Thread Jonathan Wakely via Gcc
On Fri, 3 Dec 2021, 18:58 Dr. Jürgen Sauermann, wrote: > Hi, > > not sure if this matters or how int can be fixed, but today I observed > the following: > > Your web page says that "Static assertions" are supported by GCC since > version 4.3. > > Today I tried to use "Static assertions" on an av

Comment on web page https://gcc.gnu.org/projects/cxx-status.html#cxx11

2021-12-03 Thread Dr . Jürgen Sauermann
Hi, not sure if this matters or how int can be fixed, but today I observed the following: Your web page says that "Static assertions" are supported by GCC since version 4.3. Today I tried to use "Static assertions" on an  avr-g++ resp. avr-gcc which identifies itself as: eedjsa@server68:

Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Bill Schmidt via Gcc
Hi! On 12/3/21 5:56 AM, Thomas Koenig wrote: > > Hi Jakub, > >> Note, we want to test both building gcc on ppc64le with older glibc >> and newer glibc (and that libgfortran will have the same ABI between both >> and one can move gcc including libgfortran and libquadmath from the older >> glibc set

Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Thomas Koenig via Gcc
Hi Jakub, Note, we want to test both building gcc on ppc64le with older glibc and newer glibc (and that libgfortran will have the same ABI between both and one can move gcc including libgfortran and libquadmath from the older glibc setup to newer and make -mabi=ieeelongdouble work in Fortran t

Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Jakub Jelinek via Gcc
On Fri, Dec 03, 2021 at 12:16:56PM +0100, Thomas Koenig wrote: > > It is part of upstream glibc 2.32 (released Aug 2020) and later, see > > https://sourceware.org/git/?p=glibc.git;a=commit;h=051be01f6b41a1466b07ae4bd7f5894a8ec5fe67 > > distrowatch says that glibc 2.32 and later is in Ubuntu 21.04 a

Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Thomas Koenig via Gcc
On 03.12.21 10:28, Jakub Jelinek wrote: On Fri, Dec 03, 2021 at 08:29:53AM +0100, Thomas Koenig wrote: On 01.12.21 21:54, Jakub Jelinek via Fortran wrote: Inside of libgfortran, I think it should depend on some macro defined in libgfortran.h. #if defined(__powerpc64__) && __BYTE_ORDER__ ==

Re: [power-ieee128] What should the math functions be annotated with?

2021-12-03 Thread Jakub Jelinek via Gcc
On Fri, Dec 03, 2021 at 08:29:53AM +0100, Thomas Koenig wrote: > > On 01.12.21 21:54, Jakub Jelinek via Fortran wrote: > > > Inside of libgfortran, I think it should depend on some macro defined > > in libgfortran.h. > > #if defined(__powerpc64__) && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ \ >