http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975
William J. Schmidt <wschmidt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wschmidt at gcc dot gnu.org
--- Comment #35 from William J. Schmidt <wschmidt at gcc dot gnu.org>
2013-01-23 16:25:27 UTC ---
(In reply to comment #34)
> If we make this dynamic on PPC and constant elsewhere, we risk breaking
> PPC frequently because we typically don't test on PPC (we don't even have a
> bot!).
Well, although the ppc64 LNT bot is not quite functional yet, there are many of
us who run the LLVM unit test suite several times a day. So as long as the
changes are covered with tests in Instrumentation/{Address,Thread}Sanitizer,
we'll definitely notice PPC64 breakage and let you know. ;)
Bill