> It's quite recent and it will break Ada iirc.
I don't think so, it will break the case for which it was added, possibly
something to do with Altivec. But doing "svn annotate" is easy enough.
--
Eric Botcazou
On November 22, 2014 6:38:03 PM CET, "H.J. Lu" wrote:
>On Thu, Jun 12, 2014 at 3:14 PM, Jan Hubicka wrote:
>> Hi,
>> while updating vect_can_force_dr_alignment_p for section API I
>noticed the
>> predicate is bit confused about when it can update the alignment.
>>
>> We need to check that decl_bi
On Thu, Jun 12, 2014 at 3:14 PM, Jan Hubicka wrote:
> Hi,
> while updating vect_can_force_dr_alignment_p for section API I noticed the
> predicate is bit confused about when it can update the alignment.
>
> We need to check that decl_binds_to_current_def_p and in case we compile
> a partition also
On Mon, Jun 16, 2014 at 10:24:26AM +0100, Jan Hubicka wrote:
> > On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote:
> > > Hi,
> > > while updating vect_can_force_dr_alignment_p for section API I noticed the
> > > predicate is bit confused about when it can update the alignment.
> > >
> > > We ne
> On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote:
> > Hi,
> > while updating vect_can_force_dr_alignment_p for section API I noticed the
> > predicate is bit confused about when it can update the alignment.
> >
> > We need to check that decl_binds_to_current_def_p and in case we compile
> > a
On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote:
> Hi,
> while updating vect_can_force_dr_alignment_p for section API I noticed the
> predicate is bit confused about when it can update the alignment.
>
> We need to check that decl_binds_to_current_def_p and in case we compile
> a partition als