This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1 new GCC HEAD@161432 regression


With your recent patch, GCC HEAD revision 161432 had problems on:
native: regress-29 (1 NEW failures)
The previous build was of revision 161429.

Regressions for native:
NEW   g++.sum g++.dg/opt/pmf1.C
old   gcc.sum gcc.dg/pr34668-1.c
old   libstdc++.sum 23_containers/unordered_map/requirements/citerators.cc
old   libstdc++.sum 23_containers/unordered_multimap/requirements/citerators.cc
old   libstdc++.sum 23_containers/unordered_multiset/requirements/citerators.cc
old   libstdc++.sum 23_containers/unordered_set/requirements/citerators.cc
old   libstdc++.sum abi_check
old   libstdc++.sum ext/pb_ds/example/basic_set.cc
old   libstdc++.sum ext/pb_ds/example/tree_intervals.cc
old   libstdc++.sum ext/pb_ds/example/tree_order_statistics.cc
old   libstdc++.sum ext/pb_ds/regression/tree_data_map_rand.cc
old   libstdc++.sum ext/pb_ds/regression/tree_no_data_map_rand.cc
old   libstdc++.sum tr1/6_containers/unordered_map/erase/1.cc
old   libstdc++.sum tr1/6_containers/unordered_map/erase/24061-map.cc
old   libstdc++.sum tr1/6_containers/unordered_map/insert/array_syntax.cc
old   libstdc++.sum tr1/6_containers/unordered_map/insert/map_range.cc
old   libstdc++.sum tr1/6_containers/unordered_map/insert/map_single.cc
old   libstdc++.sum tr1/6_containers/unordered_multimap/erase/1.cc
old   libstdc++.sum tr1/6_containers/unordered_multimap/erase/24061-multimap.cc
old   libstdc++.sum tr1/6_containers/unordered_multimap/insert/multimap_range.cc
old   libstdc++.sum tr1/6_containers/unordered_multimap/insert/multimap_single.cc
old   libstdc++.sum tr1/6_containers/unordered_multiset/erase/1.cc
old   libstdc++.sum tr1/6_containers/unordered_multiset/erase/24061-multiset.cc
old   libstdc++.sum tr1/6_containers/unordered_multiset/insert/multiset_range.cc
old   libstdc++.sum tr1/6_containers/unordered_multiset/insert/multiset_single.cc
old   libstdc++.sum tr1/6_containers/unordered_set/erase/1.cc
old   libstdc++.sum tr1/6_containers/unordered_set/erase/24061-set.cc
old   libstdc++.sum tr1/6_containers/unordered_set/insert/set_range.cc
old   libstdc++.sum tr1/6_containers/unordered_set/insert/set_single.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r161430 | jsm28 | 2010-06-26 06:11:04 -0700 (Sat, 26 Jun 2010) | 10 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gcc.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/opts-3.c

	* gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
	add_infile, alloc_switch): New.
	(process_command): Remove variable lang_n_infiles.  Process
	options in a single pass.  Use new functions for allocating
	infiles and switches arrays.  Properly skip operands of
	-Xpreprocessor and -Xassembler.

testsuite:
	* gcc.dg/opts-3.c: New test.

------------------------------------------------------------------------
r161431 | rguenth | 2010-06-26 06:24:57 -0700 (Sat, 26 Jun 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/pr44674.c
   M /trunk/gcc/tree-ssa-alias.c

2010-06-26  Richard Guenther  <rguenther@suse.de>

	PR middle-end/44674
	* tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
	decls.  Handle LABEL_DECLs like FUNCTION_DECLs.

	* gcc.dg/pr44674.c: New testcase.

------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(via an automated GCC regression-testing script.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]