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@138512 regression


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

Regressions for native:
old   g++.sum g++.dg/other/PR23205.C
old   gcc.sum gcc.dg/debug/dwarf2/dwarf-die3.c
old   gcc.sum gcc.dg/matrix/matrix-1.c
old   gcc.sum gcc.dg/matrix/matrix-2.c
old   gcc.sum gcc.dg/matrix/matrix-3.c
old   gcc.sum gcc.dg/matrix/matrix-4.c
old   gcc.sum gcc.dg/matrix/matrix-5.c
old   gcc.sum gcc.dg/matrix/matrix-6.c
old   gcc.sum gcc.dg/matrix/transpose-1.c
old   gcc.sum gcc.dg/matrix/transpose-2.c
old   gcc.sum gcc.dg/matrix/transpose-3.c
old   gcc.sum gcc.dg/matrix/transpose-4.c
old   gcc.sum gcc.dg/matrix/transpose-5.c
old   gcc.sum gcc.dg/matrix/transpose-6.c
old   gcc.sum gcc.dg/pr30286.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/vect-67.c
old   libjava.sum StackTrace2
old   libstdc++.sum ext/pb_ds/regression/trie_data_map_rand.cc
NEW   libstdc++.sum ext/pb_ds/regression/trie_no_data_map_rand.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r138510 | charlet | 2008-08-01 10:44:17 +0000 (Fri, 01 Aug 2008) | 6 lines
Changed paths:
   M /trunk/gcc/ada/par-ch3.adb

2008-08-01  Robert Dewar  <dewar@adacore.com>

	* par-ch3.adb (P_Defining_Identifier): Avoid repeated attempt to
	convert plain identifier into defining identifier.


------------------------------------------------------------------------
r138511 | charlet | 2008-08-01 10:47:27 +0000 (Fri, 01 Aug 2008) | 21 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/bindgen.adb
   M /trunk/gcc/ada/exp_attr.adb
   M /trunk/gcc/ada/gnat_rm.texi
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/opt.ads
   M /trunk/gcc/ada/par-prag.adb
   M /trunk/gcc/ada/rtsfind.ads
   M /trunk/gcc/ada/s-rident.ads
   M /trunk/gcc/ada/s-ststop.adb
   M /trunk/gcc/ada/s-ststop.ads
   M /trunk/gcc/ada/sem_prag.adb
   M /trunk/gcc/ada/snames.adb
   M /trunk/gcc/ada/snames.ads
   M /trunk/gcc/ada/snames.h

2008-08-01  Hristian Kirtchev  <kirtchev@adacore.com>

	* rtsfind.ads: Add block IO versions of stream routines for Strings.

	* bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
	sem_prag.adb, snames.adb, snames.ads, snames.h,
	par-prag.adb: Undo Canonical_Streams related changes.

	* s-rident.ads: Add new restriction No_Stream_Optimizations.

	* s-ststop.ads, s-ststop.adb: Comment reformatting.
	Define enumeration type to designate different IO mechanisms.
	Enchance generic package Stream_Ops_Internal to include an
	implementation of Input and Output.

	* exp_attr.adb (Find_Stream_Subprogram): If restriction
	No_Stream_Optimization is active, choose the default byte IO
	implementations of stream attributes for Strings.
	Otherwise use the corresponding block IO version.


------------------------------------------------------------------------
r138512 | rguenth | 2008-08-01 11:18:36 +0000 (Fri, 01 Aug 2008) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/compile/pr36988.c
   M /trunk/gcc/tree-ssa-ccp.c

2008-08-01  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/36988
	* tree-ssa-ccp.c (ccp_fold): Conversions of constants only
	do not matter if that doesn't change volatile qualification.

	* gcc.c-torture/compile/pr36988.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]