http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532
--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> --- (In reply to Salamanderrake from comment #7) > What I should have asked is what revision is gcc 4.8.1 and what revision was > the fix put into trunk? svn log svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch svn log svn://gcc.gnu.org/svn/gcc/tags/gcc_4_8_1_release show that the fix went into the branch at r200836, and the release was at r199525. You can extract the patch from SVN with svn diff -c200836 svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch It doesn't depend on anything else since the 4.8.1 release.