Hi Alan,
On Sat, Aug 19, 2017 at 12:19:35AM +0930, Alan Modra wrote:
> +Flushing registers to memory has performance implications and may be
> +an issue for time-sensitive code. You can provide better information
> +to GCC to avoid this, as shown in the following examples. At a
> +minimum, alias
Structures larger than 64 bits are passed by invisible reference on 32-bit hppa
targets. As noted in PR ipa/77732,
this is not currently handled. So, we need to xfail these targets.
Dave
--
John David Anglin dave.ang...@bell.net
2017-08-20 John David Anglin
PR ipa/77732
On hpux, the namespace for 'd' and 'r' is not clean, so we need to undef them
in the test. More
info is available in PR testsuite/81056.
Dave
--
John David Anglin dave.ang...@bell.net
2017-08-20 John David Anglin
PR testsuite/81056
* testsuite/17_intro/names.cc: Undef
Hello, gentle maintainer.
This is a message from the Translation Project robot.
A revised PO file for textual domain 'gcc' has been submitted
by the German team of translators. The file is available at:
http://translationproject.org/latest/gcc/de.po
(This file, 'gcc-7.2.0.de.po', has just
On Sun, Aug 20, 2017 at 08:00:53AM -0500, Segher Boessenkool wrote:
> Hi Alan,
>
> On Sat, Aug 19, 2017 at 12:19:35AM +0930, Alan Modra wrote:
> > +Flushing registers to memory has performance implications and may be
> > +an issue for time-sensitive code. You can provide better information
> > +t
This is a revised version of
https://gcc.gnu.org/ml/gcc-patches/2017-03/msg01562.html limited to
showing just the scratch register aspect, as a followup to
https://gcc.gnu.org/ml/gcc-patches/2017-08/msg01174.html
* doc/extend.texi (Extended Asm ): Rename to
"Clobbers and Scratch R
Hi all,
The attached patch adds a check for the format label containing a "DT" format
descriptor and enables the generation of the correct code. The patch modifies
an existing test case as a future check on this.
Regression tested on x86_64-linux.
OK for trunk and backport to 7?
Regards,