Go to file
Dehao Chen 25e25c732c Change the discriminator assignment algorithm to make it more robust.
2013-05-24  Dehao Chen  <dehao@google.com>

	* gcc/testsuite/gcc.dg/debug/dwarf2/discriminator.c: New Testcase.
	* gcc/tree-cfg.c (locus_descrim_hasher::hash): Change discrminator
	hash function.
	(locus_descrim_hasher::equal): Likewise.
	(build_gimple_cfg): New discrminator assignmnet algorithm
	(make_edges): Likewise.
	(next_discriminator_for_locus): Likewise.
	(same_line_p): Likewise.
	(assign_discriminators): Likewise.
	(make_cond_expr_edges): Likewise.
	(make_gimple_switch_edges): Likewise.
	(make_goto_expr_edges): Likewise.
	(make_gimple_asm_edges): Likewise.

From-SVN: r199295
2013-05-24 15:04:09 +00:00
boehm-gc
config Fix whitespace issue 2013-03-27 22:58:04 +01:00
contrib repro_fail: filter out "-ignore SIGHUP" from the spawn lines 2013-05-21 14:43:16 +00:00
fixincludes inclhack.def (complier_h_tradcpp): New. 2013-05-23 12:52:01 +00:00
gcc Change the discriminator assignment algorithm to make it more robust. 2013-05-24 15:04:09 +00:00
gnattools
include
INSTALL
intl
libada
libatomic
libbacktrace alloc.c: #include <sys/types.h>. 2013-03-25 18:13:18 +00:00
libcpp N3472 binary constants 2013-04-28 23:36:57 +02:00
libdecnumber
libffi Fix several libffi testsuite failures on 64-bit SPARC and PowerPC (PR libffi/56033) 2013-05-22 11:47:52 +00:00
libgcc config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file. 2013-05-22 20:44:16 +00:00
libgfortran Use -z ignore instead of --as-needed on Solaris 2013-05-24 09:23:33 +00:00
libgo
libgomp omp-low.c (extract_omp_for_data): For collapsed loops... 2013-05-16 12:43:33 +02:00
libiberty
libitm Move libitm ChangeLog entry to the right ChangeLog file. 2013-05-02 13:32:11 +02:00
libjava configure.ac (dbexecdir): Base on $(toolexeclibdir), not $(libdir). 2013-05-22 17:25:59 -04:00
libmudflap
libobjc
libquadmath
libsanitizer arm.c (arm_asan_shadow_offset): New function. 2013-05-07 16:17:50 +02:00
libssp
libstdc++-v3 Makefile.am (bits_headers): Remove ${bits_host_headers}. 2013-05-23 14:02:14 +00:00
lto-plugin
maintainer-scripts
zlib
.gitignore
ABOUT-NLS
ChangeLog MAINTAINERS (Write After Approval): Add myself. 2013-05-17 15:53:09 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 11:45:53 +00:00
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB COPYING_v3: New file. 2007-07-17 08:37:53 +00:00
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags re PR bootstrap/31906 ("-Xcompiler" is inserted after "-Xlinker" when building libstdc++) 2007-09-20 10:20:05 +00:00
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2013-05-17 15:53:09 +00:00
Makefile.def Makefile.def (target_modules): Don't install libffi. 2013-03-30 11:22:02 +00:00
Makefile.in
Makefile.tpl
missing Update automake-provided files in the toplevel. 2009-08-22 11:47:16 +00:00
mkdep
mkinstalldirs
move-if-change
README * README: Document use of ranges of years in copyright notices. 2012-07-16 15:01:34 +01:00
symlink-tree
ylwrap Update automake-provided files in the toplevel. 2009-08-22 11:47:16 +00:00

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.