This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix pr41347
Hi,
On Wed, 16 Sep 2009, Richard Guenther wrote:
> > Regstrapping on x86_64 in progress (all langs+Ada). ÂOkay if that passes?
>
> Ok.
There was a typo in the original patch that triggered some fails in
libgomp testsuite, I've committed the corrected version (without
regressions) as r151799.
> > + Â Â Âif (TYPE_ATTRIBUTES (type) || TYPE_QUALS (type))
> > + Â Â Â new_tree = build_type_attribute_qual_variant (type,
> > + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â TYPE_ATTRIBUTES (type),
> > + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â TYPE_QUALS (type));
FWIW, this needed to build the variant starting from new_tree, not type,
of course.
Ciao,
Michael.