We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e14e1c commit ea377a6Copy full SHA for ea377a6
gcc/testsuite/ChangeLog
@@ -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
6
2017-11-19 Jan Hubicka <[email protected]>
7
8
PR ipa/81360
gcc/testsuite/gcc.target/i386/pr82281.c
@@ -0,0 +1,6 @@
+/* { dg-do compile } */
+/* { dg-options "-O3 -m32" } */
+long long test_and(long long x) {
+ return x & 0x77ffffffffULL;
+}
+/* { dg-final { scan-assembler-not "xmm" } } */
0 commit comments