From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] fix broken ACM Date: Thu, 23 Jun 2005 12:56:07 +0900 Message-ID: <9cde8bff050622205635e60050@mail.gmail.com> References: <9cde8bff05062210406b403295@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Berger Cc: xen-devel , xen-devel-bounces@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 6/23/05, Stefan Berger wrote: > xen-devel-bounces@lists.xensource.com wrote on 06/22/2005 01:40:16 PM: >=20 > > The latest change to ACM makes it fail to compile. This patch fixes the > problem. > > > > Signed-off-by: Nguyen Anh Quynh > > > > $ diffstat acm.patch > > acm/acm_core.c | 61 --------------------- > > include/acm/acm_hooks.h | 135 > ++++++++++++++++++++++++++++++++++-------------- > > 2 files changed, 96 insertions(+), 100 deletions(-) > > [attachment "acm.patch" deleted by Stefan Berger/Watson/IBM] >=20 > This patch seems to work for gcc 4.0.0 (FC4), but the resulting source > does not compile with gcc 3.4.3 (FC3). I will try to find a common > solution. I think the problem is related to gcc 3.4.3 having a limit on > inline functions. it builds fine for me on gcc 3.3.5 $ gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=3Dc,c++,java,f77,pascal,objc,ada,treelang --prefix=3D/usr --mandir=3D/usr/share/man --infodir=3D/usr/share/info --with-gxx-include-dir=3D/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=3Dgnu --enable-debug --enable-java-gc=3Dboehm --enable-java-awt=3Dxlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) regards, aq