Re: [PATCH] middle-end only piece of middle-end array expressions

2011-06-22 Thread Martin Jambor
Hi, On Tue, Jun 21, 2011 at 05:12:40PM +0200, Richard Guenther wrote: > > This is the middle-end pieces, without the C/C++ frontend changes. > Enough to work on the Fortran parts. > > Doesn't even break bootstrap. > > Richard. > > 2008-04-11 Richard Guenther > > * builtin-attrs.def (

Re: [PATCH] middle-end only piece of middle-end array expressions

2011-06-22 Thread Richard Guenther
On Tue, 21 Jun 2011, Richard Guenther wrote: > On Tue, 21 Jun 2011, Richard Guenther wrote: > > > > > This is the middle-end pieces, without the C/C++ frontend changes. > > Enough to work on the Fortran parts. > > > > Doesn't even break bootstrap. > > And here is a variant that doesn't need th

Re: [PATCH] middle-end only piece of middle-end array expressions

2011-06-21 Thread Richard Guenther
On Tue, 21 Jun 2011, Richard Guenther wrote: > > This is the middle-end pieces, without the C/C++ frontend changes. > Enough to work on the Fortran parts. > > Doesn't even break bootstrap. And here is a variant that doesn't need the tree-cfg.c hunk for the Fortran patch (thus all type problems

[PATCH] middle-end only piece of middle-end array expressions

2011-06-21 Thread Richard Guenther
This is the middle-end pieces, without the C/C++ frontend changes. Enough to work on the Fortran parts. Doesn't even break bootstrap. Richard. 2008-04-11 Richard Guenther * builtin-attrs.def (ATTR_COVARIANTRETURN): Add. (ATTR_NOTHROW_TYPEGENERIC): Likewise. (ATTR_NOT