Bug#624854: gcc-4.6: inlining issues when __attribute__((flatten)) is used

2011-05-02 Thread Pierre Habouzit
Package: gcc-4.6 Version: 4.6.0-6 Severity: important gcc-4.6 has a regression wrt flattening (__attribute__((flatten))) that makes it disregard the fact that some functions aren't inlineable. This causes build failures if you call functions with va_args (this is PR#48731 upstream). It also

Bug#624854: gcc-4.6: inlining issues when __attribute__((flatten)) is used

2011-05-02 Thread Matthias Klose
On 05/02/2011 10:35 AM, Pierre Habouzit wrote: Package: gcc-4.6 Version: 4.6.0-6 Severity: important The bug is fixed upstream please backport it, it's r172963 in the gcc-4.6 branch. 4.6.0-6 is based on r173059. what are you testing? -- To UNSUBSCRIBE, email to

Bug#624854: gcc-4.6: inlining issues when __attribute__((flatten)) is used

2011-05-02 Thread Pierre Habouzit
On Mon, May 02, 2011 at 11:28:45AM +0200, Matthias Klose wrote: On 05/02/2011 10:35 AM, Pierre Habouzit wrote: Package: gcc-4.6 Version: 4.6.0-6 Severity: important The bug is fixed upstream please backport it, it's r172963 in the gcc-4.6 branch. 4.6.0-6 is based on r173059. what are