The Ada changes are OK.
Arno
On 5 juil. 2013, at 01:31, Veres Lajos wrote:
> Hello,
>
> Referencing to topic:
> http://gcc.gnu.org/ml/gcc/2013-07/msg00017.html
> Patches containing "-cl" are touching only changelogs.
> The attached files contain the patches generated by
> https://github.com/vl
The attached patch eliminates the problem of the SDK being removed from / in
darwin13
and later by appending --with-sysroot=\"`xcrun --show-sdk-path`\" to
host_configargs
in the top-level configure for those cases . Bootstrap tested on
x86_64-apple-darwin13.
Okay for gcc trunk and gcc-4_8-bra
On 4 July 2013 21:54, François Dumont wrote:
>
> And about the patch itself, is it ok ?
Yes, that latest patch is OK, thanks.
It's made me think about the design a bit more though ...
I've been a little uncomfortable for some time with the number of
template parameters that are needed everywhere
This patch fixes the libstdc++ parts of the patch at
http://gcc.gnu.org/ml/gcc/2013-07/msg00039.html
2013-07-04 Veres Lajos
Jonathan Wakely
* config/locale/generic/codecvt_members.cc: Fix typo.
* configure.host: Likewise.
* doc/html/manual/policy_data_stru
On 07/01/2013 11:35 PM, Paolo Carlini wrote:
On 07/01/2013 09:35 PM, François Dumont wrote:
This is it indeed, I am surprised this problem is so old, a Standard
issue perhaps ? If not I might add it to my todo list.
Yesterday I had a look and I think it's just a bug, I found in
Bugzilla a dupli
On Thu, 4 Jul 2013, Joern Rennecke wrote:
> Quoting "Joseph S. Myers" :
>
> > On Thu, 4 Jul 2013, Joern Rennecke wrote:
> >
> > > For this fix I've assumed that it is now the job of the various places
> > > that
> > > do calculations with sizetypes to flag overflows where this is desired.
> >
>
Quoting "Joseph S. Myers" :
On Thu, 4 Jul 2013, Joern Rennecke wrote:
For this fix I've assumed that it is now the job of the various places that
do calculations with sizetypes to flag overflows where this is desired.
Integer constants may be shared, I don't think setting TREE_OVERFLOW on
ex
On Thu, 4 Jul 2013, Joern Rennecke wrote:
> For this fix I've assumed that it is now the job of the various places that
> do calculations with sizetypes to flag overflows where this is desired.
Integer constants may be shared, I don't think setting TREE_OVERFLOW on
existing constants like you do
For this fix I've assumed that it is now the job of the various places that
do calculations with sizetypes to flag overflows where this is desired.
bootstrapped/regtested on i686-pc-linux-gnu .
2013-07-04 Joern Rennecke
gcc:
PR c/57821
* c/c-typeck.c (set_init_index): When foldi
Hi
Jason Merrill ha scritto:
>Since newdecl points to the same tree node as decl1, I don't see what
>difference this would make.
Yeah ;) I think it would if instead of tree newdecl = decl1 I had copy_node
(decl1), right? But I understand it's normally not needed...
And I'm not too worried
On 07/04/2013 04:04 AM, Graham Stott wrote:
Hi Jeff, Richard
We could possibly also use VRP to change signed division to unsigned division
when dividing a
non-negative signed operand by a power of 2 because then the sign bit will be 0
and we could do
the division using logical shift right.
Se
Hi Marcus,
I also see pr57518.c failing on x86_64-apple-darwin10 (with -m64)
and powerpc-apple-darwin9 (both -m32 and -m64). Your patch
fixes them.
Thanks,
Dominique
On Tue, Jul 02, 2013 at 01:14:35PM -0400, Joern Rennecke wrote:
> 2013-07-02 Joern Rennecke
>
> * testsuite/gcc.dg/tree-ssa/vrp66.c: Make conditional on
No testsuite/ in the ChangeLog entry.
> { target { ! int16 } } .
> * gcc.dg/tree-ssa/vrp66-int16-sw.c: New test.
Ok with t
Ping
On Tue, Jun 18, 2013 at 02:56:52PM +0800, Chung-Ju Wu wrote:
> 2013/6/16 Ondřej Bílka :
> > On Sat, Jun 15, 2013 at 05:13:31PM +0800, Chung-Ju Wu wrote:
> >> 2013/6/14 Joseph S. Myers :
> >> > On Thu, 13 Jun 2013, Richard Biener wrote:
> >> >
> >> >> Btw, rather than these kind of patches I'd
Hello,
This:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00767.html
recently introduced test case uses the pattern:
/* { dg-final { scan-rtl-dump-not "REG_EQUIV.*mem.*\"ip\"" "ira" } } */
I believe the intention is to look for the three tokens, in order within
a single instruction, the
On Mon, Jul 1, 2013 at 11:12 PM, Peter Bergner wrote:
> On May 10th, the Power Architecture Advisory Council announced the public
> availability of Power ISA 2.07.
>
> https://www.power.org/documentation/power-isa-version-2-07/
>
> This patch adds support for Hardware Transactional Memory (HTM)
On 07/03/2013 03:17 PM, Paolo Carlini wrote:
In the first try, bailing out early in case of error without undoing the
committed changes to decl1 made me a little nervous. The below variant
works at first on newdecl and only if push_template_decl goes well,
copies it back to decl1. Still passes te
>> Unfortunately, the behavior differs from the test suite for
>> std::is_convertible. In particular, this fails:
>>
>> static_assert(__is_convertible_to(int(int), int(&)(int)), "");
>>
>> whereas this succeeds )
>>
>> static_assert(is_convertible::value, "");
>
>
> Hmm, that probably has to do w
On Wed, 3 Jul 2013, Joseph S. Myers wrote:
> That change has the effect that reload thinks TFmode (and no doubt
> TDmode) only takes two registers even when in general registers,
> causing a segfault in glibc's test-ldouble built for soft float.
>
> I'm testing this patch (this diff is against 4.
On Thu, Jul 04, 2013 at 11:14:24AM +, Gopalasubramanian, Ganesh wrote:
> Can this be backported now!
Yes.
Jakub
Hi Uros,
Can this be backported now!
Regards
Ganesh
-Original Message-
From: Uros Bizjak [mailto:ubiz...@gmail.com]
Sent: Thursday, May 30, 2013 1:40 PM
To: Gopalasubramanian, Ganesh
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH,i386] Default alignment for AMD BD and BT
On Wed, May 2
Hi,
tested x86_64-linux, committed to mainline.
Thanks,
Paolo.
/
2013-07-04 Paolo Carlini
PR c++/54998
* g++.dg/cpp0x/nsdmi-list3.C: New.
Index: g++.dg/cpp0x/nsdmi-list3.C
===
--- g++.dg/
Hi,
here is the adjusted patch for this PR.
2013-07-04 Kai Tietz
PR target/56892
* config/i386/i386.c (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): Define as
hook_bool_const_tree_true.
Tested for x86_64-w64-mingw32, i686-pc-cygwin, and
x86_64-unknown-linux-gnu. Ok for apply?
Regard
Hi Jeff, Richard
We could possibly also use VRP to change signed division to unsigned division
when dividing a
non-negative signed operand by a power of 2 because then the sign bit will be 0
and we could do
the division using logical shift right.
Graham
Ping.
On 20 June 2013 20:19, Simon Baldwin wrote:
> Set $ac_aux_dir before use in libdecnumber/configure.
>
> libdecnumber/configure uses $ac_aux_dir before it is set, causing incorrect
> MISSING value. Fix with explicit AC_CONFIG_AUX_DIR.
>
> Bootstrapped for c/c++. Okay for trunk?
>
>
> libd
On 3 July 2013 22:42, Ed Smith-Rowland wrote:
> On 06/27/2013 11:24 PM, Ed Smith-Rowland wrote:
>>
>> Finally, should we put a line for thins in the 4.9 changes page?
>>
>>
> PING! Is adding links to the C++2014 library page OK?
>From http://gcc.gnu.org/gcc-4.9/changes.html? Yes, that's OK, the
s
Hi,
committed to mainline.
Thanks,
Paolo.
/
2013-07-04 Ray Chason
Paolo Carlini
PR libstdc++/57808
* include/bits/regex.h (regex_token_iterator<>::operator==,
regex_token_iterator<>::operator!=, regex_token_iterator<>::operator*,
> > 2013-07-02 James Greenhalgh
> >
> > * config/aarch64/aarch64-builtins.c
> > (aarch64_simd_expand_builtin): Handle AARCH64_SIMD_STORE1.
> > * config/aarch64/aarch64-simd-builtins.def (ld1): New.
> > (st1): Likewise.
> > * config/aarch64/aarch64-simd.md
> > (aarch64_ld
Hi,
This patch adds support for the register "wsp"; in ILP32, this is
necessary in order to support the global register variable associated
the stack pointer with the syntax asm ("wsp"); it is used in libgloss to
get the stack pointer.
OK for the trunk?
Thanks,
Yufeng
gcc/
* conf
29 matches
Mail list logo