[Bug c/36914] va_list is treatead as an array when complied in 64bits

2008-07-24 Thread schwab at suse dot de
--- Comment #3 from schwab at suse dot de 2008-07-24 08:29 --- va_list can be any object type, including an array. -- schwab at suse dot de changed: What|Removed |Added

[Bug c/36914] va_list is treatead as an array when complied in 64bits

2008-07-23 Thread fede dot naum at gmail dot com
--- Comment #2 from fede dot naum at gmail dot com 2008-07-24 05:06 --- Created an attachment (id=15947) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15947&action=view) Preprocessed file test1.i The preprocessed file after running gcc -v -save-temps -m64 -Wall test1.c -o test1.o

[Bug c/36914] va_list is treatead as an array when complied in 64bits

2008-07-23 Thread fede dot naum at gmail dot com
--- Comment #1 from fede dot naum at gmail dot com 2008-07-24 05:04 --- Created an attachment (id=15946) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15946&action=view) source file The source file containing the piece of code that is not able to compile in 64bits -- http://g