Home
last modified time | relevance | path

Searched refs:if2 (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/test/regress/sql/
H A Dinsert.sql46 create type insert_test_type as (if1 int, if2 text[]);
58 insert into inserttest (f3.if1, f3.if2) select 3, '{baz,quux}';
61 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar');
62 insert into inserttest (f3.if2[1], f3.if2[2]) values ('foo', 'bar'), ('baz', 'quux');
63 insert into inserttest (f3.if2[1], f3.if2[2]) select 'bear', 'beer';
65 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar');
66 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) values ('foo', 'bar'), ('baz', 'quux');
67 insert into inserttest (f4[1].if2[1], f4[1].if2[2]) select 'bear', 'beer';
74 insert into inserttest (f3.if2[1], f3.if2[2])
77 insert into inserttest (f4[1].if1, f4[1].if2[2])
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/fixed-point/
H A DWbad-function-cast-1.c8 char if2(void);
159 …(short _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
160 …(_Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Frac… in FUNC()
161 …(long _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
164 …(unsigned _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
168 …(_Sat _Fract)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
175 …(short _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type … in FUNC()
176 …(_Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '_Accu… in FUNC()
177 …(long _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching type '… in FUNC()
180 …(unsigned _Accum)if2(); /* { dg-warning "cast from function call of type 'char' to non-matching ty… in FUNC()
[all …]

12345678910>>...42