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]

GCC build failure, HEAD@177262 on native


With your recent patch, GCC HEAD revision 177262 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 177261.

Log information for changes since the last build:
------------------------------------------------------------------------
r177262 | charlet | 2011-08-03 03:38:26 -0700 (Wed, 03 Aug 2011) | 59 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/a-cfdlli.adb
   M /trunk/gcc/ada/a-cfdlli.ads
   M /trunk/gcc/ada/a-cfhama.adb
   M /trunk/gcc/ada/a-cfhama.ads
   M /trunk/gcc/ada/a-cfhase.adb
   M /trunk/gcc/ada/a-cfhase.ads
   M /trunk/gcc/ada/a-cforma.adb
   M /trunk/gcc/ada/a-cforma.ads
   M /trunk/gcc/ada/a-cforse.adb
   M /trunk/gcc/ada/a-cforse.ads
   M /trunk/gcc/ada/a-cofove.adb
   M /trunk/gcc/ada/a-cofove.ads
   M /trunk/gcc/ada/exp_dist.adb
   M /trunk/gcc/ada/exp_dist.ads
   M /trunk/gcc/ada/exp_util.adb
   M /trunk/gcc/ada/gcc-interface/Make-lang.in
   M /trunk/gcc/ada/gcc-interface/Makefile.in
   M /trunk/gcc/ada/gnatcmd.adb
   M /trunk/gcc/ada/makeutl.ads
   M /trunk/gcc/ada/mlib-prj.adb
   M /trunk/gcc/ada/prj-conf.adb
   M /trunk/gcc/ada/prj-env.adb
   M /trunk/gcc/ada/prj-nmsc.adb
   M /trunk/gcc/ada/prj-proc.adb
   M /trunk/gcc/ada/prj-util.adb
   M /trunk/gcc/ada/prj-util.ads
   M /trunk/gcc/ada/prj.adb
   M /trunk/gcc/ada/prj.ads
   M /trunk/gcc/ada/rtsfind.ads
   M /trunk/gcc/ada/s-taprop-linux.adb
   M /trunk/gcc/ada/s-taprop-posix.adb
   M /trunk/gcc/ada/s-taprop-tru64.adb
   M /trunk/gcc/ada/s-tpopsp-posix-foreign.adb
   M /trunk/gcc/ada/s-tpopsp-posix.adb
   A /trunk/gcc/ada/s-tpopsp-tls.adb
   M /trunk/gcc/ada/sem_ch13.adb
   M /trunk/gcc/ada/sem_ch7.adb
   M /trunk/gcc/ada/system-aix.ads
   M /trunk/gcc/ada/system-aix64.ads

2011-08-03  Robert Dewar  <dewar@adacore.com>

	* gnatcmd.adb, prj-proc.adb, mlib-prj.adb, prj.adb, makeutl.ads,
	prj-util.adb, prj-util.ads, prj-conf.adb, prj-env.adb: Minor
	reformatting.

2011-08-03  Javier Miranda  <miranda@adacore.com>

	* exp_util.adb (Is_VM_By_Copy_Actual): Include N_Slide nodes as actuals
	that must be passed by copy in VM targets.

2011-08-03  Emmanuel Briot  <briot@adacore.com>

	* prj.ads, prj-nmsc.adb (Files_Htable): removed this htable, which
	duplicates a similar htable now in the project tree.

2011-08-03  Claire Dross  <dross@adacore.com>

	* a-cfdlli.adb, a-cfhama.adb, a-cfhase.adb, a-cforma.adb, a-cforse.adb,
	a-cofove.adb ("=", Length, Is_Empty, Clear, Assign, Copy, Element,
	Replace_Element, Query_Element, Update_Element, Move, Insert, Prepend,
	Append, Delete, Delete_First, Delete_Last, Reverse_Element, Swap,
	Splice, First, First_Element, Last, Last_Element, Next, Previous, Find,
	Reverse_Find, Contains, Has_Element, Iterate, Reverse_Iterate, Capacity,
	Reserve_Length, Length, Strict_Equal, Left, Right): Data-structure
	update.

2011-08-03  Arnaud Charlet  <charlet@adacore.com>

	* s-taprop-posix.adb, s-taprop-linux.adb, s-taprop-tru64.adb
	(ATCB_Key): Removed, not always used.
	* s-tpopsp-posix.adb, s-tpopsp-posix-foreign.adb (ATCB_Key): Moved from
	s-taprop-posix.adb.
	* s-tpopsp-tls.adb: New file.
	* gcc-interface/Makefile.in: Use TLS implementation of s-tpopsp.adb on
	x86/x64/ia64/powerpc/sparc Linux.

2011-08-03  Arnaud Charlet  <charlet@adacore.com>

	* system-aix.ads, system-aix64.ads: Set ZCX_By_Default to True.
	* gcc-interface/Makefile.in: Switch to ZCX by default on AIX ports.

2011-08-03  Thomas Quinot  <quinot@adacore.com>

	* rtsfind.ads, exp_dist.adb, exp_dist.ads
	(Build_From_Any_Call, Build_To_Any_Call, Build_TypeCode_Call):
	Fix type selection for mapping integer types to PolyORB types.

2011-08-03  Bob Duff  <duff@adacore.com>

	* sem_ch7.adb: Minor comment clarification.

2011-08-03  Bob Duff  <duff@adacore.com>

	* sem_ch13.adb (Analyze_Enumeration_Representation_Clause): If we get
	an error analyzing a choice, skip further processing. Further
	processing could cause a crash or cascade errors.


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

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

Attachment: native-log.txt
Description: Text document

-- 
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]