[Bug target/24306] va_arg gets confused when skipping over certain zero-sized types

2005-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-11 13:34 --- Hmm, this works for me with todays' compiler: earth:~gcc t.c -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: /home/peshtigo/pinskia/src/gnu/gcc/src/configure --target=i686-pc-linux-gnu

[Bug target/24306] va_arg gets confused when skipping over certain zero-sized types

2005-10-11 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-10-11 14:02 --- gcc version 4.1.0 20051010 (experimental) I managed to work out that you need to add -msse to trigger the bug. -- bje at gcc dot gnu dot org changed: What|Removed |Added