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]

NEW GCC build failure, HEAD@146113 on native


With your recent patch, GCC HEAD revision 146113 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 146102.

Log information for changes since the last build:
------------------------------------------------------------------------
r146103 | charlet | 2009-04-15 05:14:57 -0700 (Wed, 15 Apr 2009) | 21 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/prj-part.adb
   M /trunk/gcc/ada/prj-tree.adb
   M /trunk/gcc/ada/prj-tree.ads
   M /trunk/gcc/ada/rtsfind.adb
   M /trunk/gcc/ada/sem_ch3.adb

2009-04-15  Robert Dewar  <dewar@adacore.com>

	* rtsfind.adb: Minor reformatting.

2009-04-15  Emmanuel Briot  <briot@adacore.com>

	* prj-part.adb, prj-tree.adb, prj-tree.ads (Restore_And_Free): renames
	Restore, and free the saved context.

2009-04-15  Gary Dismukes  <dismukes@adacore.com>

	* sem_ch3.adb (Analyze_Private_Extension_Declaration): Move error check
	for illegal private extension from a synchronized interface parent in
	front of check for illegal limited extension so that limited extension
	from a synchronized interface will be rejected.
	(Check_Ifaces): Check that a private extension that has a synchronized
	interface as a progenitor must be explicitly declared synchronized.
	Also check that a record extension cannot derive from a synchronized
	interface.


------------------------------------------------------------------------
r146104 | charlet | 2009-04-15 05:18:14 -0700 (Wed, 15 Apr 2009) | 15 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch6.adb
   M /trunk/gcc/ada/sem_eval.adb
   M /trunk/gcc/ada/targparm.adb

2009-04-15  Robert Dewar  <dewar@adacore.com>

	* sem_eval.adb (Get_Static_Length): Go to origin node for array bounds
	in case they were rewritten by expander (Force_Evaluation).

	* targparm.adb (Get_Target_Parameters): Correct check for
	Suppress_Exception_Locations.

2009-04-15  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch6.adb (Expand_Inlined_Call): If an in-parameter in a call to be
	inlined  is of an array type that is not bit-packed, use a renaming
	declaration to capture its value, rather than a constant declaration.


------------------------------------------------------------------------
r146105 | charlet | 2009-04-15 05:21:57 -0700 (Wed, 15 Apr 2009) | 13 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch6.adb
   M /trunk/gcc/ada/gnatchop.adb
   M /trunk/gcc/ada/sem_ch13.adb

2009-04-15  Robert Dewar  <dewar@adacore.com>

	* sem_ch13.adb (Unchecked_Conversions): Store source location instead
	of node for location for warning messages.

	* gnatchop.adb: Minor reformatting

2009-04-15  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch6.adb: additional guard for renaming declarations for in
	parameters of an array type.


------------------------------------------------------------------------
r146106 | ebotcazou | 2009-04-15 05:25:31 -0700 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog

Fix formatting
------------------------------------------------------------------------
r146107 | charlet | 2009-04-15 05:42:16 -0700 (Wed, 15 Apr 2009) | 4 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gcc-interface/Make-lang.in
   M /trunk/gcc/ada/gcc-interface/Makefile.in

	* gcc-interface/Make-lang.in: Update dependencies.
	* gcc-interface/Makefile.in: Reorganization of s-osinte-vxworks*
	and s-vxwext*.

------------------------------------------------------------------------
r146108 | charlet | 2009-04-15 05:43:58 -0700 (Wed, 15 Apr 2009) | 33 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch7.adb
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/gnatchop.adb
   M /trunk/gcc/ada/par-ch3.adb
   D /trunk/gcc/ada/s-osinte-vxworks-kernel.adb
   M /trunk/gcc/ada/s-osinte-vxworks.adb
   M /trunk/gcc/ada/s-osinte-vxworks.ads
   A /trunk/gcc/ada/s-vxwext-kernel.adb
   M /trunk/gcc/ada/s-vxwext-kernel.ads
   M /trunk/gcc/ada/s-vxwext.ads
   M /trunk/gcc/ada/system-darwin-x86_64.ads
   M /trunk/gcc/ada/system-mingw-x86_64.ads

2009-04-15  Robert Dewar  <dewar@adacore.com>

	* gnatchop.adb (BOM_Length): New global variable
	(Write_Unit): Add new parameter Write_BOM
	(Write_Chopped_Files): Check for BOM and set Write_BOM for call
	to Write_Unit

	* gnat_ugn.texi: Add note on propagation of BOM by gnatchop

2009-04-15  Geert Bosch  <bosch@adacore.com>

	* system-mingw-x86_64.ads, system-darwin-x86_64.ads
	(Backend_Overflow_Checks): Set to True.

2009-04-15  Gary Dismukes  <dismukes@adacore.com>

	* par-ch3.adb (P_Type_Declaration): Issue an error if the synchronized
	keyword is given in a record extension.

2009-04-15  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_ch7.adb (Expand_Ctrl_Function_Call): Procede with the expansion
	of a controlled function call in the context of a record aggregate.
	This does not apply to array aggregates since the call will be expanded
	into assignments.

2009-04-15  Ed Falis  <falis@adacore.com>

	* s-osinte-vxworks-kernel.adb, s-osinte-vxworks.adb,
	s-osinte-vxworks.ads s-vxwext.ads, s-vxwext-kernel.adb,
	s-vxwext-kernel.ads: Reorganize s-osinte-vxworks* and s-vxwext*.


------------------------------------------------------------------------
r146109 | charlet | 2009-04-15 05:45:27 -0700 (Wed, 15 Apr 2009) | 2 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/s-vxwext-rtp.adb
   M /trunk/gcc/ada/s-vxwext-rtp.ads

Reorganize code.

------------------------------------------------------------------------
r146110 | charlet | 2009-04-15 05:48:57 -0700 (Wed, 15 Apr 2009) | 16 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch7.adb
   M /trunk/gcc/ada/frontend.adb
   M /trunk/gcc/ada/sem_ch8.adb

2009-04-15  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_ch7.adb (Expand_Ctrl_Function_Call): Check for the case where the
	immediate parent of the controlled function call is a component
	association.

2009-04-15  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch8.adb (Use_One_Type): If the type is tagged, indicate that the
	corresponding class-wide type is also in use.

2009-04-15  Thomas Quinot  <quinot@adacore.com>

	* frontend.adb: Minor comment fix


------------------------------------------------------------------------
r146111 | charlet | 2009-04-15 05:52:48 -0700 (Wed, 15 Apr 2009) | 19 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gnat_rm.texi
   M /trunk/gcc/ada/sem_ch5.adb
   M /trunk/gcc/ada/sem_ch6.adb
   M /trunk/gcc/ada/sem_warn.adb

2009-04-15  Bob Duff  <duff@adacore.com>

	* sem_ch5.adb (Analyze_Loop_Statement): Don't check for infinite loop
	warnings unless the loop comes from source, because checking generated
	loops is a waste of time, and makes it harder to debug
	Check_Infinite_Loop_Warning.

	* sem_warn.adb (Check_Infinite_Loop_Warning): If the local variable
	tested in the while loop is a renaming, do not warn. Otherwise, we get
	false alarms, because it's usually renaming something that we can't
	deal with (an indexed component, a global variable, ...).

	* gnat_rm.texi: Fix typo

2009-04-15  Thomas Quinot  <quinot@adacore.com>

	* sem_ch6.adb: Minor reformatting


------------------------------------------------------------------------
r146112 | charlet | 2009-04-15 05:57:34 -0700 (Wed, 15 Apr 2009) | 31 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch9.adb
   M /trunk/gcc/ada/sem_ch12.adb
   M /trunk/gcc/ada/sem_util.adb
   M /trunk/gcc/ada/sem_warn.adb
   M /trunk/gcc/ada/sinput-p.adb
   M /trunk/gcc/ada/sinput-p.ads

2009-04-15  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_ch9.adb: Comment improvements.
	(Build_Entry_Family_Name): Add parentheses around the index of a entry
	family member.

2009-04-15  Bob Duff  <duff@adacore.com>

	* sem_warn.adb (Check_Infinite_Loop_Warning): Catch cases like
	"while X /= null loop" where X is unchanged inside the loop. We were
	not warning in this case, because of the pointers -- we feared that the
	loop variable could be updated via a pointer, if there are any pointers
	around the place. But that is impossible in this case.

	* sem_util.adb (May_Be_Lvalue): This routine was overly pessimistic in
	the case of dereferences. In X.all, X cannot be an l-value. We now
	catch that case (and implicit dereferences, too).

2009-04-15  Vincent Celier  <celier@adacore.com>

	* sinput-p.ads, sinput-p.adb (Clear_Source_File_Table): New procedure

2009-04-15  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch12.adb (Is_Actual_Of_Previous_Formal): Make fully recursive.
	From code reading.
	(Analyze_Package_Instantiation): If generic unit in child instance is
	the same as generic unit in parent instance, look for an outer homonym
	to locate the desired generic.


------------------------------------------------------------------------
r146113 | hubicka | 2009-04-15 06:01:20 -0700 (Wed, 15 Apr 2009) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/builtins.def

	* builtins.def (va_start, va_end, va_copy): Mark nothrow.

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

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]