This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/32509] [4.2 4.3 regression] unable to explicitely configure with a given locale model



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]