@@ -56,40 +56,40 @@ void f_a2(int b, vector int a);
56
56
vector int v = (vector int )(-1 );
57
57
58
58
// These should have errors on AIX and warnings otherwise.
59
- __vector long vv_l ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
59
+ __vector long vv_l ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
60
60
// aix-error@-1 {{cannot use 'long' with '__vector'}}
61
61
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
62
- __vector signed long vv_sl ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
62
+ __vector signed long vv_sl ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
63
63
// aix-error@-1 {{cannot use 'long' with '__vector'}}
64
64
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
65
- __vector unsigned long vv_ul ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
65
+ __vector unsigned long vv_ul ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
66
66
// aix-error@-1 {{cannot use 'long' with '__vector'}}
67
67
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
68
- __vector long int vv_li ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
68
+ __vector long int vv_li ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
69
69
// aix-error@-1 {{cannot use 'long' with '__vector'}}
70
70
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
71
- __vector signed long int vv_sli ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
71
+ __vector signed long int vv_sli ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
72
72
// aix-error@-1 {{cannot use 'long' with '__vector'}}
73
73
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
74
- __vector unsigned long int vv_uli ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
74
+ __vector unsigned long int vv_uli ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
75
75
// aix-error@-1 {{cannot use 'long' with '__vector'}}
76
76
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
77
- vector long v_l ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
77
+ vector long v_l ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
78
78
// aix-error@-1 {{cannot use 'long' with '__vector'}}
79
79
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
80
- vector signed long v_sl ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
80
+ vector signed long v_sl ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
81
81
// aix-error@-1 {{cannot use 'long' with '__vector'}}
82
82
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
83
- vector unsigned long v_ul ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
83
+ vector unsigned long v_ul ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
84
84
// aix-error@-1 {{cannot use 'long' with '__vector'}}
85
85
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
86
- vector long int v_li ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
86
+ vector long int v_li ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
87
87
// aix-error@-1 {{cannot use 'long' with '__vector'}}
88
88
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
89
- vector signed long int v_sli ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
89
+ vector signed long int v_sli ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
90
90
// aix-error@-1 {{cannot use 'long' with '__vector'}}
91
91
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
92
- vector unsigned long int v_uli ; // nonaix-warning {{Use of 'long' with '__vector' is deprecated}}
92
+ vector unsigned long int v_uli ; // nonaix-warning {{use of 'long' with '__vector' is deprecated}}
93
93
// aix-error@-1 {{cannot use 'long' with '__vector'}}
94
94
// novsx-error@-2 {{cannot use 'long' with '__vector'}}
95
95
0 commit comments