ok.
David
On Sun, Oct 12, 2014 at 2:59 PM, Teresa Johnson wrote:
> Guard the new time profiling under a parameter, off by default for Google
> since it isn't used and the extra instrumentation was adding bloat.
>
> Enabled time profiling for two test cases that explicitly test it.
>
> For func_r
Hi,
The attached patch fixes PR 59401.
Tested with
make -k check RUNTESTFLAGS="--target_board=sh-sim\{-m4/-ml,-m4/-mb}"
and no new failures. Commited as r216128.
I'd like to backport this to 4.8 and 4.9 later.
Cheers,
Oleg
gcc/ChangeLog
PR target/59401
* config/sh/sh-protos (sh_
xtensa ISA never implemented FP division, reciprocal, square root and
inverse square root as single opcode. Remove patterns that can emit
them.
2014-10-09 Max Filippov
gcc/
* config/xtensa/xtensa.md (divsf3, *recipsf2, sqrtsf2, *rsqrtsf2):
remove.
---
gcc/config/xtensa/xtensa.md | 44
Earlier versions of xtensa FPU used to support preincrement FP load and
store instructions (lsiu/ssiu). Recent FPU supports postincrement FP
load and store instructions only (lsip/ssip). Use configuration macro to
decide which version is available.
2014-10-10 Max Filippov
gcc/
* config/xte
Hi Sterling,
this series fixes two bugs in xtensa.md:
- generation of non-existent instructions for division/reciprocal/square root
- generation of pre- or post-increment floating point loads/stores depending
on whether the core supports former or latter.
These changes allow building gcc for mo
Guard the new time profiling under a parameter, off by default for Google
since it isn't used and the extra instrumentation was adding bloat.
Enabled time profiling for two test cases that explicitly test it.
For func_reorder_gold_plugin_1.C the change in instrumentation had
an effect on the orde
This is an old patch of mine that never got finished. I updated it following
the suggestions of Gabriel here
https://gcc.gnu.org/ml/gcc-patches/2012-04/msg00443.html
In cp/error.c, I separate the initialization of the diagnostic context
from the initialization of the scratch pretty-printer (cxx_pp
Hello,
for the first patch, it is actually easier to repost the old patch with
some new testcases. That doesn't mean it has to go in all at once, but you
can comment on various things. If that's a problem I'll separate them and
repost separately.
For simple +-*/ for double, I mostly wonder i
> On Oct 12, 2014, at 12:37 PM, Anthony Brandon
> wrote:
>
> Hi,
>
> I'm a new contributor and I don't yet have a copyright assignment or
> commit access.
Thanks for you contribution. Your new function is missing a comment before it
saying what it does. Yes it might be obvious what the
Hello,
this patch moves _M_size in std::list to a place where it should be easier
(no offsetof) to access from an iterator (it doesn't matter when you
access it from the main std::list object). It does not take advantage of
it yet, that can be done at any time, whereas the layout will soon be
Hi,
I'm a new contributor and I don't yet have a copyright assignment or
commit access.
This is a cleanup of code duplication in c-parser.
I bootstrapped and tested on x86_64-linux.
gcc/c/ChangeLog:
2014-10-12 Anthony Brandon
* c-parser.c (c_parser_all_labels): New function to repl
Hello,
Attached is a patch which adds xmethods for std::array, std::deque,
std::forward_list, std::list and std::vector. There were already
couple of xmethods existing for std::vector, but this patch adds more
over them.
libstdc++-v3/ChangeLog:
2014-10-12 Siva Chandra Reddy
* python
On Sat, 20 Sep 2014, Jan-Benedict Glaw wrote:
> Please note that nios2 failed in the same way a number of other
> targets fail, too:
>
> cr16-elf
> http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=351532
> fr30-elf
> http://toolchain.lug-owl.de/buildbot/show_build_details.
13 matches
Mail list logo