Go to file
François Dumont d31008d7a0 re PR libstdc++/13631 (Problems in messages)
2014-12-03  François Dumont  <fdumont@gcc.gnu.org>

	PR libstdc++/13631
	* include/bits/codecvt.h (codecvt<char, char, mbstate_t>): friend class
	std::messages<char>.
	(codecvt<wchar_t, char, mbstate_t>): friend class
	std::messages<wchar_t>.
	* config/locale/gnu/messages_member.h
	(messages<char>::do_open): Specialized.
	(messages<char>::do_close): Likewise.
	(messages<wchar_t>::do_open): Likewise.
	(messages<wchar_t>::do_close): Likewise.
	* config/locale/gnu/messages_member.cc:
	(messages<char>::do_open): Implement. Use bind_textdomain_codeset based
	on codecvt<char, char, mbstate_t>._M_c_locale_codecvt code set. Use
	internal cache to keep opened domain name with locale information.
	(messages<wchar_t>::do_open): Likewise with
	codecvt<wchar_t, char, mbstate_t>.
	(messages<char>::do_close): Implement. Clean cache information.
	(messages<wchar_t>::do_close): Likewise.
	(get_glibc_msg): New. Use dgettext rather than gettext using cached
	domain name associated to catalog id.
	(messages<char>::do_get): Use latter.
	(messages<wchar_t>::do_get): Likewise and use also cached locale
	codecvt<wchar_t, char, mbstate_t> facet to convert wchar_t default
	value to char and the result back to wchar_t.
	* testsuite/22_locale/messages/13631.cc: New.
	* testsuite/22_locale/messages/members/char/2.cc: Use also fr_FR locale
	for charset conversion to get the expected accented character.

From-SVN: r218329
2014-12-03 19:47:00 +00:00
boehm-gc Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
config Merge the ./config directory between GCC and Binutils 2014-11-26 21:53:35 +00:00
contrib download_prerequisites: Download ISL 0.14 instead of 0.12.2. 2014-12-02 23:41:01 +01:00
fixincludes
gcc re PR c++/63558 (cannot silence "jump to case label" with fpermissive) 2014-12-03 18:41:42 +00:00
gnattools
include PR debug/38757 continued. Handle C11, C++11 and C++14. 2014-11-26 11:05:20 +00:00
INSTALL
intl
libada
libatomic Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libbacktrace Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libcc1 Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libcilkrts Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libcpp line-map.h (linemap_assert_fails): Declare. 2014-12-02 16:03:31 +00:00
libdecnumber
libffi Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libgcc lib1funcs.S: Check value of __SHMEDIA__ instead of checking whether it's defined. 2014-11-30 19:03:29 +00:00
libgfortran Add support for a minimal version of libgfortran for accelerator targets. 2014-11-28 17:39:15 +00:00
libgo runtime: introduce mvifdiff.sh script to replace GCC's move-if-change 2014-12-01 01:06:29 +00:00
libgomp configure.tgt (x86_64): Tune -m32 multilib to generic. 2014-12-03 14:58:07 +01:00
libiberty Commit missing change log entries. 2014-11-22 21:12:47 +00:00
libitm configure.tgt (x86_64): Tune -m32 multilib to generic. 2014-12-03 14:58:07 +01:00
libjava Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libobjc Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
liboffloadmic
libquadmath Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libsanitizer Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libssp Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
libstdc++-v3 re PR libstdc++/13631 (Problems in messages) 2014-12-03 19:47:00 +00:00
libvtv Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
lto-plugin Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
maintainer-scripts
zlib Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog Add self as nvptx port maintainer. 2014-11-27 20:58:53 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Regenerate ./configure 2014-11-26 21:53:54 +00:00
configure.ac Merge toplevel configure.ac bits from Binutils 2014-11-26 21:53:04 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4 Always use PIC option with -shared in libtool 2014-11-21 08:49:17 -08:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Add self as nvptx port maintainer. 2014-11-27 20:58:53 +00:00
Makefile.def Makefile.def: Make more dependent on mpfr, mpc and isl. 2014-11-26 20:48:24 +01:00
Makefile.in Makefile.def: Make more dependent on mpfr, mpc and isl. 2014-11-26 20:48:24 +01:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change Update move-if-change from gnulib 2014-11-16 16:12:44 +00:00
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.