[PATCH][ARM] Fix thumb-bitfld1.c testcase.

Alex Velenko alex.velenko@arm.com
Tue Jul 21 14:01:00 GMT 2015


Hi,

This patch fixes testcase thumb-bitfld1.c to be compiled without specifying C
standard.

Is patch ok for trunk and fsf-5?

gcc/testsuite

2015-07-21  Alex Velenko  <Alex.Velenko@arm.com>

        * gcc.target/arm/thumb-bitfld1.c (foo): Return type fixed.
---
 gcc/testsuite/gcc.target/arm/thumb-bitfld1.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c b/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
index ee39887..37630f1 100644
--- a/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
+++ b/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
@@ -10,6 +10,8 @@ struct foo
   unsigned b28 : 1;
   unsigned rest : 28;
 };
+
+unsigned
 foo(a)
      struct foo a;
 {
-- 
1.8.1.2



More information about the Gcc-patches mailing list