File tree 6 files changed +6
-10
lines changed
6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
//@ known-bug: #113280
2
+ //@ only-x86_64
2
3
3
4
#![ feature( dyn_star, pointer_like_trait) ]
4
5
#![ allow( incomplete_features) ]
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #121444
2
2
//@ compile-flags: -Copt-level=0
3
3
//@ edition:2021
4
+ //@ only-x86_64
5
+ //@ ignore-windows
4
6
#[ repr( align( 536870912 ) ) ]
5
7
pub struct A ( i64 ) ;
6
8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #123077
2
+ //@ only-x86_64
2
3
use std:: arch:: x86_64:: { __m128, _mm_blend_ps} ;
3
4
4
5
pub fn sse41_blend_noinline ( ) -> __m128 {
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #23707
2
2
//@ compile-flags: -Copt-level=0 --edition=2021
3
-
3
+ //@ only-x86_64
4
4
#![ recursion_limit="2048" ]
5
5
6
6
use std:: marker:: PhantomData ;
Original file line number Diff line number Diff line change 1
1
//@ compile-flags: -g -Copt-level=0
2
2
//@ known-bug: #34127
3
+ //@ only-x86_64
3
4
4
5
pub fn main ( ) {
5
6
let _a = [ ( ) ; 1 << 63 ] ;
You can’t perform that action at this time.
0 commit comments