Re: gcc 3.4 and 4.0 -- setjmp forbids inlining

2005-09-23 Thread Loïc Minier
Hi, On Sat, Sep 17, 2005, Loïc Minier wrote: Why does setjmp() forbid inlinging under sparc only? Should I use gcc 3.3 under sparc? Or should I remove -Werror? Is there a way to use -Wall except -Winline? For now, mpeg2dec builds with gcc-3.3 under sparc. However, responses

gcc 3.4 and 4.0 -- setjmp forbids inlining

2005-09-17 Thread Loïc Minier
Hi, I'm investigating on mpeg2dec build failures[1], and it seems the source can only be built perfectly with gcc-3.3. gcc-3.4 and gcc-4.0 cause FTBFS. The package was only ever built with 3.3.4 in Debian, but upstream has used gcc 3.X until 3.4 inclusive to develop libmpeg2.