This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, testsuite]: Cleanup dumps



On 29/05/15 09:21, Bernhard Reutner-Fischer wrote:
On 31 January 2015 at 22:10, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
On January 31, 2015 9:17:57 PM GMT+01:00, Mike Stump <mikestump@comcast.net> wrote:
On Jan 31, 2015, at 11:50 AM, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
On January 31, 2015 10:53:39 AM GMT+01:00, Uros Bizjak
<ubizjak@gmail.com> wrote:
Hello!
Reminds me of just auto-wiping dump files:
https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02506.html
Mike, WDYT?
Ok.

My only concern of speed isnât founded, as you stated it was faster to
scan the flags.

I think Iâm fine with it going in now, but, if you do, you have to
watch for and resolve any fallout.  Watch for RM comments, Iâd defer to
them on timing.

If you want to wait until stage 1, thatâs fine too.
I'd only want that to go in in stage 1.
I have applied this now as r223858.
Please CC me on fallout.
Hi Bernhard,

You asked to be CC'ed ;)
Applied this as obvious with r223864 to.

Kyrill


2015-05-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

    * gcc.target/aarch64/vdup_lane_2.c: Close comment on final line.


Thanks,


diff --git a/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c b/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
index e87d780..a49db3e 100644
--- a/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
+++ b/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
@@ -338,5 +338,5 @@ main ()
 
 /* Asm check for vdupd_lane_f64, vdupd_lane_s64, vdupd_lane_u64.  */
 /* Attempts to make the compiler generate vdupd are not practical.  */
-/* { dg-final { scan-assembler-not "dup\\td\[0-9\]+, v\[0-9\]+\.d\\\[0\\\]" } }
+/* { dg-final { scan-assembler-not "dup\\td\[0-9\]+, v\[0-9\]+\.d\\\[0\\\]" } } */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]