[Bug c/40023] type mismatch in address expression

2009-05-05 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-05-05 12:47 --- Confirmed. typedef __builtin_va_list va_list; typedef struct { va_list ap; } ScanfState; void GetInt(ScanfState *state, long llval) { *__builtin_va_arg(state->ap,long *) = llval; __builtin_va_end(state->

[Bug c/40023] type mismatch in address expression

2009-05-05 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-05-05 09:54 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40023

[Bug c/40023] type mismatch in address expression

2009-05-04 Thread happyarch at gmail dot com
--- Comment #1 from happyarch at gmail dot com 2009-05-05 06:40 --- Created an attachment (id=17801) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17801&action=view) .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40023