Commit a3aff86a by Nathan Myers Committed by Paolo Carlini

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
parent 8e3a7070
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> 2003-08-28 Alan Modra <amodra@bigpond.net.au>
* configure.ac: Test $with_cross_host against $build_alias, not $build. * configure.ac: Test $with_cross_host against $build_alias, not $build.
......
...@@ -2238,7 +2238,7 @@ namespace std ...@@ -2238,7 +2238,7 @@ namespace std
} }
else if (__testsign) else if (__testsign)
{ {
_Traits::eq((__news[0] = __olds[0]), __plus) ? __plus : __minus; __news[0] = __olds[0];
++__mod; ++__mod;
++__news; ++__news;
__beg = __pads; __beg = __pads;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment