gcc-4.4-20110830 is now available

2011-08-30 Thread gccadmin
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

Re: question about GCC Quad-Precision Math Library

2011-08-30 Thread FX
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)

Re: ARM Linux EABI: unwinding through a segfault handler

2011-08-30 Thread Joseph S. Myers
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

Lodging Inquiry

2011-08-30 Thread Mike dane
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

Lodging Inquiry

2011-08-30 Thread Mike dane
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

Re: ARM Linux EABI: unwinding through a segfault handler

2011-08-30 Thread Andrew Haley
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