From: Trevor Saunders
Hi,
continueing on with getting rid of uses of rtx_insn_list and rtx_expr_list.
bootstrapped + regtested patches individually on x86_64-linux-gnu, ok?
Thanks!
Trev
Trevor Saunders (3):
haifa-sched.c: make ready_list an auto_vec
make forced labels a vec
make stack
From: Trevor Saunders
gcc/ChangeLog:
2016-08-25 Trevor Saunders
* cfgbuild.c (make_edges): Adjust.
* cfgrtl.c (can_delete_label_p): Likewise.
* dwarf2cfi.c (create_trace_edges): Likewise.
* except.c (sjlj_emit_dispatch_table): Likewise.
* function.h (s
From: Trevor Saunders
gcc/ChangeLog:
2016-08-25 Trevor Saunders
* emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
* emit-rtl.c (unshare_all_rtl_1): Adjust.
(unshare_all_rtl_again): Likewise.
* function.c (assign_stack_local_1): Likewise.
(
From: Trevor Saunders
gcc/ChangeLog:
2016-08-25 Trevor Saunders
* haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
---
gcc/haifa-sched.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 84e42c0..
Changed in v2: I dropped -fdiagnostics-apply-fixits
This patch uses the edit_context machinery to provide a new
-fdiagnostics-generate-patch option.
If set an edit_context is created for global_dc, and any
fix-it hints emitted by diagnostics are added to the edit_context.
-fdiagnostics-generate-
Here's a much less ambitious version of the patch kit, which
eliminates any attempt to write to the user's source
code (getting rid of edit_context::apply_changes and
-fdiagnostics-apply-fixits).
It implements -fdiagnostics-generate-patch. In so doing, it
tightens up the exact semantics of fix-i
This patch adds foreach, max and min methods to
class typed_splay_tree, along with the start of a selftest
suite.
gcc/ChangeLog:
* Makefile.in (OBJS): Add typed-splay-tree.o.
* selftest-run-tests.c (selftest::run_tests): Call
typed_splay_tree_c_tests.
* selftest.h (
This version removes edit_context::apply_changes and related
functionality, retaining the ability to generate diffs.
It also improves error-handling (adding a selftest for this).
gcc/ChangeLog:
* Makefile.in (OBJS-libcommon): Add edit-context.o.
* diagnostic-color.c (color_dict):
Split out a new base class for temp_source_file, named_temp_file,
moving the deletion to the base class dtor, so that we can write
out temporary files in other ways in selftests.
gcc/ChangeLog:
* selftest.c (selftest::named_temp_file::named_temp_file): New
ctor.
(selftest::
>> --Wno-format-contains-nul -Wno-format-extra-args -Wformat-nonliteral @gol
>> +-Wno-format-contains-nul -Wno-format-extra-args -Wformat-length=1 @gol
>>
>> Most options that take levels are documented as:
>>
>> -Wshift-overflow -Wshift-overflow=@var{n}
>> -Wstrict-overflow -Wstrict-overflow=@var{
On 08/24/2016 04:03 PM, Joseph Myers wrote:
On Wed, 24 Aug 2016, Martin Sebor wrote:
No. I recall having seen Glibc fail with ENOMEM years ago when
formatting a floating point number to a very large precision but
I haven't seen any implementation fail. I haven't yet looked to
see if the Glibc
On Wed, 24 Aug 2016, Szabolcs Nagy wrote:
> diff --git a/libatomic/testsuite/lib/libatomic.exp
> b/libatomic/testsuite/lib/libatomic.exp
> index cafab54..e374c64 100644
> --- a/libatomic/testsuite/lib/libatomic.exp
> +++ b/libatomic/testsuite/lib/libatomic.exp
> @@ -47,6 +47,8 @@ load_gcc_lib tim
On Wed, 24 Aug 2016, Martin Sebor wrote:
> No. I recall having seen Glibc fail with ENOMEM years ago when
> formatting a floating point number to a very large precision but
> I haven't seen any implementation fail. I haven't yet looked to
> see if the Glibc failure can still happen. My reading
On 24/08/16 14:56, Richard Biener wrote:
You never typoed
gcc t.c -o t.c
? ;) (I did ... :/)
With GCC >=5
$ gcc t.c -o t.c
gcc: fatal error: input file ‘t.c’ is the same as output file
compilation terminated.
You are welcome ;-)
Manuel.
On Wed, 24 Aug 2016, Marek Polacek wrote:
> 2016-08-24 Marek Polacek
>
> PR c/77323
> * c-decl.c (declspecs_add_type): Set typespec_word even when __intN
> or _FloatN or _FloatNx is not supported.
> (finish_declspecs): Set type to integer_type_node when _FloatN or
>
https://gcc.gnu.org/ml/fortran/2016-08/msg00144.html
On Wed, Aug 24, 2016 at 5:14 PM, Fritz Reese wrote:
> With a few recent notes by others, I have identified that the
> comparison logic I used in interface.c (compare_components,
> gfc_compare_derived_types) was faulty in a few ways.
(snip)
> tl
With a few recent notes by others, I have identified that the
comparison logic I used in interface.c (compare_components,
gfc_compare_derived_types) was faulty in a few ways. I apologize in
advance for the length of this message, but I believe it will help
others (and myself) understand (recall) mo
onsdag 24 augusti 2016 kl. 18:21:07 CEST skrev Szabolcs Nagy:
> On 20/07/16 14:58, Szabolcs Nagy wrote:
> > since gcc can be built with --enable-default-pie, there
> > is a -no-pie flag to turn off PIE.
> >
> > gcc cannot be built as PIE (pr 71934), so the gcc build
> > system has to detect the -
On Wed, 2016-08-24 at 21:50 +0200, Marek Polacek wrote:
> On Wed, Aug 24, 2016 at 02:59:43PM -0400, David Malcolm wrote:
> > On Wed, 2016-08-24 at 20:15 +0200, Marek Polacek wrote:
> > > On Wed, Aug 24, 2016 at 01:57:15PM -0400, David Malcolm wrote:
> > > > On Wed, 2016-08-24 at 19:43 +0200, Marek
On Wed, Aug 24, 2016 at 02:59:43PM -0400, David Malcolm wrote:
> On Wed, 2016-08-24 at 20:15 +0200, Marek Polacek wrote:
> > On Wed, Aug 24, 2016 at 01:57:15PM -0400, David Malcolm wrote:
> > > On Wed, 2016-08-24 at 19:43 +0200, Marek Polacek wrote:
> > > > This patch adds a fixit hint to -Wlogical
On Wed, Aug 24, 2016 at 1:41 AM, Jonathan Wakely wrote:
> On 24/08/16 00:18 -0700, Tim Shen wrote:
>>
>> I didn't realized that we can actually escape a dash inside bracket
>> expression: R"([\-])", in which case the dash should be treated
>> literally.
>
>
> With this patch applied I no longer ge
...and to 6-branch as revision 239741.
Cheers
Paul
On 24 August 2016 at 21:41, Paul Richard Thomas
wrote:
> Dear Tobias,
>
> Committed to trunk as revision 239740. 6-branch to follow.
>
> Thanks for the review.
>
> Best regards
>
> Paul
--
The difference between genius and stupidity is; gen
Dear Tobias,
Committed to trunk as revision 239740. 6-branch to follow.
Thanks for the review.
Best regards
Paul
On 08/24/2016 12:54 PM, Florian Weimer wrote:
On 08/24/2016 06:40 PM, Martin Sebor wrote:
On 08/23/2016 05:00 PM, Joseph Myers wrote:
Some observations:
* Does -fprintf-return-value allow for the possibility of snprintf
failing
because of a memory allocation failure and so returning -1 when GC
Add the musl dynamic linker names for mips r6.
It seems DRIVER_SELF_SPECS sets the default mips isa
(MIPS_DEFAULT_ISA_LEVEL_SPEC) on *-mti-linux* or *-mti-elf,
but not on gnu linux targets (see config/mips/mti-linux.h vs
config/mips/gnu-user.h).
Is that ok? It seems broken, but i didn't try to fi
gcc should use libc headers, not kernel headers.
libgcc/
2016-08-24 Szabolcs Nagy
* config/mips/linux-unwind.h: Use sys/syscall.h.
diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h
index bf12de5..4035c121 100644
--- a/libgcc/config/mips/linux-unwind.h
+
Pass build time CC make var down to dejagnu so the sysroot
is set correctly when gcc is built with --with-build-sysroot.
libitm/
2016-08-24 Szabolcs Nagy
PR testsuite/71931
* configure.ac: Add AC_CONFIG_FILES.
* configure: Regenerated.
* testuite/Makefile.am: Ad
Pass build time CC make var down to dejagnu so the sysroot
is set correctly when gcc is built with --with-build-sysroot.
Existing libgomp-test-support.exp.in machinery is used.
libgomp/
2016-08-23 Szabolcs Nagy
PR testsuite/71931
* testuite/libgomp-test-support.exp.in: Add BUI
Pass build time CC make var down to dejagnu so the sysroot
is set correctly when gcc is built with --with-build-sysroot.
libatomic/
2016-08-24 Szabolcs Nagy
PR testsuite/71931
* configure.ac: Add AC_CONFIG_FILES.
* configure: Regenerated.
* testuite/Makefile.am:
The dejagnu find_gcc function cannot handle if CC needs extra flags
like --sysroot. So for testing target libraries use the same CC that
was used for building the target libs.
New patch works even if runtest is not invoked from make as discussed
https://gcc.gnu.org/ml/gcc-patches/2016-07/msg01320.
On Wed, 2016-08-24 at 20:15 +0200, Marek Polacek wrote:
> On Wed, Aug 24, 2016 at 01:57:15PM -0400, David Malcolm wrote:
> > On Wed, 2016-08-24 at 19:43 +0200, Marek Polacek wrote:
> > > This patch adds a fixit hint to -Wlogical-not-parentheses. When
> > > the
> > > LHS
> > > has a location, it pr
On 08/24/2016 06:40 PM, Martin Sebor wrote:
On 08/23/2016 05:00 PM, Joseph Myers wrote:
Some observations:
* Does -fprintf-return-value allow for the possibility of snprintf
failing
because of a memory allocation failure and so returning -1 when GCC
computed bounds on what it could return if su
Hi,
in PR70955, ix86_canonical_va_list_type fails to recognize a
__builtin_ms_va_list that was declared in a TU, because its type doesn't
have the same main variant as the ms_va_list_type_node initialized in lto1.
This patch fixes the PR by tagging ms_va_list_type_node and
sysv_va_list_type_
On Wed, Aug 24, 2016 at 01:57:15PM -0400, David Malcolm wrote:
> On Wed, 2016-08-24 at 19:43 +0200, Marek Polacek wrote:
> > This patch adds a fixit hint to -Wlogical-not-parentheses. When the
> > LHS
> > has a location, it prints:
> >
> > z.c: In function ‘int foo(int, int)’:
> > z.c:12:11: warn
On Wed, 2016-08-24 at 19:43 +0200, Marek Polacek wrote:
> This patch adds a fixit hint to -Wlogical-not-parentheses. When the
> LHS
> has a location, it prints:
>
> z.c: In function ‘int foo(int, int)’:
> z.c:12:11: warning: logical not is only applied to the left hand side
> of comparison [-Wlog
On Wed, 24 Aug 2016, Alan Modra wrote:
> Given a hidden visibility function declaration, the toolchain can say
> that the function is local to the module. This generally means that a
> call to the function can be direct, ie. doesn't need to go via the PLT
> even in a shared library. However, ifun
This patch adds a fixit hint to -Wlogical-not-parentheses. When the LHS
has a location, it prints:
z.c: In function ‘int foo(int, int)’:
z.c:12:11: warning: logical not is only applied to the left hand side of
comparison [-Wlogical-not-parentheses]
r += !a == b;
^~
z.c:12:8: note:
The -Wlogical-not-parentheses deliberately doesn't warn when the RHS has
boolean type. But since in C the type of a comparison is int, we need
to check for tcc_comparison, too.
Bootstrapped/regtested on x86_64-linux and ppc64le-redhat-linux, ok for trunk?
2016-08-24 Marek Polacek
PR
On 20/07/16 14:58, Szabolcs Nagy wrote:
> since gcc can be built with --enable-default-pie, there
> is a -no-pie flag to turn off PIE.
>
> gcc cannot be built as PIE (pr 71934), so the gcc build
> system has to detect the -no-pie flag to disable PIE.
>
> historically default pie toolchains used t
On 20/07/16 14:39, Szabolcs Nagy wrote:
> All function classes listed in gcc/coretypes.h are supported by musl.
>
> Most of the optimizations based on these function classes are not
> relevant for standard conform c code, but this is required to get
> rid of some test system noise.
>
> gcc/
> 201
On 20/07/16 14:37, Szabolcs Nagy wrote:
> Musl libc does not support gnu ifunc, so disable it by default.
> (not disabled on s390-* since that has no musl support yet.)
>
> gcc/
> 2016-07-20 Szabolcs Nagy
>
> * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
>
ping
On 08/23/2016 05:00 PM, Joseph Myers wrote:
Some observations:
* Does -fprintf-return-value allow for the possibility of snprintf failing
because of a memory allocation failure and so returning -1 when GCC
computed bounds on what it could return if successful?
No. I recall having seen Glibc f
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 Ukrainian team of translators. The file is available at:
http://translationproject.org/latest/gcc/uk.po
(This file, 'gcc-6.2.0.uk.po', has ju
Ping x2.
On Wed, Aug 03, 2016 at 07:05:34PM -0500, Segher Boessenkool wrote:
> Ping.
>
>
> Segher
>
>
> On Mon, Aug 01, 2016 at 01:42:37AM +, Segher Boessenkool wrote:
> > This is the second version. Concern was renamed to component, and all
> > other comments were addressed (I hope). It
On 23/08/16 21:54, Gerald Pfeifer wrote:
On Tue, 23 Aug 2016, Segher Boessenkool wrote:
I'm committing the following to wwwdocs as obvious.
Thank you, Segher! That would have been my late evening program for
today, otherwise. ;-)
Thanks for doing this.
Can we also add a link to this from th
This covers my changes so far for gcc 7, based on
git log --author=dmalcolm \
002c3f2881626f4dea765f89e4a11be1f4bac240..c3e800b980fb13f42468ceeaf723
a39f4cee0f3e
Validates as XHTML 1.0 Transitional.
OK to commit?
(I don't have a working copy of mhc, so I can't easily test the CSS
markup)
Inde
I'm curious why this function takes the first argument by const
reference when the function above by const pointer. Is there
a subtle difference between the functions that I'm not seeing?
For that matter, is there a convention in GCC? (FWIW, my own
rule of thumb is to have a function take a larg
Hi all,
If we want to add more macro fusion cases in the arm backend we need to rework
the aarch_macro_fusion_pair_p a bit
to not return early during the MOVW/MOVT fusion checks. This simple patch does
that by adding a helper function
that can be called with the two sets to check if they satis
Here is an additional test case demonstrating recursive calls.
Regards,
Jerry
! { dg-do run }
!
! Functional test of User Defined Derived Type IO.
!
! This tests recursive calls where a derived type has a member that is
! itself.
!
MODULE p
USE ISO_FORTRAN_ENV
TYPE :: person
CHARACTER (
Hello!
Attached patch improves and cleans up tree-ssa/prefetch-? testcases in
several ways:
a) Enables testcases on 64bit x86 targets by selecting amdfam10
architecture instead of 32bit-only athlon architecture
b) Removes unnecessary -msse2 -mfpmath=sse compile flags
c) Removes unnecessary SSE2 ef
I've committed this to the gomp4 branch. It addresses an issue I was puzzled
we'd not met, but then I realized I'd been turning the optimizer on and thus
inlining things, which hid the problem.
If we pass a reference (i.e. addressof) a frame object to an openecc routine
that itself contains p
On Wed, Aug 24, 2016 at 3:45 PM, Bernd Schmidt wrote:
> On 08/24/2016 03:28 AM, David Malcolm wrote:
>
>> (B) -fdiagnostics-apply-fixits, which writes back the changes
>> to the input files.
>
>
> That sounds really scary, there's no way I'd personally ever enable
> something like this. Do we have
On Mon, Aug 22, 2016 at 10:31:16AM -0600, Martin Sebor wrote:
> Just a few minor nits based on a quick reading of the patch:
Thanks for looking into this.
> > @@ -24114,6 +24164,16 @@ cp_parser_std_attribute (cp_parser *parser)
> > " use %");
> > TREE_PURPOSE (TREE_PURPOSE
On 08/24/2016 03:28 AM, David Malcolm wrote:
(B) -fdiagnostics-apply-fixits, which writes back the changes
to the input files.
That sounds really scary, there's no way I'd personally ever enable
something like this. Do we have any data about what percentage of fixits
actually correctly ident
Martin and Jan,
This set of patches introduces a huge number of testsuite regressions
on AIX. AIX defaults to 32 bit. Although it supports a 64 bit "long
long" type, it does not have 64 bit atomic operations on "long long"
in 32 bit mode. All of the testcases fails with
ld: 0711-317 ERROR: Unde
On Wed, 2016-08-24 at 09:59 +0200, Richard Biener wrote:
> On Wed, Aug 24, 2016 at 3:28 AM, David Malcolm
> wrote:
> > Currently our diagnostics subsystem can emit fix-it hints
> > suggesting edits the user can make to their code to fix
> > warnings/errors,
> > but currently the user must make the
On Wed, Aug 24, 2016 at 09:59:18AM +0200, Richard Biener wrote:
> On Wed, Aug 24, 2016 at 3:28 AM, David Malcolm wrote:
> > Currently our diagnostics subsystem can emit fix-it hints
> > suggesting edits the user can make to their code to fix warnings/errors,
> > but currently the user must make th
On Tue, 2016-08-23 at 21:57 -0400, Eric Gallager wrote:
> On 8/23/16, David Malcolm wrote:
> > Currently our diagnostics subsystem can emit fix-it hints
> > suggesting edits the user can make to their code to fix
> > warnings/errors,
> > but currently the user must make these edits manually [1].
>
On Wed, Aug 24, 2016 at 7:42 AM, Andreas Krebbel
wrote:
> On 08/24/2016 04:02 AM, David Edelsohn wrote:
>> This patch broke bootstrap on AIX. Stage1 GCC is miscompiled.
>>
>> Please revert this patch.
>
> Done. Sorry for the breakage.
Is the alignment assumption safe irrespective of ABI?
Thank
Dear Paul,
Paul Richard Thomas wrote:
> The attached fixes this problem, bootstraps and regtests on FC21/x86_64.
> OK for 6-branch and trunk?
Looks good to me. Thanks for the patch.
Tobias
> 2016-08-24 Paul Thomas
>
> PR fortran/77358
>
> * resolve.c (resolve_fl_procedure): Use the
On 22 August 2016 at 19:24, Prathamesh Kulkarni
wrote:
> On 22 August 2016 at 19:03, Martin Jambor wrote:
>> Hi,
>>
>> On Tue, Aug 16, 2016 at 06:34:48PM +0530, Prathamesh Kulkarni wrote:
>>> Thanks, I updated the patch to address these issues (attached).
>>> However the patch caused ICE during t
Dear All,
The attached fixes this problem, bootstraps and regtests on FC21/x86_64.
OK for 6-branch and trunk?
Paul
2016-08-24 Paul Thomas
PR fortran/77358
* resolve.c (resolve_fl_procedure): Use the correct gfc_charlen
for deferred character length module procedures.
2016-08-2
On Mon, Aug 22, 2016 at 5:28 PM, H.J. Lu wrote:
> On Mon, Aug 22, 2016 at 4:31 AM, Richard Biener
> wrote:
>> On Fri, Aug 19, 2016 at 4:45 PM, H.J. Lu wrote:
>>> On Fri, Aug 19, 2016 at 2:21 AM, Richard Biener
>>> wrote:
On Thu, Aug 18, 2016 at 5:16 PM, H.J. Lu wrote:
> On Thu, Aug 18
On 08/24/2016 04:02 AM, David Edelsohn wrote:
> This patch broke bootstrap on AIX. Stage1 GCC is miscompiled.
>
> Please revert this patch.
Done. Sorry for the breakage.
-Andreas-
On Sat, Jul 23, 2016 at 4:30 PM, Alexandre Oliva wrote:
> We used to emit, in debug information, the values bound to pointer to
> member function template parameters only when they were NULL or
> virtual member functions, because those can be represented with
> DW_AT_const_value.
>
> In order to r
On 23/08/16 12:05 +0100, Pedro Alves wrote:
On 08/23/2016 10:54 AM, Jonathan Wakely wrote:
That's being set by prettyprinters.exp and xmethods.exp (so it's GDB's
fault! ;-)
:-)
This seems to work. I'll do some more testing and commit later today.
LGTM.
Though IME, save/restoring globals
On 10/08/16 09:08, Andre Vieira (lists) wrote:
> On 09/08/16 17:47, Sandra Loosemore wrote:
>> On 08/09/2016 06:01 AM, Andre Vieira (lists) wrote:
>>> [snip]
>>>
>>> The documentation is in the ARMV8-M Security Extensions in: ARM®v8-M
>>> Security Extensions: Requirements on Development Tools docum
On 25/07/16 14:26, Andre Vieira (lists) wrote:
> This patch extends support for the ARMv8-M Security Extensions
> 'cmse_nonsecure_call' to use a new library function
> '__gnu_cmse_nonsecure_call'. This library function is responsible for
> (without using r0-r3 or d0-d7):
> 1) saving and clearing al
On 25/07/16 14:25, Andre Vieira (lists) wrote:
> This patch adds support for the ARMv8-M Security Extensions
> 'cmse_nonsecure_call' attribute. This attribute may only be used for
> function types and when used in combination with the '-mcmse'
> compilation flag. See Section 5.5 of ARM®v8-M Securit
On 25/07/16 14:28, Andre Vieira (lists) wrote:
> This patch adds support ARMv8-M's Security Extension's
> cmse_nonsecure_caller intrinsic. This intrinsic is used to check whether
> an entry function was called from a non-secure state.
> See Section 5.4.3 of ARM®v8-M Security Extensions: Requirement
On 25/07/16 14:23, Andre Vieira (lists) wrote:
> This patch extends support for the ARMv8-M Security Extensions
> 'cmse_nonsecure_entry' attribute to safeguard against leak of
> information through unbanked registers.
>
> When returning from a nonsecure entry function we clear all caller-saved
> r
On 25/07/16 14:21, Andre Vieira (lists) wrote:
> This patch adds support for the ARMv8-M Security Extensions
> 'cmse_nonsecure_entry' attribute. In this patch we implement the
> attribute handling and diagnosis around the attribute. See Section 5.4
> of ARM®v8-M Security Extensions
> (http://infoce
On 25/07/16 14:19, Andre Vieira (lists) wrote:
> This patch adds the support of the '-mcmse' option to enable ARMv8-M's
> Security Extensions and supports the following intrinsics:
> cmse_TT
> cmse_TT_fptr
> cmse_TTT
> cmse_TTT_fptr
> cmse_TTA
> cmse_TTA_fptr
> cmse_TTAT
> cmse_TTAT_fptr
> cmse_che
On Wed, Aug 24, 2016 at 12:18:17PM +0200, Marek Polacek wrote:
> When declaring something using an unsupported type specifier, such as __int128
> on 32-bit systems, or _Float128x, the error for the unsupported type is
> followed by a warning about the type defaulting to int.
>
> But for unsupporte
When declaring something using an unsupported type specifier, such as __int128
on 32-bit systems, or _Float128x, the error for the unsupported type is
followed by a warning about the type defaulting to int.
But for unsupported types this warning isn't useful. The problem was that for
these unsupp
On Mon, Aug 22, 2016 at 8:40 PM, Prasad Ghangal
wrote:
> On 22 August 2016 at 16:55, Trevor Saunders wrote:
>> On Sun, Aug 21, 2016 at 10:35:17PM +0530, Prasad Ghangal wrote:
>>> Hi all,
>>>
>>> As a part of my gsoc project. I have completed the following tasks:
>>>
>>> * Parsed gimple-expression
On 18/08/16 17:39, Jeff Law wrote:
On 08/10/2016 09:51 AM, Thomas Preudhomme wrote:
*** gcc/ChangeLog ***
2016-08-01 Thomas Preud'homme
* doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
MULTILIB_OPTIONS should be used. Small wording fixes.
* ge
On 24/08/16 09:13, Ramana Radhakrishnan wrote:
On 10/08/16 14:28, Thomas Preudhomme wrote:
Hi,
Mappings (MULTILIB_MATCHES and MULTILIB_REUSE) in ARM aprofile multilib suffer
from a number of issues:
* missing mapping of -mcpu=cortex-a7 to -march=armv7-a
You mean -march=armv7ve...
Yes in
Hello, gentle maintainer.
This is a message from the Translation Project robot. (If you have
any questions, send them to .)
A new POT file for textual domain 'gcc' has been made available
to the language teams for translation. It is archived as:
http://translationproject.org/POT-files/gcc-
On Wed, Aug 24, 2016 at 9:02 AM, Prasad Ghangal
wrote:
> On 23 August 2016 at 21:15, Prasad Ghangal wrote:
>> On 23 August 2016 at 02:56, David Malcolm wrote:
>>> On Tue, 2016-08-23 at 00:10 +0530, Prasad Ghangal wrote:
On 22 August 2016 at 16:55, Trevor Saunders
wrote:
> On Sun,
Hi,
This patch fixes a couple of testsuite failures for the avr target by
requiring int32plus support for zero_sign_ext_test.c, and explicitly
using __UINT32_TYPE__ instead of assuming 32 bit ints for pr71083.c
Regtested with avr and x86_64-pc-linux. Committed to trunk.
Regards
Senthil
On 24/08/16 00:18 -0700, Tim Shen wrote:
I didn't realized that we can actually escape a dash inside bracket
expression: R"([\-])", in which case the dash should be treated
literally.
With this patch applied I no longer get a match for:
regex_match("-", std::regex{"[a-]", std::regex_constants
On 10/08/16 14:28, Thomas Preudhomme wrote:
> Hi,
>
> Mappings (MULTILIB_MATCHES and MULTILIB_REUSE) in ARM aprofile multilib
> suffer from a number of issues:
>
> * missing mapping of -mcpu=cortex-a7 to -march=armv7-a
You mean -march=armv7ve...
> * typo on vfpv3-d16-fp16 (MULTILIB_MATCHES u
On 22/08/16 23:38 +0100, Jonathan Wakely wrote:
On 22/08/16 15:30 -0700, Mike Stump wrote:
On Aug 22, 2016, at 2:45 PM, Aditya Kumar wrote:
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/include/bits/algorithmfwd.h| 206 ++--
libstdc++-v3/include/b
On Wed, Aug 24, 2016 at 3:28 AM, David Malcolm wrote:
> Currently our diagnostics subsystem can emit fix-it hints
> suggesting edits the user can make to their code to fix warnings/errors,
> but currently the user must make these edits manually [1].
>
> The following patch kit adds two command-lin
Hi Jeff,
> > The following patch reverts to the old behaviour. I also removed misleading
> > comments and related logic that checks for the cached result. There might
> > be
> > other procedures with similar inconsistency but here I only modified the
> offending ones.
> Thanks. Given how much c
> On 08/23/2016 04:15 PM, Trevor Saunders wrote:
> >
> > I've certainly been tempted to take a stab at at least replacing the
> > expect stuff with something else, it drives me kind of crazy to see how
> > much testsuite time is spent running expect. Even if we can't do all of
> > it, the vast maj
I didn't realized that we can actually escape a dash inside bracket
expression: R"([\-])", in which case the dash should be treated
literally.
Tell me if you feel like we need more documentations. :P
Bootstrapped and tested on x86_64-linux-gnu.
Thanks!
--
Regards,
Tim Shen
commit 404a69b17f7fd
On 23 August 2016 at 21:15, Prasad Ghangal wrote:
> On 23 August 2016 at 02:56, David Malcolm wrote:
>> On Tue, 2016-08-23 at 00:10 +0530, Prasad Ghangal wrote:
>>> On 22 August 2016 at 16:55, Trevor Saunders
>>> wrote:
>>> > On Sun, Aug 21, 2016 at 10:35:17PM +0530, Prasad Ghangal wrote:
>>
>>
89 matches
Mail list logo