summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-29 17:40:12 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-29 17:40:12 +0000
commitcc488c481a7629fcae6bd0b884e4884057f2e80a (patch)
treeef353fe4788a8e40d184482cb2bdc0079d9bf17d /libstdc++-v3
parent58d1073e8d7a0717da2392279ab67a80be763fd5 (diff)
downloadppe42-gcc-cc488c481a7629fcae6bd0b884e4884057f2e80a.tar.gz
ppe42-gcc-cc488c481a7629fcae6bd0b884e4884057f2e80a.zip
2003-08-29 Nathan Myers <ncm@cantrip.org>
PR libstdc++/11990 * include/bits/locale_facets.tcc (__pad): delete dead code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/locale_facets.tcc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0c8820a0e72..139a75382e5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/bits/locale_facets.tcc b/libstdc++-v3/include/bits/locale_facets.tcc
index 46ee3a425ea..e76ac84ea71 100644
--- a/libstdc++-v3/include/bits/locale_facets.tcc
+++ b/libstdc++-v3/include/bits/locale_facets.tcc
@@ -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;
OpenPOWER on IntegriCloud