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@160722 on native


With your recent patch, GCC HEAD revision 160722 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 160713.

Log information for changes since the last build:
------------------------------------------------------------------------
r160714 | charlet | 2010-06-14 02:17:14 -0700 (Mon, 14 Jun 2010) | 22 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_attr.adb
   M /trunk/gcc/ada/gnatcmd.adb
   M /trunk/gcc/ada/s-oscons-tmplt.c
   M /trunk/gcc/ada/s-stoele.adb
   M /trunk/gcc/ada/sem_ch4.adb

2010-06-14  Gary Dismukes  <dismukes@adacore.com>

	* sem_ch4.adb: Fix typo.

2010-06-14  Vasiliy Fofanov  <fofanov@adacore.com>

	* s-oscons-tmplt.c (IOV_MAX): redefine on Tru64 and VMS since the
	vector IO doesn't work at default value properly.

2010-06-14  Doug Rupp  <rupp@adacore.com>

	* s-stoele.adb: Remove unnecessary qualification of To_Address for VMS.

2010-06-14  Vincent Celier  <celier@adacore.com>

	* gnatcmd.adb (Check_Files): Do not invoke the tool with all the
	sources of the project if a switch -files= is used.

2010-06-14  Thomas Quinot  <quinot@adacore.com>

	* exp_attr.adb: Minor reformatting

------------------------------------------------------------------------
r160715 | charlet | 2010-06-14 02:22:35 -0700 (Mon, 14 Jun 2010) | 15 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/ali.adb
   M /trunk/gcc/ada/ali.ads
   M /trunk/gcc/ada/bindgen.adb
   M /trunk/gcc/ada/gnatbind.adb

2010-06-14  Vincent Celier  <celier@adacore.com>

	* gnatbind.adb: Call Scan_ALI with Directly_Scanned set to True for all
	the ALI files on the command line.

	* ali.adb (Scan_ALI): Set component Directly_Scanned of the unit(s) to
	the same value as the parameter of the same name.
	* ali.ads (Scan_ALI): New Boolean parameter Directly_Scanned, defaulted
	to False.
	* bindgen.adb (Gen_Versions_Ada): Never emit version symbols for
	Stand-Alone Library interfaces. When binding Stand-Alone Libraries,
	emit version symbols only for the units of the library.
	(Gen_Versions_C): Ditto.


------------------------------------------------------------------------
r160716 | charlet | 2010-06-14 02:26:32 -0700 (Mon, 14 Jun 2010) | 17 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_ch3.adb
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/gnatcmd.adb
   M /trunk/gcc/ada/sem_ch12.adb
   M /trunk/gcc/ada/sem_util.adb

2010-06-14  Robert Dewar  <dewar@adacore.com>

	* gnatcmd.adb, sem_util.adb, exp_ch3.adb: Minor reformatting

2010-06-14  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch12.adb (Save_References): If an identifier has been rewritten
	during analysis as an explicit dereference, keep the reference implicit
	in the generic, but preserve the entity if global. This prevents
	malformed generic trees in the presence of some nested generics.

2010-06-14  Sergey Rybin  <rybin@adacore.com>

	* gnat_ugn.texi: For the GNAT driver, clarify the effect of calling the
	tool with '-files=' option. Also fix some small errors (wrong brackets)


------------------------------------------------------------------------
r160717 | charlet | 2010-06-14 02:28:36 -0700 (Mon, 14 Jun 2010) | 2 lines
Changed paths:
   M /trunk/gcc/ada/sem_ch13.adb

Fix typo.

------------------------------------------------------------------------
r160718 | charlet | 2010-06-14 02:34:49 -0700 (Mon, 14 Jun 2010) | 12 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/sem.adb
   M /trunk/gcc/ada/sem_elab.adb
   M /trunk/gcc/ada/sem_res.adb

2010-06-14  Robert Dewar  <dewar@adacore.com>

	* sem_res.adb: Minor reformatting

2010-06-14  Ed Schonberg  <schonberg@adacore.com>

	* sem.adb: New version of unit traversal.

	* sem_elab.adb (Check_Internal_Call): Do not place a call appearing
	within a generic unit in the table of delayed calls.


------------------------------------------------------------------------
r160719 | charlet | 2010-06-14 02:37:52 -0700 (Mon, 14 Jun 2010) | 2 lines
Changed paths:
   M /trunk/gcc/ada/sem_elab.adb

Minor reformatting.

------------------------------------------------------------------------
r160720 | charlet | 2010-06-14 03:09:30 -0700 (Mon, 14 Jun 2010) | 38 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_aggr.adb
   M /trunk/gcc/ada/exp_ch3.adb
   M /trunk/gcc/ada/exp_ch3.ads
   M /trunk/gcc/ada/exp_prag.adb
   M /trunk/gcc/ada/exp_util.adb
   M /trunk/gcc/ada/exp_util.ads
   M /trunk/gcc/ada/freeze.adb
   M /trunk/gcc/ada/opt.ads
   M /trunk/gcc/ada/sem.adb
   M /trunk/gcc/ada/sem_ch6.adb
   M /trunk/gcc/ada/sem_ch7.adb
   M /trunk/gcc/ada/sem_elab.adb

2010-06-14  Robert Dewar  <dewar@adacore.com>

	* opt.ads, sem.adb, sem_elab.adb: Minor reformatting

2010-06-14  Robert Dewar  <dewar@adacore.com>

	* exp_aggr.adb (Has_Address_Clause): Moved to Exp_Util, and there it
	is renamed as Has_Following_Address_Clause.
	* exp_ch3.adb (Needs_Simple_Initialization): Add Consider_IS argument
	to allow the caller to avoid Initialize_Scalars having an effect.
	(Expand_N_Object_Declaration): Do not do Initialize_Scalars stuff for
	scalars with an address clause specified.
	* exp_ch3.ads (Needs_Simple_Initialization): Add Consider_IS argument
	to allow the caller to avoid Initialize_Scalars having an effect.
	* exp_util.adb (Has_Following_Address_Clause): Moved here from Exp_Aggr
	(where it was called Has_Address_Clause).
	* exp_util.ads (Has_Following_Address_Clause): Moved here from Exp_Aggr
	(where it was called Has_Address_Clause).
	* freeze.adb (Warn_Overlay): Suppress message about overlaying causing
	problems for Initialize_Scalars (since we no longer initialize objects
	with an address clause.

2010-06-14  Robert Dewar  <dewar@adacore.com>

	* exp_prag.adb (Expand_Pragma_Check): Set Loc of generated code from
	condition.

2010-06-14  Gary Dismukes  <dismukes@adacore.com>

	* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set Debug_Info_Needed
	on the entity of an implicitly generated postcondition procedure.

2010-06-14  Thomas Quinot  <quinot@adacore.com>

	* sem_ch7.adb (Preserve_Full_Attributes): Propagate
	Discriminant_Constraint elist from full view to private view.


------------------------------------------------------------------------
r160721 | charlet | 2010-06-14 03:26:38 -0700 (Mon, 14 Jun 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/exp_dbug.adb
   M /trunk/gcc/ada/gcc-interface/Make-lang.in

2010-06-14  Jerome Lambourg  <lambourg@adacore.com>

	* exp_dbug.adb (Debug_Renaming_Declaration): Do not output any debug
	declaration for VMs, as those are useless and might lead to duplicated
	local variable names in the generated code.
	* gcc-interface/Make-lang.in: Update dependdencies.


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

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

Attachment: native-log.txt
Description: Text document

-- 
Geoffrey Keating <geoffk@apple.com> 
(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]