This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32509] [4.2 4.3 regression] unable to explicitely configure with a given locale model
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2007 23:44:25 -0000
- Subject: [Bug libstdc++/32509] [4.2 4.3 regression] unable to explicitely configure with a given locale model
- References: <bug-32509-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pcarlini at suse dot de 2007-06-26 23:44 -------
Yes, today, while offline, I realized that in fact the real issue here was the
fix for 31717 not completely ok for everyone. And we already got a report of
this type before (upon it I decided to clarify the documentation, which now
clearly states that in 4.2.x the complete sanity checks are *always* carried
out, thus the availability of "de_DE" is compulsory).
A few days ago was thinking that maybe a sensible compromise could be the
following: do the sanity check involving "de_DE" only in case of 'auto' locale
config. Instead, in case of 'gnu' do only the basic AC_EGREP_CPP check
("include <features.h>, etc.). What do you think, Benjamin?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32509