On Sat, Apr 04, 2015 at 08:25:10PM +0200, Andreas Schwab wrote:
> /daten/gcc/gcc-20150403/gcc/testsuite/gcc.c-torture/compile/pr33855.c:27:1:
> error: unrecognizable insn:.
Should be fixed with r221862.
--
Alan Modra
Australia Development Lab, IBM
Hi,
as discussed in more detail at PR ipa/65655, decareasing unit growth to 15%
caused a regression in Firefox javascript benchmarks. While I was able to
fix most of it by badness metric improvement, about 7% gap remained,
so i am increasing growth to 20% (GCC 4.9 has 30%)
Honza
* invoke
Michael Meissner writes:
> PR target/65240
> * config/rs6000/predicates.md (easy_fp_constant): Remove special
> -ffast-math handling that kept non-0 constants live in the RTL
> until reload. Remove logic testing the number of instructions it
> took to create a const
On Mon, Mar 23, 2015 at 4:15 PM, Kyrill Tkachov wrote:
> Hi all,
>
> The ICE in the PR happens on arm during the hoist pass when the code
> generates a SET rtx of the form:
> (set (reg:OI) (const_int 0)). It checks whether const_int 0 is a
> general_operand for OImode which involves asking the bac
The following patch fixes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647
This very complicated problem occurred in rare cases when chain of
reloads involving at least two pseudos and insns were generated and one
pseudo was spilled on later sub-passes after spilling sub-pass and this
p
Ping
At Fri, 06 Mar 2015 01:50:34 +0900,
Yoshinori Sato wrote:
>
> Add h8300-*-linux target for h8300 linux kernel and userland.
>
> h8300-*-elf is some difference of standard elf.
> h8300-*-linux is compatible of standard elf rules.
>
> Thanks.
>
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
>
Several instructions were added to the RXv2 (RX64M and RX71M) CPU.
http://documentation.renesas.com/doc/products/mpumcu/doc/rx_family/r01us0071ej0100_rxv2sm.pdf
This patch is supported new instruction for RX target.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d5d3aaa..437d9cc 100644
--- a/gc
Hi,
I noticed a while ago that for each access control issue we emit two
errors instead of an error + an inform, as we lately try to consistently
do. I also noticed that the testsuite reflects that in many testcases...
Anyway, the below - for next Stage 1? - implements the change, passes
test
On 2015.03.19 at 15:17 -0400, Jason Merrill wrote:
> This patch makes some significant changes to attribute abi_tag.
>
> First, it allows explicit naming of tags on inline namespaces, which
> previously always had a tag with the same name as the namespace itself;
> this is still the default if n
On Fri, Apr 3, 2015 at 4:52 PM, Ilya Tocar wrote:
> On 03 Apr 13:39, Uros Bizjak wrote:
>> On Fri, Apr 3, 2015 at 1:02 PM, Ilya Tocar wrote:
>>
>> > I've looked into avx* tests and many of them (even those that don't fail
>> > in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63211) use invalid typ
10 matches
Mail list logo