* gcc.c-torture/compile/
20080613-1.c (hop_sendmsg): Call
__builtin_memcpy instead of memcpy.
* gcc.c-torture/compile/complex-6.c (bar): Declare.
* gcc.c-torture/compile/pr23445.c (__brelse): Declare.
* gcc.c-torture/compile/pr23946.c (long2str): Declare.
(avi_parse_comments): Call __builtin_memset instead of
memset. __builtin_malloc instead of malloc. Call
__builtin_memcpy instead of memcpy. Call
__builtin_free instead of free.
* gcc.c-torture/compile/pr31953.c (toggle_hexedit_mode):
Add missing void return type.
* gcc.c-torture/compile/pr32372.c (MPV_encode_init): Add
missing void return type.
* gcc.c-torture/compile/pr32355.c (sigemptyset): Declare.
(doSignalsSetup): Add missing void return type.
* gcc.c-torture/compile/pr32453.c (__assert_fail): Declare.
* gcc.c-torture/compile/pr32571.c (mthca_is_memfree)
(mthca_arbel_fmr_unmap, mthca_tavor_fmr_unmap)
(mthca_unmap_fmr): Declare.
* gcc.c-torture/compile/pr32584.c (sortpin): Add missing
void types.
* gcc.c-torture/compile/pr32919.c (read_int, _itoa_word)
(__strnlen): Declare.
* gcc.c-torture/compile/pr33173.c (test_dir_format): Add
missing void return type. Add missing int types.
* gcc.c-torture/compile/pr33855.c (cabsl): Declare.
* gcc.c-torture/compile/pr34334.c (__strsep_1c)
(__strsep_2c): Add missing void return type.
* gcc.c-torture/compile/pr35006.c (grub_putchar)
(cl_set_pos, cl_print, grub_memmove, cl_delete): Declare.
(grub_cmdline_get): Add missing void return type.
* gcc.c-torture/compile/pr35595.c (__kernel_sinf):
Declare.
* gcc.c-torture/compile/pr35869.c (f): Add missing void
return type.
* gcc.c-torture/compile/pr36172.c (FcCharSetFreeze): Add
missing return value.
* gcc.c-torture/compile/pr36238.c (lshift_s_s): Declare.
* gcc.c-torture/compile/pr37207.c (func_81, func_98):
Declare.
* gcc.c-torture/compile/pr37258.c (mod_rhs, lshift_s_s)
(func_112, func_23): Declare.
* gcc.c-torture/compile/pr37305.c (safe_mod_u_u): Declare.
* gcc.c-torture/compile/pr37327.c (func_93, func_59)
(func_124, func_117, safe_add_uint64_t_u_u)
(safe_mul_int32_t_s_s): Declare.
* gcc.c-torture/compile/pr37387.c (FuncMakeConsequencesPres):
Call __builtin_abort instead of ErrorQuit.
* gcc.c-torture/compile/pr37432.c (print_wkb_bytes): Declare.
* gcc.c-torture/compile/pr37713.c (sdp_seq_alloc): Declare.
* gcc.c-torture/compile/pr39886.c (func): Declare.
* gcc.c-torture/compile/pr39941.c (stop): Declare.
* gcc.c-torture/compile/pr41016.c (CompareRNAStructures):
Call __builtin_abort instead of Die.
* gcc.c-torture/compile/pr42632.c (___pskb_trim): Add
forward declaration.
* gcc.c-torture/compile/pr49710.c (baz): Add forward
declaration and missing void types.
(bar): Add missing void type.
* gcc.c-torture/compile/pr52437.c (fn2): Declare.
* gcc.c-torture/compile/pr57441.c (func_1): Add missing void
return type.
* gcc.c-torture/compile/pr87110.c (struct d): Add missing
semicolon.
(g, h): Define as int.
(i): Add missing void types.
* gcc.c-torture/compile/pr87468.c (a): Define as int.
(e, f): Declare.
(b): Add missing void types.
* gcc.c-torture/execute/pr79043.c (ptr2): Use cast in
initializer.
(typepun): Add missing void return type.
(main): Add missing int return type and missing void type.
* gcc.dg/pr100349.c (b): Add missing void return type.
* gcc.dg/pr106189.c (T): Declare.
* gcc.dg/pr110777.c (_setjmp): Declare
* gcc.dg/pr45506.c (dynvec, relative_relocp, atexit): Declare.
(fini_array): Cast result of relative_relocp from int to int *.
* gcc.dg/pr97359.c: Compile with -Wno-pointer-to-int-cast.
(b): Cast point to int to avoid int-conversion warning.
* gcc.dg/uninit-pr78548.c: Call __builtin_printf instead
of printf.
* gcc.dg/torture/pr39829.c (f): Declare.
* gcc.dg/torture/pr44977.c (int329): Cast bar from pointer
to short.
* gcc.dg/torture/pr53703.c (ifa_sa_len): Declare.
(usagi_getifaddrs): Call __builtin_memset instead of memset
and __builtin_memcmp instead of memcmp.
* gcc.dg/torture/pr68625.c (z9): Explicitly cast
pointers to int.
* gcc.dg/torture/pr55964.c (f): Cast q to the expected type.
* gcc.dg/torture/pr70623.c (h9): Fix pointer cast in assignment
of av.
* gcc.dg/torture/pr81118.c (c): Return zero instead of
nothing.
* gcc.dg/torture/pr81510.c (e): Add cast from int to pointer.
* gcc.dg/torture/pr99694.c (d): Add missing casts between
pointers and integers.
* gcc.dg/tree-ssa/pr102563.c: Define as void (*) (void).
(_bdf_parse_glyphs_p): Define with prototype.
* gcc.dg/tree-ssa/pr92085-1.c (di): Add cast to initialization
of fq.
* gcc.dg/tree-ssa/pr92085-2.c (c1): Add casts to
initializations of th, lq.
* gcc.dg/tree-ssa/reassoc-43.c
(c_parser_next_token_is_keyword, chainon)
(c_parser_attributes): Declare.
* gcc.dg/tree-ssa/split-path-4.c (powi_lookup_cost): Declare.
(powi_cost): Add missing void return type.
* gcc.dg/tree-ssa/split-path-6.c (strtosichar)
(ichartosstr, treeinsert, stop, __srget_r): Declare
(givehelp, oof, lookharder): Convert to prototypes.
* gcc.target/i386/pr71621-1.c (y8): Cast to expected
pointer type in assignment of t6.
* gcc.target/i386/pr79571.c (g): Add missing int type.
(j): Add missing void types and pointer cast.
* gcc.target/i386/pr87246.c (s2): Add cast from integer
to pointer type.
* gcc.target/i386/pr87759.c (rc): Cast to the expected
pointer time in initialization of ar.
* gcc.target/i386/pr99454.c (tg3_start_xmit): Add
missing cast from int to int *.
inline struct cmsghdr * cmsg_put(struct cmsghdr *cm, int type, void *data, size_t len)
{
- memcpy(((cm)->__cmsg_data), data, len);
+ __builtin_memcpy(((cm)->__cmsg_data), data, len);
}
int hop_sendmsg(int fd) {
/* { dg-require-effective-target indirect_jumps } */
long buf[10];
+void bar (void);
int foo()
{
struct buffer_head {
char *b_data;
};
+ void __brelse(struct buffer_head *);
void asfs_deletebnode( struct buffer_head *bhsec) {
if (bhsec == 0) {
void *bnc2 = (void *) bhsec->b_data;
-
+void long2str (const char *, int);
extern int foo (void);
int
if (fd <= 0 || !buf || space_left <= 0)
return -1;
- memset (buf, 0, space_left);
+ __builtin_memset (buf, 0, space_left);
readlen = foo ();
- if (!(data = malloc (readlen * sizeof (char) + 1)))
+ if (!(data = __builtin_malloc (readlen * sizeof (char) + 1)))
return -1;
c = data;
return len;
- memcpy (buf + len, c, 4);
+ __builtin_memcpy (buf + len, c, 4);
len += 4;
len += 4;
- memcpy (buf + len, d, k);
+ __builtin_memcpy (buf + len, d, k);
*(buf + len + k + 1) = '\0';
}
}
- free (data);
+ __builtin_free (data);
return len;
}
{
int hexedit_mode:1;
};
+void
toggle_hexedit_mode (struct WView *view)
{
if (view->hexedit_mode)
__sigset_t sa_mask;
int sa_flags;
};
+void sigemptyset (__sigset_t *);
+void
doSignalsSetup (void)
{
static const int signals[] = {
int h263_aic;
}
MpegEncContext;
+void
MPV_encode_init (AVCodecContext *avctx)
{
MpegEncContext *s = avctx->priv_data;
+void __assert_fail (void);
void ucs2reverse_internal_loop_single (long *irreversible, int foo)
{
unsigned char bytebuf[2];
const struct ib_fmr *__mptr = (ibmr);
return (struct mthca_fmr *)( (char *)__mptr );
}
+int mthca_is_memfree(void);
+void mthca_arbel_fmr_unmap (struct mthca_fmr *);
+void mthca_tavor_fmr_unmap (struct mthca_fmr *);
void mthca_unmap_fmr(struct list_head *fmr_list)
{
struct ib_fmr *fmr;
CHANGRDBOX ;
extern int numcells ;
extern int numterms ;
-sortpin()
+void
+sortpin(void)
{
int j , n , cell ;
CBOXPTR ptr ;
/* { dg-require-effective-target indirect_jumps } */
/* { dg-require-effective-target label_values } */
+void read_int (char **);
+void _itoa_word (char);
+void __strnlen (void);
+
void _IO_vfprintf_internal ( char *f )
{
static const void *const step0_jumps[] = { &&do_form_unknown, &&do_flag_plus, &&do_form_float };
char status_tag[32];
}
tor_version_t;
+void
test_dir_format (void)
{
tor_version_t ver1;
char
*)
(v2);
- register
+ register int
__result
=
(((__const unsigned char *) (__const char *) (v1))[0] - __s2[0]); if (__s1_len > 0 && __result == 0)
(__const
char
*)
- (__const
+ (__const int
*)
(v1);
- register
+ register int
__result
=
((__const unsigned char *) (__const char *) (v2))[0]; if (__s2_len > 0 && __result == 0)
v2))));}
))
{
- printf (".");
+ __builtin_printf (".");
}
}
}
_Complex long double *vqd;
} vsorc_t;
vsorc_t vsorc;
+long double cabsl(_Complex long double);
void foo(int next_job, int ain_num, int iped, long t) {
long double zpnorm;
typedef struct __locale_struct { } *__locale_t;
extern int getaddrinfo (__const char *__restrict __name, struct addrinfo **__restrict __pai);
typedef struct _IO_FILE FILE;
-__strsep_1c (char **__s, char __reject) { }
-__strsep_2c (char **__s, char __reject1, char __reject2) { }
+void __strsep_1c (char **__s, char __reject) { }
+void __strsep_2c (char **__s, char __reject1, char __reject2) { }
typedef struct stack_st { } STACK;
typedef struct asn1_string_st ASN1_BIT_STRING;
typedef struct bn_mont_ctx_st BN_MONT_CTX;
/* { dg-require-effective-target alloca } */
typedef unsigned long grub_uint64_t;
typedef grub_uint64_t grub_size_t;
+void grub_putchar (char);
+void cl_set_pos (void);
+void cl_print (grub_size_t, char);
+void grub_memmove (void);
+void cl_delete (grub_size_t);
+void
grub_cmdline_get (unsigned max_len, int echo_char)
{
unsigned xpos, ypos, ystart;
static const float two23 = 8.3886080000e+06;
static const float pi = 3.1415927410e+00;
static const float zero = 0.0000000000e+00;
+float __kernel_sinf (float, float, int);
static float
sin_pif (float x)
{
return 0;
}
-extern f(const char*);
+extern void f(const char*);
void g() {
struct texture_stage_op op[8];
if (hash)
a = b;
if (!a)
- return;
+ return 0;
}
return (__SIZE_TYPE__) fcs;
}
const volatile uint32_t g_258 = 0x63AFEBCAL;
int32_t func_11;
int32_t func_29;
+int lshift_s_s (int32_t, int32_t);
int32_t
func_5 (int32_t p_6, int32_t p_8, uint16_t p_10)
{
+int func_81 (int);
+void func_98 (int);
+
void
func_18 ( int t )
{
int32_t func_99 (int16_t p_100, int32_t p_101, int32_t p_102, int32_t p_103,
int64_t p_105, int32_t p_106, int32_t p_107, int16_t p_108,
int16_t p_109);
+int mod_rhs (int64_t);
+int lshift_s_s (int, int);
+int func_112 (long ing, unsigned int);
+void func_23 (int32_t, int);
+long int func_82 (int, int, int64_t, int, int16_t, int, int);
int32_t
func_77 (int64_t p_79)
{
typedef int int32_t;
typedef unsigned int uint32_t;
+int safe_mod_u_u (unsigned int, unsigned int);
static inline int
safe_add_s_s (int si1, int si2)
{
return l_23;
}
+int func_93 (int);
+int func_59 (uint32_t, ...);
+int func_124 (uint32_t, long int, int, uint32_t, int, uint32_t, int);
+void func_117 (int, int, int, int);
+int safe_add_uint64_t_u_u (uint32_t, unsigned long long int);
+int safe_mul_int32_t_s_s (int, int);
+
uint32_t
func_26 (uint16_t p_27)
{
int b = 0;
if (! ( 13 <= ( c ? 0 : (((int) objDefs1 & 0x02) ? 0 : *objDefs1 ))
&& b <= 0))
- ErrorQuit ();
+ __builtin_abort ();
}
+void print_wkb_bytes (unsigned char *, int, int);
static void print_wkb_byte(unsigned char val) {
print_wkb_bytes((unsigned char *)&val, 1, 1);
}
+void sdp_seq_alloc (void **);
void add_opush(void)
{
unsigned char formats[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0xff };
/* PR middle-end/39886 */
int foo (int);
+void func (int);
volatile unsigned char g;
typedef void (*entry_func) (void) __attribute__ ((noreturn));
extern entry_func entry_addr;
+void stop (void);
static void bsd_boot_entry (void)
{
stop ();
}
if (((int) pairs % 2 != 0) || ((int) pairs_true % 2 != 0)
|| ((int) agree % 2 != 0))
- Die ("Error in CompareRNAStrutures(); odd number of paired nucleotides\n");
+ __builtin_abort ();
}
+int ___pskb_trim(void);
static inline __attribute__((always_inline)) int
__pskb_trim(void)
{
int a, b, c, d;
+void baz (void);
static void
foo (int *x)
}
static void
-bar ()
+bar (void)
{
foo (0);
foo (0);
;
}
-baz ()
+void
+baz (void)
{
for (; a;)
bar ();
/* PR target/52437 */
int f, g, i, j;
+void fn2 (void);
void
fn1 ()
}
void func_65 ();
+void
func_1 ()
{
func_65 ();
enum a { b, c };
struct d {
_Bool e;
- enum a f
+ enum a f;
};
-g, h;
-i() {
+int g, h;
+void
+i(void) {
struct d j[h];
j[0] = (struct d){.f = c};
for (; g;)
-a;
-b() {
+int a;
+int e(void);
+void f(void);
+void b(void) {
int c = 1;
for (; c <= 3;) {
int d = e() && !0;
int val;
int *ptr = &val;
-float *ptr2 = &val;
+float *ptr2 = (float *) &val;
-static
+static void
__attribute__((always_inline, optimize ("-fno-strict-aliasing")))
typepun ()
{
*ptr2=0;
}
-main()
+int
+main(void)
{
*ptr=1;
typepun ();
// { dg-do compile }
-// { dg-options "-O2 -w" }
+// { dg-options "-O2" }
#include <stdint.h>
uint8_t a;
+void
b(int8_t c) {
int d;
e:
/* { dg-options "-O2 -Warray-bounds=2 -w" } */
int a_n_0_0_a[][0];
+void T(int);
void a_n_0_0() { T(((char *)a_n_0_0_a)[1]); }
/* { dg-options "-O3 -w" } */
void pm_message (int);
+void _setjmp (void);
int *findOrAddBackgroundInPalette_palette_pnm;
static void findOrAddBackgroundInPalette(unsigned *paletteSizeP,
int *backgroundIndexP) {
static uintptr_t ldd(void *frame) __attribute__((__used__));
static list_head_t *_dl_all_objects_ptr;
+int dynvec(struct object *, int);
+int relative_relocp(struct object *);
static void fini_array(struct object *const obj) {
if ((dynvec(obj,(unsigned)26)) != ((Elf32_Word)-1)) {
unsigned i;
const unsigned funcs = (dynvec(obj,(unsigned)28)) / 4;
const Elf32_Word fa = (dynvec(obj,(unsigned)26));
- const int *const p = relative_relocp(obj);
+ const int *const p = (int *) relative_relocp(obj);
for (i = (funcs ? (funcs - 1) : 0U); i != 0U; i--) {
void (*const func)(void) = (void *) p[i];
(*func)();
((o)) = ((void *)(((list_head_t *)((o)))->next)))
fini_array (o->object);
}
+void atexit(void (*)(void));
static uintptr_t ldd (void *frame) {
atexit(_do_exit_fini);
}
/* { dg-do compile } */
-/* { dg-options "-O2 -w" } */
+/* { dg-options "-O2 -Wno-pointer-to-int-cast" } */
typedef unsigned int uint32_t;
int a;
void b(uint32_t c) {
uint32_t *d = &c;
for (; a;)
- for (;; (*d %= a) / (*d > 1 > (c > 0)) ?: d)
+ for (;; (*d %= a) / (*d > 1 > (c > 0)) ?: (int) d)
;
}
/* { dg-do compile } */
/* { dg-options "-w" } */
+void f (long);
+
void foo (void * DAG_temp117584)
{
char uA;
{
short l_85;
lbl_89:g_67 ^= l_85;
- for (l_85 = 0; l_85 >= 0; l_85 = bar)
+ for (l_85 = 0; l_85 >= 0; l_85 = (short) bar)
if (g_31)
goto lbl_89;
func_90 (1), g_68[0][2][2][0][0].f3, 0;
int address_len;
int local_len;
};
+int ifa_sa_len (int, int);
int usagi_getifaddrs (struct ifaddrs **ifap)
{
struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm;
struct rtattr *rta;
sa_family_t nlm_family = 0;
uint32_t nlm_scope = 0, nlm_index = 0;
- memset (&ifamap, 0, sizeof (ifamap));
+ __builtin_memset (&ifamap, 0, sizeof (ifamap));
switch (nlh->nlmsg_type)
{
case RTM_NEWLINK:
}
if (ifamap.address_len != ifamap.local_len
|| (ifamap.address != ((void *)0)
- && memcmp (ifamap.address, ifamap.local,
- ifamap.address_len)))
+ && __builtin_memcmp (ifamap.address, ifamap.local,
+ ifamap.address_len)))
{
if (!build)
dlen += (((ifa_sa_len (nlm_family,
if((b %= 0) * (b ? 0 : a) - 1 && (u /= 0))
{
- int *q = &u, **k = q;
+ int *q = &u, **k = (int **) q;
goto lbl1;
lbl2:
lbl3:
void
z9(void)
{
- int pz, oi, vz, yp, zi, hd, pw, gr, w9 = 0, j0 = -1, rb = &w9;
+ int pz, oi, vz, yp, zi, hd, pw, gr, w9 = 0, j0 = -1, rb = (int) &w9;
int *lr;
while (w9 < 1) {
lr++;
**dp = 1;
while (**dp)
if (++oi) {
- int mq = dp;
+ int mq = (int) dp;
j0 = 1;
while (pw < 1) {
if (++rb && mq)
}
}
while (wk < 3) {
- av = **ptr_10;
+ av = (int *) **ptr_10;
++wk;
}
}
for (; d; d++)
if (a[d])
if (b)
- return;
+ return 0;
else if (d >= e)
return 0;
}
for (;;)
if (g)
for (; b; b++) {
- g = c;
+ g = (f *) c;
if (a &= c) {
d *j = &b;
h k;
j:
**l = 0;
}
- *i = c;
+ *i = (int32_t *) c;
}
}
- uint16_t i = &e;
+ uint16_t i = (uint16_t) &e;
b = i / 0;
goto j;
}
// { dg-do compile }
// { dg-options "-O2 -w" }
-int _bdf_parse_glyphs_bp;
+void (*_bdf_parse_glyphs_bp) (void);
long _bdf_parse_glyphs_nibbles;
-void _bdf_parse_glyphs_p()
+void _bdf_parse_glyphs_p(void)
{
long p_2;
if ((int) &y9 != 0)
{
int py;
- int **fq = &py;
+ int **fq = (int **) &py;
while (qw < 1)
{
c1 (int oz, int dk, int ub)
{
int *hd = 0;
- long int *th = &dk;
+ long int *th = (long int *) &dk;
while (ub < 1)
{
while (oz < 2)
{
- long int *lq = &oz;
+ long int *lq = (long int *) &oz;
(*hd < (*lq = *th)) < oz;
short tokens_avail;
}
c_parser;
+int c_parser_next_token_is_keyword (c_parser *, enum rid);
+tree chainon (int, tree);
+int c_parser_attributes (c_parser *);
__inline__ c_token *
c_parser_peek_token (c_parser * parser)
{
/* Note: Threader causes the infinite loop in val & 1 sooner. */
+unsigned long powi_lookup_cost (unsigned long, unsigned char *);
+
+void
powi_cost (long n)
{
unsigned char cache[256];
extern char contextbufs[10][1024];
extern int contextoffset;
extern int sflag;
+int strtosichar (char *, int);
+int ichartosstr (int, int);
+void treeinsert (int, int, int);
+void stop(void);
+int __srget_r (struct _reent *, __FILE *);
void
-givehelp (interactive)
- int interactive;
+givehelp (int interactive)
{
if (interactive)
{
}
}
-oof ()
+void
+oof (void)
{
int bufsize;
int hadnl;
}
void
-lookharder (string)
- char *string;
+lookharder (char *string)
{
register char *g;
register char *s;
L0:
if ( e ) goto L1;
b = c & d || a;
- if ( !c ) printf ( "", ( long long ) main_f );
+ if ( !c ) __builtin_printf ( "", ( long long ) main_f );
if ( d || !c ) {
- printf ( "%llu\n", ( long long ) main );
+ __builtin_printf ( "%llu\n", ( long long ) main );
goto L2;
}
unsigned g = b;
gv |= sy ? 0 : v4;
if (gv != 0)
++gv;
- t6 = &cn;
+ t6 = (int **) &cn;
if (gv != 0)
*t6 = 0;
}
{
struct d *d
} i;
-g;
-j ()
+int g;
+void
+j (void)
{
unsigned a = g;
- i = (struct fd){a & 3};
+ i = (struct fd){(struct d *) (a & 3)};
struct fd f = i;
h = f.d->e;
}
void
lt (unsigned int vb)
{
- s2 (vb + 1);
+ s2 ((__int128 *) (vb + 1));
}
for (;;)
{
- unsigned __int128 *ar = &cc;
+ unsigned __int128 *ar = (unsigned __int128 *) &cc;
int y5;
if (oi != 0)
int
tg3_start_xmit() {
- int *tp = netdev_priv();
+ int *tp = (int *) netdev_priv();
int mss, tnapi;
struct iphdr *iph;
tnapi = mss = ((struct skb_shared_info *)0)->gso_size;