re PR libstdc++/11990 ("operand of conditional has no effect" warnings in libstdc++)

2003-08-29  Nathan Myers  <ncm@cantrip.org>

	PR libstdc++/11990
	* include/bits/locale_facets.tcc (__pad): delete dead code.

From-SVN: r70915
This commit is contained in:
Nathan Myers 2003-08-29 17:40:12 +00:00 committed by Paolo Carlini
parent 8e3a7070fe
commit a3aff86a54
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-29 Nathan Myers <ncm@cantrip.org>
PR libstdc++/11990
* include/bits/locale_facets.tcc (__pad): delete dead code.
2003-08-28 Alan Modra <amodra@bigpond.net.au>
* configure.ac: Test $with_cross_host against $build_alias, not $build.

View File

@ -2238,7 +2238,7 @@ namespace std
}
else if (__testsign)
{
_Traits::eq((__news[0] = __olds[0]), __plus) ? __plus : __minus;
__news[0] = __olds[0];
++__mod;
++__news;
__beg = __pads;