Re: [libvirt] [PATCH 3/3] build: avoid frame size error when building without -O2

2012-03-26 Thread Eric Blake
On 03/26/2012 12:53 PM, Laine Stump wrote: > libvirt always adds -Werror-frame-larger-than=4096 to the flags when > it builds. When building on Fedora 17, two functions with multiple > 1024 buffers declared inside if {} blocks would generate frame size > errors; apparently the version of gcc on Fed

[libvirt] [PATCH 3/3] build: avoid frame size error when building without -O2

2012-03-26 Thread Laine Stump
libvirt always adds -Werror-frame-larger-than=4096 to the flags when it builds. When building on Fedora 17, two functions with multiple 1024 buffers declared inside if {} blocks would generate frame size errors; apparently the version of gcc on Fedora 16 will merge these multiple buffers into a sin