annotate gcc/testsuite/gcc.dg/vmx/1b-06-ansi.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* { dg-do compile } */
kono
parents:
diff changeset
2 /* { dg-options "-ansi -maltivec" } */
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 #include <altivec.h>
kono
parents:
diff changeset
5 vector char bool _4 ;
kono
parents:
diff changeset
6 vector char unsigned _31 ;
kono
parents:
diff changeset
7 vector char signed _59 ;
kono
parents:
diff changeset
8 /* bool is permitted in the predefine method, as it is expanded
kono
parents:
diff changeset
9 unconditionally to int. */
kono
parents:
diff changeset
10 bool _84 ;
kono
parents:
diff changeset
11 vector pixel _89 ;
kono
parents:
diff changeset
12 vector int bool _95 ;
kono
parents:
diff changeset
13 vector short bool _102 ;
kono
parents:
diff changeset
14 vector unsigned int _122 ;
kono
parents:
diff changeset
15 vector unsigned short _129 ;
kono
parents:
diff changeset
16 vector signed int _150 ;
kono
parents:
diff changeset
17 vector signed short _157 ;
kono
parents:
diff changeset
18 vector int bool _179 ;
kono
parents:
diff changeset
19 vector int short bool _186 ;
kono
parents:
diff changeset
20 vector unsigned int _206 ;
kono
parents:
diff changeset
21 vector int unsigned short _213 ;
kono
parents:
diff changeset
22 vector signed int _234 ;
kono
parents:
diff changeset
23 vector int signed short _241 ;
kono
parents:
diff changeset
24 vector float _339 ;