gcc/libiberty
Cary Coutant 85d09f6173 Fix demangler to handle conversion operators correctly.
libiberty/
	PR other/59195
	* cp-demangle.c (struct d_info_checkpoint): New struct.
	(struct d_print_info): Add current_template field.
	(d_operator_name): Set flag when processing a conversion
	operator.
	(cplus_demangle_type): When processing <template-args> for
	a conversion operator, backtrack if necessary.
	(d_expression_1): Renamed from d_expression.
	(d_expression): New wrapper around d_expression_1.
	(d_checkpoint): New function.
	(d_backtrack): New function.
	(d_print_init): Initialize current_template.
	(d_print_comp): Set current_template.
	(d_print_cast): Put current_template in scope for
	printing conversion operator name.
	(cplus_demangle_init_info): Initialize is_expression and
	is_conversion.
	* cp-demangle.h (struct d_info): Add is_expression and
	is_conversion fields.
	* testsuite/demangle-expected: New test cases.

From-SVN: r205292
2013-11-22 14:25:49 -08:00
..
config aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. 2001-03-06 09:52:35 +00:00
testsuite Fix demangler to handle conversion operators correctly. 2013-11-22 14:25:49 -08:00
.gitignore libiberty: add .gitignore 2011-01-18 05:06:50 +00:00
COPYING.LIB Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
ChangeLog Fix demangler to handle conversion operators correctly. 2013-11-22 14:25:49 -08:00
Makefile.in re PR other/56780 (--disable-install-libiberty still installs libiberty.a) 2013-06-01 00:20:49 +00:00
README README: Mention changes to Makefile.in and functions.texi. 2009-11-25 15:34:10 +11:00
_doprnt.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
aclocal.m4 aclocal.m4: Assume strncmp works in cross case. 2011-12-20 08:08:30 +00:00
alloca.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
argv.c Replace malloc with xmalloc 2012-08-28 18:03:21 -07:00
asprintf.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
at-file.texi * at-file.texi: Fix typo. 2005-10-07 14:21:47 +00:00
atexit.c demangle.h: Remove uses of PARAMS. 2005-03-26 19:24:33 +00:00
basename.c asprintf.c: Include config.h. 2005-04-16 00:40:08 +00:00
bcmp.c bcmp.c: Fix warnings and implement using memcmp. 2005-04-02 20:28:00 +00:00
bcopy.c pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC. 2006-10-26 03:16:11 +00:00
bsearch.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
bzero.c bcmp.c: Fix warnings and implement using memcmp. 2005-04-02 20:28:00 +00:00
calloc.c demangle.h: Remove uses of PARAMS. 2005-03-26 19:24:33 +00:00
choose-temp.c choose-temp.c: Include unistd.h for mingw targets. 2009-09-22 18:34:12 +02:00
clock.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
concat.c re PR tree-optimization/58689 ([meta-bug] __attribute__((returns_nonnull)) enhancements) 2013-10-29 13:15:48 +00:00
config.h-vms config.h-vms (intptr_t): Define to compile hashtab.c 2009-09-15 11:03:52 +00:00
config.in strnlen.c: New file. 2012-09-18 16:03:01 +00:00
configure picflag.m4 (m68k-*-*): Use default PIC flag. 2013-11-15 17:49:36 +00:00
configure.ac Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
configure.com (Reflect changes from binutils): 2009-09-02 15:33:29 +00:00
copying-lib.texi copying-lib.texi (Library Copying): Don't use @heading inside @enumerate. 2012-06-29 10:59:48 +00:00
copysign.c demangle.h: Remove uses of PARAMS. 2005-03-26 19:24:33 +00:00
cp-demangle.c Fix demangler to handle conversion operators correctly. 2013-11-22 14:25:49 -08:00
cp-demangle.h Fix demangler to handle conversion operators correctly. 2013-11-22 14:25:49 -08:00
cp-demint.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
cplus-dem.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
crc32.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
dwarfnames.c dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name. 2012-04-27 14:14:14 +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 Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
ffs.c md5.h: Remove definition and uses of __P. 2005-03-27 15:31:13 +00:00
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 filenames.h: #include "hashtab.h". 2012-07-13 22:12:28 +00:00
floatformat.c floatformat.h (floatformat_ibm_long_double): Delete. 2013-08-20 15:01:41 +09:30
fnmatch.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
fnmatch.txh libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
fopen_unlocked.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
functions.texi strnlen.c: New file. 2012-09-18 16:03:01 +00:00
gather-docs libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
getcwd.c md5.h: Remove definition and uses of __P. 2005-03-27 15:31:13 +00:00
getopt.c * getopt.c: Include ansidecl.h before system headers. 2005-07-23 14:57:03 +00:00
getopt1.c getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared if... 2005-05-16 15:52:39 +02:00
getpagesize.c md5.h: Remove definition and uses of __P. 2005-03-27 15:31:13 +00:00
getpwd.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
getruntime.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
gettimeofday.c gettimeofday.c: Add "Supplemental" to @deftypefn. 2005-03-31 17:14:58 +01:00
hashtab.c hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal to wordsize. 2013-05-06 11:40:54 -04:00
hex.c hex.c: Fix typo. 2007-01-31 15:05:50 -05:00
index.c configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes. 2005-04-02 19:57:12 +00:00
insque.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
lbasename.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libiberty.texi make-obstacks-texi.pl: New. 2013-03-06 09:38:22 +01:00
lrealpath.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
maint-tool strnlen.c: New file. 2012-09-18 16:03:01 +00:00
make-relative-prefix.c make-relative-prefix.c (make_relative_prefix_1): Avoid warning about using preprocessor directives inside of macro arguments. 2012-01-26 15:26:25 +01:00
make-temp-file.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
makefile.vms makefile.vms (OBJS): Add dwarfnames.obj 2013-07-09 07:43:35 +00:00
md5.c 2013-01-31 Kai Tietz <ktietz@redhat.com> 2013-01-31 09:11:43 +01:00
memchr.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
memcmp.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
memcpy.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
memmem.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
memmove.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
mempcpy.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
memset.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
mkstemps.c * mkstemps.c (mkstemps): Keep looping even for EISDIR. 2008-07-31 23:22:09 +02:00
msdos.c Initial revision 1997-08-21 18:57:35 -04:00
objalloc.c PR other/54411: integer overflow in objalloc_alloc 2012-09-18 10:34:05 +02:00
obstack.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
obstacks.texi make-obstacks-texi.pl: New. 2013-03-06 09:38:22 +01:00
partition.c pexecute.c (pwait): Free vector pointer. 2006-02-20 20:21:49 -05:00
pex-common.c remove useless if-before-free tests 2011-04-20 18:19:03 +00: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 remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
pex-one.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
pex-unix.c pex-unix.c (to_ptr32): Fix style. 2012-04-04 08:44:30 +00:00
pex-win32.c pex-win32.c (pex_win32_exec_child): Only close original file descriptors if child is launched successfully. 2012-07-26 19:18:47 -04:00
pexecute.c * pexecute.c (pwait): Syntax fix for previous change. 2006-02-21 13:21:44 +11:00
pexecute.txh libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
physmem.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
putenv.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
random.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
regex.c Fix typo. 2013-07-22 17:23:17 +00:00
rename.c partition.h: Remove use of PARAMS. 2005-03-28 04:22:33 +00:00
rindex.c configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes. 2005-04-02 19:57:12 +00:00
safe-ctype.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
setenv.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
setproctitle.c * setproctitle.c (setproctitle): Use "GNU/Linux" in comment. 2011-10-29 00:09:39 +00:00
sha1.c re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) 2013-01-31 09:17:58 +01:00
sigsetmask.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
simple-object-coff.c simple-object.h (simple_object_attributes_merge): Declare, replacing simple_object_attributes_compare. 2010-11-17 01:03:06 +00:00
simple-object-common.h simple-object-xcoff.c: New file. 2013-01-01 21:04:42 -05:00
simple-object-elf.c simple-object.h (simple_object_attributes_merge): Declare, replacing simple_object_attributes_compare. 2010-11-17 01:03:06 +00:00
simple-object-mach-o.c re PR middle-end/56526 (false positive for maybe-uninitialized) 2013-03-05 16:16:49 +01:00
simple-object-xcoff.c simple-object-xcoff.c: New file. 2013-01-01 21:04:42 -05:00
simple-object.c simple-object-xcoff.c: New file. 2013-01-01 21:04:42 -05:00
simple-object.txh libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
snprintf.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
sort.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
spaces.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
splay-tree.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
stack-limit.c stack-limit.c: Includes ansidecl.h. 2012-04-02 07:51:26 +00:00
stpcpy.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
stpncpy.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
strcasecmp.c partition.h: Remove use of PARAMS. 2005-03-28 04:22:33 +00:00
strchr.c partition.h: Remove use of PARAMS. 2005-03-28 04:22:33 +00:00
strdup.c partition.h: Remove use of PARAMS. 2005-03-28 04:22:33 +00:00
strerror.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
strncasecmp.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
strncmp.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
strndup.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
strnlen.c strnlen.c: New file. 2012-09-18 16:03:01 +00:00
strrchr.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
strsignal.c Adjust strsignal to POSIX 200x prototype. 2008-06-19 15:08:53 +00:00
strstr.c configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes. 2005-04-02 19:57:12 +00:00
strtod.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
strtol.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
strtoul.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
strverscmp.c strverscmp.c: Update FSF address. 2005-08-17 03:31:04 +00:00
timeval-utils.c timeval-utils.h: New file. 2011-09-28 19:09:50 +00:00
tmpnam.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
unlink-if-ordinary.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
vasprintf.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
vfork.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
vfprintf.c ternary.h: Don't use PARAMS anymore. 2005-03-28 01:28:01 +00:00
vprintf.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
vsnprintf.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
vsprintf.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
waitpid.c configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes. 2005-04-02 19:57:12 +00:00
xatexit.c asprintf.c: Include config.h. 2005-04-16 00:40:08 +00:00
xexit.c Update the address and phone number of the FSF organization. 2005-05-10 15:33:18 +00:00
xmalloc.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
xmemdup.c libiberty: documentation markup and order fixes. 2011-02-03 07:23:20 +00:00
xstrdup.c * xstrdup.c: Include <sys/types.h> after "config.h" 2008-10-08 12:51:38 -04:00
xstrerror.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00
xstrndup.c libiberty.h (ACONCAT): Properly cast value of alloca(). 2005-05-24 20:48:25 +00:00

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.