Re: print operand modifiers in the manual

2012-09-06 Thread David Daney
On 09/06/2012 01:48 PM, Mike Stump wrote: On Sep 6, 2012, at 1:09 PM, David Daney wrote: On 09/06/2012 01:00 PM, Ian Lance Taylor wrote: On Thu, Sep 6, 2012 at 11:56 AM, Mike Stump wrote: Where in the manual are the machine specific print operand modifiers documented? I've looked around, a

Re: Cgraph Modification Plan

2012-09-06 Thread Lawrence Crowl
On 9/6/12, Richard Guenther wrote: > Sorry to interrupt here, but please finish the existing > partial C++ transitions instead of starting to work on new ones. > Current stage1 will not last forever (stage1 is usually 6 months, > so its natural end would be end of September). I'd rather have > th

Re: print operand modifiers in the manual

2012-09-06 Thread Mike Stump
On Sep 6, 2012, at 1:00 PM, Ian Lance Taylor wrote: > On Thu, Sep 6, 2012 at 11:56 AM, Mike Stump wrote: >> Where in the manual are the machine specific print operand modifiers >> documented? I've looked around, and just can seem to find them; surely, I >> can't be the first to document such a

Re: print operand modifiers in the manual

2012-09-06 Thread Mike Stump
On Sep 6, 2012, at 1:09 PM, David Daney wrote: > On 09/06/2012 01:00 PM, Ian Lance Taylor wrote: >> On Thu, Sep 6, 2012 at 11:56 AM, Mike Stump wrote: >>> Where in the manual are the machine specific print operand modifiers >>> documented? I've looked around, and just can seem to find them; sur

Re: print operand modifiers in the manual

2012-09-06 Thread David Daney
On 09/06/2012 01:00 PM, Ian Lance Taylor wrote: On Thu, Sep 6, 2012 at 11:56 AM, Mike Stump wrote: Where in the manual are the machine specific print operand modifiers documented? I've looked around, and just can seem to find them; surely, I can't be the first to document such a modifier.

Re: print operand modifiers in the manual

2012-09-06 Thread Ian Lance Taylor
On Thu, Sep 6, 2012 at 11:56 AM, Mike Stump wrote: > Where in the manual are the machine specific print operand modifiers > documented? I've looked around, and just can seem to find them; surely, I > can't be the first to document such a modifier. To the best of my knowledge they are not docum

print operand modifiers in the manual

2012-09-06 Thread Mike Stump
Where in the manual are the machine specific print operand modifiers documented? I've looked around, and just can seem to find them; surely, I can't be the first to document such a modifier.

Bug fix release of GNU MPC 1.0.1 "Fagus silvatica"

2012-09-06 Thread Andreas Enge
We are pleased to announce the release of GNU MPC 1.0.1 "Fagus silvatica". GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. The bug fix release was made necessary by an automake security bug, see https://lists.gnu.org/

Re: Cgraph Modification Plan

2012-09-06 Thread Richard Guenther
On Thu, 6 Sep 2012, Martin Jambor wrote: > Hi, > > (I'm CCing the gcc mailing list too since I suppose it is an accident > that it wasn't in the message I'm replying to) > > On Thu, Sep 06, 2012 at 09:22:27AM +0200, Jan Hubicka wrote: > > > On Thu, Sep 6, 2012 at 12:08 AM, Jan Hubicka wrote: >

Re: Cgraph Modification Plan

2012-09-06 Thread Martin Jambor
Hi, (I'm CCing the gcc mailing list too since I suppose it is an accident that it wasn't in the message I'm replying to) On Thu, Sep 06, 2012 at 09:22:27AM +0200, Jan Hubicka wrote: > > On Thu, Sep 6, 2012 at 12:08 AM, Jan Hubicka wrote: > > >> > Consequentely you need to track to > > >> > which

Re: Cgraph Modification Plan

2012-09-06 Thread Richard Guenther
On Thu, Sep 6, 2012 at 12:47 AM, Jan Hubicka wrote: >> What do you think of the following plan for turning cgraph into >> a class hierarchy? We cannot finish it until we have gengtype >> understanding single inheritance, but we can start changing APIs >> in preparation. > > Good you told me, I wa