[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libunwind] Failed to build from source with gcc 4.0
From: |
David Mosberger |
Subject: |
Re: [libunwind] Failed to build from source with gcc 4.0 |
Date: |
Tue, 3 May 2005 12:33:15 -0700 |
>>>>> On Tue, 03 May 2005 12:43:00 -0500, Matthieu Delahaye <address@hidden>
>>>>> said:
Matthieu> Hi David, The following Debian bug report has been posted
Matthieu> about building libunwind with gcc 4.0 on IA-64:
Matthieu> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=307503
Matthieu> I need to set up a build environment to be able to
Matthieu> reproduce it. But I wanted to let you know about it as
Matthieu> soon as possible.
Note that the problem is triggered by the atomic_ops header file. The
bug is either in atomic_ops or in GCC 4.x. My guess is that it's the
latter. At least I didn't see anything wrong with the constraints
specified by atomic_ops.
--david