Commit fa8a398e by Aldy Hernandez Committed by Aldy Hernandez

re PR middle-end/49875 (FAIL: c-c++-common/cxxbitfields-4.c)

       PR middle-end/49875
        * c-c++-common/cxxbitfields-4.c: Check for smaller than long
        moves.
        * c-c++-common/cxxbitfields-5.c: Same.

From-SVN: r176848
parent fa459900
2011-07-27 Aldy Hernandez <aldyh@redhat.com>
PR middle-end/49875
* c-c++-common/cxxbitfields-4.c: Check for smaller than long
moves.
* c-c++-common/cxxbitfields-5.c: Same.
2011-07-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2011-07-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* lib/target-supports.exp (check_effective_target_mmap): Use * lib/target-supports.exp (check_effective_target_mmap): Use
......
...@@ -15,4 +15,4 @@ void update_c(struct bits *p, int val) ...@@ -15,4 +15,4 @@ void update_c(struct bits *p, int val)
p -> c = val; p -> c = val;
} }
/* { dg-final { scan-assembler-not "movl" } } */ /* { dg-final { scan-assembler "mov\[bw\]" } } */
...@@ -26,4 +26,4 @@ void foo() ...@@ -26,4 +26,4 @@ void foo()
p -> c = 55; p -> c = 55;
} }
/* { dg-final { scan-assembler-not "movl\t\\(" } } */ /* { dg-final { scan-assembler "mov\[bw\]" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment