Snapshot gcc-4.4-20110830 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20110830/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.4 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches
Dear Samuel,
(I copy this email to the gcc@gcc.gnu.org list, as this is the home for
discussions of this library.)
You can't use the libquadmath library with an ANSI-C compiler. You need a
compiler that supports the __float128 type and operations on it (such as
multiplications, as you mention)
On Mon, 29 Aug 2011, Daniel Jacobowitz wrote:
> I thought we used a handler in GLIBC that was properly annotated,
> nowadays, but I might be mistaken.
What we have in GLIBC is
ports/sysdeps/unix/sysv/linux/arm/eabi/sigrestorer.S. Note that
sigaction.c has to check the kernel version to determi
Hello,
My name is Mike Dane from M&G Investment International United states. I want to
know if there is any availability for 5 guests who needs rooms, apartments and
meal services if possible. They are coming for visit in your city. If there is
availability, kindly let me know about the dates
Hello,
My name is Mike Dane from M&G Investment International United states. I want to
know if there is any availability for 5 guests who needs rooms, apartments and
meal services if possible. They are coming for visit in your city. If there is
availability, kindly let me know about the dates
On 08/29/2011 06:13 PM, Daniel Jacobowitz wrote:
> On Mon, Aug 29, 2011 at 11:18 AM, Ken Werner wrote:
>> On 08/25/2011 02:26 PM, Andrew Haley wrote:
>>>
>>> Throwing an exception through a segfault handler doesn't always work
>>> on ARM: the attached example fails on current gcc trunk.
>>>
>>> pa