Go to file
Joseph Myers af15a2fed7 c.opt (fextended-identifiers): New.
gcc:
	* c.opt (fextended-identifiers): New.
	* c-opts.c (c_common_handle_option): Handle
	-fextended-identifiers.
	* doc/cpp.texi: Update documentation of extended identifiers.
	* doc/cppopts.texi (-fextended-identifiers): Document.

gcc/testsuite:
	* g++.dg/cpp/ucnid-1.C, g++.dg/cpp/normalize-1.C,
	g++.dg/other/ucnid-1.C, gcc.dg/cpp/normalize-1.c,
	gcc.dg/cpp/normalize-2.c, gcc.dg/cpp/normalize-3.c,
	gcc.dg/cpp/normalize-4.c, gcc.dg/cpp/ucnid-1.c,
	gcc.dg/cpp/ucnid-2.c, gcc.dg/cpp/ucnid-3.c, gcc.dg/cpp/ucnid-4.c,
	gcc.dg/cpp/ucnid-5.c, gcc.dg/cpp/ucnid-7.c,gcc.dg/ucnid-1.c,
	gcc.dg/ucnid-2.c, gcc.dg/ucnid-3.c, gcc.dg/ucnid-4.c,
	gcc.dg/ucnid-5.c, gcc.dg/ucnid-6.c: Add -fextended-identifiers.
	* gcc.dg/cpp/ucnid-8.c: New test.

libcpp:
	* include/cpplib.h (struct cpp_options): Add extended_identifiers.
	* init.c (struct lang_flags, lang_defaults): Add
	extended_identifiers.
	(cpp_set_lang): Use it.
	* lex.c (forms_identifier_p): Check extended_identifiers.

From-SVN: r104462
2005-09-20 21:31:37 +01:00
boehm-gc gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'. 2005-09-15 22:35:52 +00:00
config configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS... 2005-08-12 14:18:46 +00:00
contrib * gcc_update: Update dependencies for libjava/aclocal.m4. 2005-08-23 10:55:08 +10:00
fastjar
fixincludes re PR target/23139 (-pedantic -ffast-math breaks working code) 2005-09-15 20:09:27 +01:00
gcc c.opt (fextended-identifiers): New. 2005-09-20 21:31:37 +01:00
gnattools
include floatformat.c (floatformat_always_valid): Change type of last argument to `void *'. 2005-08-17 13:30:47 -04:00
INSTALL
intl
libada
libcpp c.opt (fextended-identifiers): New. 2005-09-20 21:31:37 +01:00
libffi re PR target/23404 (gij trashes args of functions with more than 8 fp args) 2005-08-25 10:24:54 +09:30
libgfortran PR fortran/21875 Internal Unit Array I/O, NIST 2005-09-14 20:18:19 +00:00
libiberty pex-win32.c: Include "windows.h". 2005-09-15 00:46:20 +00:00
libjava jni.exp (gcj_jni_invocation_test_one): Use libjava_find_lib to find the proper libgcj. 2005-09-17 11:12:43 -07:00
libmudflap Fix FreeBSD fopen instrumentation. 2005-08-22 17:12:18 -07:00
libobjc re PR libobjc/23108 (alignment bug in libobjc/archive.c) 2005-09-04 10:05:39 -07:00
libssp ALL: Update FSF address. 2005-08-17 03:26:45 +00:00
libstdc++-v3 PR libstdc++/23417 (cont) 2005-09-18 13:39:25 +00:00
maintainer-scripts gcc_release: Update with FSF address. 2005-08-15 01:01:02 +00:00
zlib * Imported zlib 1.2.3; merged local changes. 2005-09-12 17:42:53 +00:00
.cvsignore
ABOUT-NLS
ChangeLog configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
configure.in configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add self as java maintainer. 2005-09-16 16:59:40 +00:00
Makefile.def Makefile.def (libssp): Add to lang_env_dependencies. 2005-08-20 13:43:17 +00:00
Makefile.in Makefile.def (libssp): Add to lang_env_dependencies. 2005-08-20 13:43:17 +00:00
Makefile.tpl Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. 2005-08-17 15:59:29 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file 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.html for how to report bugs usefully.