Processed: Re: Bug#673749: g++-4.7: gcc47 generates buggy code with optimisation flags

2012-05-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 673749 http://gcc.gnu.org/PR53439 Bug #673749 [g++-4.7] g++-4.7: gcc47 generates buggy code with optimisation flags Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR53439'. > thanks Stopping processing here. Please contact me if

Bug#673749: g++-4.7: gcc47 generates buggy code with optimisation flags

2012-05-21 Thread Christophe Prud'homme
FYI I have also submitted a bug report on GCC Bugzilla [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53439 On Mon, May 21, 2012 at 11:31 AM, Christophe Prud'homme wrote: > Please note that > - Debug -g > - RelWithDebInfo uses -g -O1 > - Release uses -O3 > > there must be an option in -O1 t

Bug#673749: g++-4.7: gcc47 generates buggy code with optimisation flags

2012-05-21 Thread Christophe Prud'homme
Please note that - Debug -g - RelWithDebInfo uses -g -O1 - Release uses -O3 there must be an option in -O1 that generates the buggy code. Best regards C. On Mon, May 21, 2012 at 10:34 AM, Christophe Prud'homme wrote: > Package: g++-4.7 > Version: 4.7.0-8 > Severity: normal > Tags: upstream

Bug#673749: g++-4.7: gcc47 generates buggy code with optimisation flags

2012-05-21 Thread Christophe Prud'homme
Package: g++-4.7 Version: 4.7.0-8 Severity: normal Tags: upstream Dear Maintainer, * What led up to the situation? I ported feel++ to gcc47 and found out that it generates buggy code(generating segfault) in optimisation mode. Here are the steps to reproduce it - install feel++-apps - execute