Re: C++ va_list wromng code generation in class::method(...,va_list args) only

2012-03-31 Thread Mikael Pettersson
Bernd Roesch writes: > hello > > there is a C++ game called dunelegacy which work on other GCC architecture ok > On G++ 68k it compile ok, but produce wrong code, because there seem > something diffrent in > va_list. The value of > SDL_RWops is transfer wrong. > > I do not understand wh

C++ va_list wromng code generation in class::method(...,va_list args) only

2012-03-30 Thread Bernd Roesch
hello there is a C++ game called dunelegacy which work on other GCC architecture ok On G++ 68k it compile ok, but produce wrong code, because there seem something diffrent in va_list. The value of SDL_RWops is transfer wrong. I do not understand what backend problem is possible to cause this. Pl