]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-nolocalefiles.patch
- fix O(c^N) complexity algorithm in the i386 backend.
[packages/gcc.git] / gcc-nolocalefiles.patch
CommitLineData
29255619
PS
1--- gcc-4.0-20040919/libstdc++-v3/configure.orig 2004-09-03 20:09:37.000000000 +0200
2+++ gcc-4.0-20040919/libstdc++-v3/configure 2004-09-26 11:29:06.830762704 +0200
3@@ -5752,7 +5752,7 @@
75c24d94
PS
4 int j;
5 __locale_t loc;
6 __locale_t loc_dup;
7- loc = __newlocale(1 << LC_ALL, "de_DE", 0);
8+ loc = __newlocale(1 << LC_ALL, "C", 0);
9 loc_dup = __duplocale(loc);
10 i = __strcoll_l(__one, __two, loc);
11 j = __strcoll_l(__one, __two, loc_dup);
This page took 0.053674 seconds and 4 git commands to generate.