qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: gcc


From: Johannes Schindelin
Subject: Re: [Qemu-devel] Re: gcc
Date: Tue, 4 Dec 2007 22:26:17 +0000 (GMT)

Hi,

On Tue, 4 Dec 2007, Johannes Schindelin wrote:

> On Tue, 4 Dec 2007, Antti P Miettinen wrote:
> 
> > Rick Vernam <address@hidden> writes:
> > > any comments on the current status of moving beyond dependency on 
> > > GCC 3.3.6?
> > 
> > Sorry for a vague ignorant question, but would the gcc-4 issues be 
> > affected in any way if the ops were inside a big function (use labels 
> > to find them) vs the current use of separate functions?
> 
> It might be a bit outdated, but the basic ideas still hold valid in 
> http://libvncserver.sourceforge.net/qemu/qemu-porting.html.
> 
> So no, you cannot have the ops inside a big function.

I realise that I was not quite clear enough... gcc4 has this annoying 
behaviour that it occasionally puts in return statements in the middle of 
the function.  There seems to be no option to prevent that.  And this 
behaviour is not helped by having one function rather than many.

Hth,
Dscho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]