1 new GCC HEAD@147148 regression

regress regress@apple.com
Wed May 6 15:43:00 GMT 2009


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

Regressions for native:
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.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/pr35821-altivec.c
old   gcc.sum gcc.dg/vect/slp-perm-1.c
old   gcc.sum gcc.dg/vect/slp-perm-2.c
old   gcc.sum gcc.dg/vect/slp-perm-3.c
old   gcc.sum gcc.dg/vect/slp-perm-8.c
old   gcc.sum gcc.dg/vect/vect-reduc-dot-u8b.c
old   gcc.sum gcc.target/powerpc/20050603-3.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   libgomp.sum libgomp.c++/task-4.C
NEW   libjava.sum Thread_Sleep_2

Log information for changes since the last build:
------------------------------------------------------------------------
r147148 | charlet | 2009-05-06 01:11:41 -0700 (Wed, 06 May 2009) | 68 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/alloc.ads
   M /trunk/gcc/ada/comperr.adb
   M /trunk/gcc/ada/debug.adb
   M /trunk/gcc/ada/g-comlin.ads
   M /trunk/gcc/ada/g-expect-vms.adb
   M /trunk/gcc/ada/g-expect.adb
   M /trunk/gcc/ada/g-expect.ads
   M /trunk/gcc/ada/g-socket.adb
   M /trunk/gcc/ada/g-socthi-mingw.adb
   M /trunk/gcc/ada/g-socthi-mingw.ads
   M /trunk/gcc/ada/g-socthi-vms.adb
   M /trunk/gcc/ada/g-socthi-vms.ads
   M /trunk/gcc/ada/g-socthi-vxworks.adb
   M /trunk/gcc/ada/g-socthi-vxworks.ads
   M /trunk/gcc/ada/g-socthi.adb
   M /trunk/gcc/ada/g-socthi.ads
   M /trunk/gcc/ada/g-stsifd-sockets.adb
   M /trunk/gcc/ada/gnat_rm.texi
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/osint.adb
   M /trunk/gcc/ada/osint.ads
   M /trunk/gcc/ada/s-oscons-tmplt.c
   M /trunk/gcc/ada/sdefault.ads
   M /trunk/gcc/ada/sem_aggr.adb
   M /trunk/gcc/ada/table.adb
   M /trunk/gcc/ada/table.ads

2009-05-06  Gary Dismukes  <dismukes@adacore.com>

	* sem_aggr.adb (Resolve_Record_Aggregate): In step 5, get the
	Underlying_Type before retrieving the type definition for gathering
	components, to account for the case where the type is private.

2009-05-06  Tristan Gingold  <gingold@adacore.com>

	* g-comlin.ads: Fix minor typos (Getopt instead of Get_Opt).

2009-05-06  Thomas Quinot  <quinot@adacore.com>

	* g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
	g-socthi-vxworks.ads, g-socthi-mingw.adb g-socthi-mingw.ads,
	g-socthi.adb, g-stsifd-sockets.adb, g-socthi.ads, g-socket.adb
	(GNAT.Sockets.Thin.C_Sendmsg, GNAT.Sockets.Thin.C_Recvmsg,
	Windows versions): Fix incorrect base
	address of Iovec (it's Msg_Iov, not Msg_Iov'Address).
	(GNAT.Sockets.Thin.C_Sendto, GNAT.Sockets.Thin.C_Recvfrom): Use a
	System.Address for the To parameter instead of a Sockaddr_In_Access, to
	achieve independance from AF_INET family, and also to allow this
	parameter to be retrieved from a Msghdr for the Windows case where
	these routines are used to implement C_Sendmsg and C_Recvmsg.

2009-05-06  Bob Duff  <duff@adacore.com>

	* g-expect.adb, g-expect.ads: Minor reformatting

	* sdefault.ads: Minor comment fix

	* g-expect-vms.adb: Minor reformatting

	* table.ads, table.adb (Append_All): New convenience procedure for
	appending a whole array.

	* comperr.adb (Compiler_Abort): Mention the -gnatd.n switch in the bug
	box message. Call Osint.Dump_Source_File_Names to print out the file
	list, instead of rummaging around in various data structures.

	* debug.adb: New switch -gnatd.n, to print source file names as they
	are read.

	* alloc.ads: Add parameters for Osint.File_Name_Chars.

	* osint.ads, osint.adb (Dump_Source_File_Names): New procedure to print
	out source file names during a "bug box".
	(Include_Dir_Default_Prefix): Use memo-izing to avoid repeated new/free.
	(Read_Source_File): Print out the file name, if requested via -gnatd.n.
	If it's not part of the runtimes, store it for later printing by
	Dump_Source_File_Names.

2009-05-06  Javier Miranda  <miranda@adacore.com>

	* gnat_rm.texi (CPP_Constructor): Avoid duplication of the
	documentation and add reference to the GNAT user guide for further
	details.

2009-05-06  Javier Miranda  <miranda@adacore.com>

	* gnat_ugn.texi: Complete documentation for CPP_Constructor and remove
	also wrong examples that use extension aggregates.

2009-05-06  Albert Lee  <lee@adacore.com>

	* s-oscons-tmplt.c (System.OS_Constants): Do not use special definition
	of Msg_Iovlen_T for VMS.


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

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

-------------- next part --------------

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


More information about the Gcc-regression mailing list