Skip to content

Commit ea377a6

Browse files
author
hubicka
committed
PR target/82281
* gcc.target/i386/pr82281.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254939 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 5e14e1c commit ea377a6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

gcc/testsuite/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-11-19 Jan Hubicka <[email protected]>
2+
3+
PR target/82281
4+
* gcc.target/i386/pr82281.c: New testcase.
5+
16
2017-11-19 Jan Hubicka <[email protected]>
27

38
PR ipa/81360
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* { dg-do compile } */
2+
/* { dg-options "-O3 -m32" } */
3+
long long test_and(long long x) {
4+
return x & 0x77ffffffffULL;
5+
}
6+
/* { dg-final { scan-assembler-not "xmm" } } */

0 commit comments

Comments
 (0)