gcc/libiberty
Kai Tietz a6766312d3 demangle-expected: Add tests for __int128 and unsigned __int128 types.
libiberty/

2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

        * testsuite/demangle-expected: Add tests for __int128
        and unsigned __int128 types.

gcc/testsuite
2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

	* lib/target-supports.exp (check_effective_target_int128): New
	function to check if __int128 types are available for target.
	* testsuite/c-c++-common/int128-types-1.c: New.
	* testsuite/c-c++-common/int128-1.c: New.
	* testsuite/c-c++-common/int128-2.c: New.
	* g++.dg/abi/mangle43.C: New.
	* g++.dg/init/enum1.C: Handle __int128 case and add -Wno-overflow.
	* g++.dg/cpp0x/nullptr04.C: Use __SIZE_TYPE__ for getting
	pointer-wide scalar.
	* g++.dg/other/pr25632.C: Likewise.
	* g++.dg/other/large-size-array.C (DIM): Use ULLONG_MAX for win64 case.
	* g++.dg/warn/pr13358-2.C: Add llp64 for check of special
	overflow warnings.
	* g++.dg/warn/pr13358-4.C: Likewise.
	* g++.dg/warn/Wconversion-null-2.C:  Add 'long long' case.
	* g++.dg/warn/Wconversion-null.C: Likewise.

gcc/
2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

	* builtin-types.def (BT_INT128): New primitive type.
	(BT_UINT128): Likewise.
	* c-common.c (c_common_r): Add __int128 keyword.
	(c_common_type_for_size): Handle __int128.
	(c_common_type_for_mode): Likewise.
	(c_common_signed_or_unsigned_type): Likewise.
	(c_common_nodes_and_builtins): Add builtin type
	if target supports 128-bit integer scalar.
	* c-common.h (enum rid): Add RID_INT128.
	* c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
	if target supports 128-bit integer scalar.
	* c-decl.c (declspecs_add_type): Handle new keyword
	__int128.
	(finish_declspecs): Likewise.
	* c-parser.c (c_token_starts_typename): Handle RID_INT128.
	(c_token_starts_declspecs): Likewise.
	(c_parser_declspecs): Likewise.
	(c_parser_attributes): Likewise.
	(c_parser_objc_selector): Likewise.
	* c-pretty-print.c (pp_c_integer_constant): Handle __int128.
	* c-tree.h (enum c_typespec_keyword): Add cts_int128.
	* gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
	* tree.c (make_or_reuse_type): Likewise.
	(make_unsigned_type): Likewise.
	(build_common_tree_nodes_2): Likewise.
	* tree.h (enum integer_type_kind): Add itk_int128 and
	itk_unsigned_int128.
	(int128_integer_type_node): New define..
	(int128_unsigned_type_node): New define.
	* cp/cp-tree.h (cp_decl_specifier_seq): Add new bifield
	explicit_int128_p.
	* cp/decl.c (grokdeclarator): Handle __int128.
	* cp/parser.c (cp_lexer_next_token_is_decl_specifier_ke): Likewise.
	(cp_parser_simple_type_specifier): Likewise.
	* cp/rtti.c (emit_support_tinfos): Add int128 nodes for rtti.
	* cp/typeck.c (cp_common_type): Handle __int128.
	* cp/mangle.c (integer_type_codes): Add itk_int128 and
	itk_unsigned_int128.
	* doc/extend.texi: Add documentation about __int128 type.

From-SVN: r159879
2010-05-26 18:13:55 +02:00
..
config
testsuite demangle-expected: Add tests for __int128 and unsigned __int128 types. 2010-05-26 18:13:55 +02:00
COPYING.LIB
ChangeLog demangle-expected: Add tests for __int128 and unsigned __int128 types. 2010-05-26 18:13:55 +02:00
Makefile.in filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR... 2010-04-23 20:55:41 -04:00
README README: Mention changes to Makefile.in and functions.texi. 2009-11-25 15:34:10 +11:00
_doprnt.c
aclocal.m4 re PR other/35457 (Error building GCC trunk on CELL SPU) 2008-04-18 10:28:53 +00:00
alloca.c
argv.c argv.c (consume_whitespace): New function. 2009-10-08 15:14:41 +00:00
asprintf.c
at-file.texi
atexit.c
basename.c
bcmp.c
bcopy.c
bsearch.c
bzero.c
calloc.c
choose-temp.c choose-temp.c: Include unistd.h for mingw targets. 2009-09-22 18:34:12 +02:00
clock.c
concat.c
config.h-vms config.h-vms (intptr_t): Define to compile hashtab.c 2009-09-15 11:03:52 +00:00
config.in re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t) 2009-09-04 07:33:16 -07:00
configure re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory) 2010-01-04 23:46:56 +00:00
configure.ac re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory) 2010-01-04 23:46:56 +00:00
configure.com (Reflect changes from binutils): 2009-09-02 15:33:29 +00:00
copying-lib.texi
copysign.c
cp-demangle.c Add support for C++0x nullptr. 2010-05-06 16:51:52 -04:00
cp-demangle.h Add support for C++0x nullptr. 2010-05-06 16:51:52 -04:00
cp-demint.c
cplus-dem.c demangle.h (ada_demangle): Add prototype. 2010-01-11 11:38:35 +00:00
crc32.c re PR bootstrap/40854 (Conflicting crc32 functions in libiberty and zlib) 2009-07-25 06:28:16 +00:00
dyn-string.c dyn-string.c (dyn_string_append_char): Fix typo in comment. 2009-11-22 15:48:42 +00:00
fdmatch.c
ffs.c
fibheap.c fibheap.c (fibheap_replace_key_data): Make sure we don't early out when forcing the minimum. 2009-05-29 02:55:25 +00:00
filename_cmp.c
floatformat.c
fnmatch.c
fnmatch.txh
fopen_unlocked.c
functions.texi * functions.texi: Rebuild. 2009-11-25 15:45:26 +11:00
gather-docs README: Mention changes to Makefile.in and functions.texi. 2009-11-25 15:34:10 +11:00
getcwd.c
getopt.c
getopt1.c
getpagesize.c
getpwd.c
getruntime.c
gettimeofday.c
hashtab.c * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>. 2009-09-16 08:38:46 +00:00
hex.c
index.c
insque.c
lbasename.c filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR... 2010-04-23 20:55:41 -04:00
libiberty.texi libgomp.texi (omp_test_lock): Fix typo. 2008-06-15 09:42:13 +00:00
lrealpath.c
maint-tool maint-tool (deps): Output config.h instead of stamp-h. 2008-07-24 06:35:21 +00:00
make-relative-prefix.c make-relative-prefix.c (make_relative_prefix_1): Handle NULL return from strdup. 2008-03-24 17:11:21 +00:00
make-temp-file.c make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS. 2009-07-29 19:30:12 +00:00
makefile.vms (Reflect changes from binutils): 2009-09-02 15:33:29 +00:00
md5.c md5.c (md5_process_bytes): Do not assume that memcpy will provide a return value. 2008-03-11 14:08:53 +00:00
memchr.c
memcmp.c
memcpy.c
memmem.c memmem.c: New file, from gnulib. 2009-03-27 22:38:23 +00:00
memmove.c
mempcpy.c
memset.c
mkstemps.c * mkstemps.c (mkstemps): Keep looping even for EISDIR. 2008-07-31 23:22:09 +02:00
msdos.c
objalloc.c
obstack.c
obstacks.texi libgomp.texi (omp_test_lock): Fix typo. 2008-06-15 09:42:13 +00:00
partition.c
pex-common.c re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage) 2009-04-13 12:45:58 +02:00
pex-common.h re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage) 2009-04-13 12:45:58 +02:00
pex-djgpp.c re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage) 2009-04-13 12:45:58 +02:00
pex-msdos.c re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage) 2009-04-13 12:45:58 +02:00
pex-one.c
pex-unix.c * pex-unix.c (pex_unix_exec_child): Save/restore environ. 2009-12-08 07:05:35 +00:00
pex-win32.c pex-win32.c (pex_win32_fdopenr): Set INHERIT to false. 2009-05-29 22:20:40 +02:00
pexecute.c
pexecute.txh
physmem.c
putenv.c
random.c
regex.c tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count variable. 2010-04-07 22:27:37 +02:00
rename.c
rindex.c
safe-ctype.c
setenv.c
sha1.c sha1.h: New file, from gnulib. 2008-03-25 00:54:53 +00:00
sigsetmask.c
snprintf.c snprintf.c: Doc fix. 2009-05-30 01:17:14 -04:00
sort.c
spaces.c
splay-tree.c re PR other/33768 (splay-tree.c typo) 2008-01-19 00:39:08 +00:00
stpcpy.c
stpncpy.c
strcasecmp.c
strchr.c
strdup.c
strerror.c
strncasecmp.c
strncmp.c
strndup.c
strrchr.c
strsignal.c Adjust strsignal to POSIX 200x prototype. 2008-06-19 15:08:53 +00:00
strstr.c
strtod.c
strtol.c
strtoul.c
strverscmp.c
tmpnam.c
unlink-if-ordinary.c
vasprintf.c
vfork.c
vfprintf.c
vprintf.c
vsnprintf.c snprintf.c: Doc fix. 2009-05-30 01:17:14 -04:00
vsprintf.c
waitpid.c
xatexit.c
xexit.c
xmalloc.c
xmemdup.c
xstrdup.c * xstrdup.c: Include <sys/types.h> after "config.h" 2008-10-08 12:51:38 -04:00
xstrerror.c
xstrndup.c

README

This directory contains the -liberty library of free software.
It is a collection of subroutines used by various GNU programs.
Current members include:

	getopt -- get options from command line
	obstack -- stacks of arbitrarily-sized objects
	strerror -- error message strings corresponding to errno
	strtol -- string-to-long conversion
	strtoul -- string-to-unsigned-long conversion

We expect many of the GNU subroutines that are floating around to
eventually arrive here.

The library must be configured from the top source directory.  Don't
try to run configure in this directory.  Follow the configuration
instructions in ../README.

Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to
"gcc-patches@gcc.gnu.org".  Thank you.

ADDING A NEW FILE
=================

There are two sets of files:  Those that are "required" will be
included in the library for all configurations, while those
that are "optional" will be included in the library only if "needed."

To add a new required file, edit Makefile.in to add the source file
name to CFILES and the object file to REQUIRED_OFILES.

To add a new optional file, it must provide a single function, and the
name of the function must be the same as the name of the file.

    * Add the source file name to CFILES in Makefile.in and the object
      file to CONFIGURED_OFILES.

    * Add the function to name to the funcs shell variable in
      configure.ac.

    * Add the function to the AC_CHECK_FUNCS lists just after the
      setting of the funcs shell variable.  These AC_CHECK_FUNCS calls
      are never executed; they are there to make autoheader work
      better.

    * Consider the special cases of building libiberty; as of this
      writing, the special cases are newlib and VxWorks.  If a
      particular special case provides the function, you do not need
      to do anything.  If it does not provide the function, add the
      object file to LIBOBJS, and add the function name to the case
      controlling whether to define HAVE_func.

Finally, in the build directory of libiberty, configure with
"--enable-maintainer-mode", run "make maint-deps" to update
Makefile.in, and run 'make stamp-functions' to regenerate
functions.texi.

The optional file you've added (e.g. getcwd.c) should compile and work
on all hosts where it is needed.  It does not have to work or even
compile on hosts where it is not needed.

ADDING A NEW CONFIGURATION
==========================

On most hosts you should be able to use the scheme for automatically
figuring out which files are needed.  In that case, you probably
don't need a special Makefile stub for that configuration.

If the fully automatic scheme doesn't work, you may be able to get
by with defining EXTRA_OFILES in your Makefile stub.  This is
a list of object file names that should be treated as required
for this configuration - they will be included in libiberty.a,
regardless of whatever might be in the C library.