Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-05 Thread Andreas Schwab
Kyrill Tkachov kyrylo.tkac...@arm.com writes: diff --git a/gcc/testsuite/gcc.target/aarch64/target_attr_1.c b/gcc/testsuite/gcc.target/aarch64/target_attr_1.c new file mode 100644 index 000..72d0838 --- /dev/null +++ b/gcc/testsuite/gcc.target/aarch64/target_attr_1.c @@ -0,0 +1,12 @@

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-05 Thread Kyrill Tkachov
On 05/08/15 10:03, Andreas Schwab wrote: Kyrill Tkachov kyrylo.tkac...@arm.com writes: diff --git a/gcc/testsuite/gcc.target/aarch64/target_attr_1.c b/gcc/testsuite/gcc.target/aarch64/target_attr_1.c new file mode 100644 index 000..72d0838 --- /dev/null +++

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-05 Thread Andreas Schwab
Kyrill Tkachov kyrylo.tkac...@arm.com writes: On 05/08/15 10:03, Andreas Schwab wrote: Kyrill Tkachov kyrylo.tkac...@arm.com writes: diff --git a/gcc/testsuite/gcc.target/aarch64/target_attr_1.c b/gcc/testsuite/gcc.target/aarch64/target_attr_1.c new file mode 100644 index 000..72d0838

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-05 Thread Kyrill Tkachov
On 05/08/15 15:27, Andreas Schwab wrote: Kyrill Tkachov kyrylo.tkac...@arm.com writes: On 05/08/15 10:03, Andreas Schwab wrote: Kyrill Tkachov kyrylo.tkac...@arm.com writes: diff --git a/gcc/testsuite/gcc.target/aarch64/target_attr_1.c b/gcc/testsuite/gcc.target/aarch64/target_attr_1.c

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-05 Thread James Greenhalgh
On Mon, Aug 03, 2015 at 12:32:15PM +0100, James Greenhalgh wrote: On Fri, Jul 24, 2015 at 09:40:28AM +0100, Kyrill Tkachov wrote: On 21/07/15 18:14, James Greenhalgh wrote: On Thu, Jul 16, 2015 at 04:21:15PM +0100, Kyrill Tkachov wrote: Hi all, These are the tests for target

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-08-03 Thread James Greenhalgh
On Fri, Jul 24, 2015 at 09:40:28AM +0100, Kyrill Tkachov wrote: On 21/07/15 18:14, James Greenhalgh wrote: On Thu, Jul 16, 2015 at 04:21:15PM +0100, Kyrill Tkachov wrote: Hi all, These are the tests for target attributes and pragmas. I've tried to test for the inlining rules, some of

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-07-24 Thread Kyrill Tkachov
On 21/07/15 18:14, James Greenhalgh wrote: On Thu, Jul 16, 2015 at 04:21:15PM +0100, Kyrill Tkachov wrote: Hi all, These are the tests for target attributes and pragmas. I've tried to test for the inlining rules, some of the possible errors and the preprocessor macros changed from target

Re: [PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-07-21 Thread James Greenhalgh
On Thu, Jul 16, 2015 at 04:21:15PM +0100, Kyrill Tkachov wrote: Hi all, These are the tests for target attributes and pragmas. I've tried to test for the inlining rules, some of the possible errors and the preprocessor macros changed from target pragmas. Ok for trunk? Mechanical changes

[PATCH][AArch64][12/14] Target attributes and target pragmas tests

2015-07-16 Thread Kyrill Tkachov
Hi all, These are the tests for target attributes and pragmas. I've tried to test for the inlining rules, some of the possible errors and the preprocessor macros changed from target pragmas. Ok for trunk? Thanks, Kyrill 2015-07-16 Kyrylo Tkachov kyrylo.tkac...@arm.com *