]> git.donarmstrong.com Git - lilypond.git/commit
Issue 2513: Build: add -fno-tree-vrp to CXXFLAGS for gcc 4.7.0
authorPavel Roskin <proski@gnu.org>
Mon, 7 May 2012 18:30:48 +0000 (20:30 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 9 May 2012 05:22:34 +0000 (07:22 +0200)
commitca7baa2950c23337825b1c5f6e22e8fd514cd648
treeb688cbfc0b5b59c1e9a57db078ece954826913a9
parent9e52e03f6d8c4958c3c5335113332310c5c437c7
Issue 2513: Build: add -fno-tree-vrp to CXXFLAGS for gcc 4.7.0

That optimization breaks min() call in simultaneous-music-iterator.cc
leading to incorrect output and bogus barcheck errors.

Generalize STEPMAKE_GXXCODEGENBUG to show bug description with the flag.

GCC bug reported:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53239

Signed-off-by: David Kastrup <dak@gnu.org>
stepmake/aclocal.m4