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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r164146 | charlet | 2010-09-10 02:31:02 -0700 (Fri, 10 Sep 2010) | 18 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/Make-generated.in
   M /trunk/gcc/ada/exp_ch6.adb
   M /trunk/gcc/ada/g-pehage.ads
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/prj-util.adb
   M /trunk/gcc/ada/prj-util.ads

2010-09-10  Robert Dewar  <dewar@adacore.com>

	* g-pehage.ads: Minor reformatting

	* gnat_ugn.texi: Clarifying comment on -gnatyc
	* exp_ch6.adb (Expand_N_Subprogram_Body): Reset Is_Pure if limited
	arguments.

2010-09-10  Tristan Gingold  <gingold@adacore.com>

	* Make-generated.in (gnat.hlp): New rule.

2010-09-10  Emmanuel Briot  <briot@adacore.com>

	* prj-util.adb, prj-util.ads (Executable_Of): New parameter
	Include_Suffix.


------------------------------------------------------------------------
r164147 | charlet | 2010-09-10 02:41:06 -0700 (Fri, 10 Sep 2010) | 17 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/opt.adb
   M /trunk/gcc/ada/opt.ads
   M /trunk/gcc/ada/par-prag.adb
   M /trunk/gcc/ada/prj-util.adb
   M /trunk/gcc/ada/prj-util.ads
   M /trunk/gcc/ada/sem_prag.adb
   M /trunk/gcc/ada/snames.ads-tmpl

2010-09-10  Robert Dewar  <dewar@adacore.com>

	* opt.adb (Short_Descriptors): New flag
	(Short_Descriptors_Config): New flag
	* opt.ads (Short_Descriptors): New flag
	(Short_Descriptors_Config): New flag
	* par-prag.adb: Add dummy entry for Short_Descriptors pragma
	* sem_prag.adb (Set_Mechanism_Value): Deal with Short_Descriptors pragma
	(Analyze_Pragma): Implement Short_Descriptors pragma
	* snames.ads-tmpl: Add entry for Short_Descriptors pragma

2010-09-10  Emmanuel Briot  <briot@adacore.com>

	* prj-util.adb, prj-util.ads (Executable_Of): Take into account the
	project's Executable_Suffix.


------------------------------------------------------------------------
r164148 | hubicka | 2010-09-10 02:42:20 -0700 (Fri, 10 Sep 2010) | 5 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/class.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/inherit/covariant7.C


	PR tree-optimization/45605
	* cp/class.c (build_vtbl_initializer): Avoid wrong type conversion in ADDR_EXPR


------------------------------------------------------------------------
r164149 | charlet | 2010-09-10 02:45:27 -0700 (Fri, 10 Sep 2010) | 28 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/checks.adb
   M /trunk/gcc/ada/gnat_rm.texi
   M /trunk/gcc/ada/prj-ext.adb
   M /trunk/gcc/ada/prj-tree.ads
   M /trunk/gcc/ada/prj-util.adb
   M /trunk/gcc/ada/s-taprop-linux.adb
   M /trunk/gcc/ada/s-taskin.ads

2010-09-10  Emmanuel Briot  <briot@adacore.com>

	* prj-util.adb (Executable_Of): Fix CE when the project does not
	contain a Builder package.

2010-09-10  Vincent Celier  <celier@adacore.com>

	* prj-ext.adb (Initialize_Project_Path): Add <prefix>/lib/gpr/<target>
	to the project path, if Prefix and Target_Name are defined.
	* prj-tree.ads (Project_Node_Tree_Data): New component Target_Name

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

	* checks.adb (Ensure_Valid): If the expression is a boolean expression
	or short-circuit operation, do no emit a validity check: only the
	elementary operands of the expression need checking.

2010-09-10  Ben Brosgol  <brosgol@adacore.com>

	* gnat_rm.texi: Document Short_Descriptors.

2010-09-10  Arnaud Charlet  <charlet@adacore.com>

	* s-taprop-linux.adb, s-taskin.ads (Task_Alternate_Stack): Default
	initialize to Null_Address.
	(Enter_Task): Do not set up an alternate stack for foreign threads.


------------------------------------------------------------------------
r164150 | nicola | 2010-09-10 02:54:04 -0700 (Fri, 10 Sep 2010) | 4 lines
Changed paths:
   M /trunk/gcc/objc/ChangeLog
   M /trunk/gcc/objc/objc-act.c

        * objc/objc-act.c (objc_begin_try_stmt): Generate an error if
        -fobjc-exceptions was not used.  (objc_build_throw_stmt): Same
        change.

------------------------------------------------------------------------
r164151 | charlet | 2010-09-10 02:54:24 -0700 (Fri, 10 Sep 2010) | 12 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/a-dirval.adb
   M /trunk/gcc/ada/s-fileio.adb
   M /trunk/gcc/ada/s-taskin.ads
   M /trunk/gcc/ada/s-tporft.adb

2010-09-10  Arnaud Charlet  <charlet@adacore.com>

	* s-tporft.adb, s-taskin.ads (Register_Foreign_Thread): Move
	initialization of Task_Alternate_Stack here, cleaner since in case of
	ranvescar, Restricted_Ada_Task_Control_Block is not initialized
	implicitly.

2010-09-10  Thomas Quinot  <quinot@adacore.com>

	* s-fileio.adb, a-dirval.adb: Minor reformatting.


------------------------------------------------------------------------
r164152 | nicola | 2010-09-10 02:54:54 -0700 (Fri, 10 Sep 2010) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/objc.dg/fobjc-exceptions.m

        * objc.dg/fobjc-exceptions.m: New test.

------------------------------------------------------------------------
r164153 | nicola | 2010-09-10 02:56:40 -0700 (Fri, 10 Sep 2010) | 21 lines
Changed paths:
   M /trunk/libobjc/ChangeLog
   M /trunk/libobjc/Makefile.in
   M /trunk/libobjc/Object.m
   M /trunk/libobjc/objc/Object.h
   A /trunk/libobjc/objc/README
   A /trunk/libobjc/objc/deprecated
   A /trunk/libobjc/objc/deprecated/Object.h
   A /trunk/libobjc/objc/deprecated/README
   A /trunk/libobjc/objc/deprecated/objc-unexpected-exception.h
   A /trunk/libobjc/objc/deprecated/typedstream.h
   M /trunk/libobjc/objc/objc-api.h
   M /trunk/libobjc/objc/objc-exception.h
   M /trunk/libobjc/objc/typedstream.h
   A /trunk/libobjc/objc-private
   A /trunk/libobjc/objc-private/README

        * libobjc/objc/deprecated: New directory.
        * libobjc/objc/deprecated/README: New file.
        * libobjc/objc/README: New file.
        * libobjc/objc/typedstream.h: Moved into objc/deprecated/typedstream.h;
        objc/typedstream.h replaced with a placeholder including the file
        from the deprecated/ directory.
        * libobjc/objc/deprecated/objc-unexpected-exception.h: New file with the
        definition of _objc_unexpected_exception.       
        * libobjc/objc/objc-api.h: Include deprecated/objc-unexcepted-exception.h
        instead of defining _objc_unexpected_exception.
        * libobjc/objc/deprecated/Object.h: New file with the deprecated Object
        methods in a 'Deprecated' category.
        * libobjc/objc/Object.h Include deprecated/Object.h instead of defining
        the deprecated methods.
        * libobjc/Object.m: Moved deprecated methods into 'Deprecated' category.
        * libobjc/objc-private: New directory.
        * libobjc/objc-private/README: New file.
        * libobjc/Makefile.in (OBJC_DEPRECATED_H): New variable.
        (install-headers): Create installation directory for
        OBJC_DEPRECATED_H headers, and install them.

------------------------------------------------------------------------
r164154 | charlet | 2010-09-10 02:57:37 -0700 (Fri, 10 Sep 2010) | 24 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gnat1drv.adb
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/gnatlink.adb
   M /trunk/gcc/ada/sem_ch3.adb
   M /trunk/gcc/ada/xref_lib.adb

2010-09-10  Robert Dewar  <dewar@adacore.com>

	* gnat_ugn.texi: Add section on intent of style checking options.

2010-09-10  Arnaud Charlet  <charlet@adacore.com>

	* xref_lib.adb (Get_Full_Type): Fix handling of 'a' char.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch3.adb: Improve error message on derivation from class-wide type

2010-09-10  Steve Baird  <baird@adacore.com>

	* gnat1drv.adb (Adjust_Global_Switches): Enable Expression_With_Actions
	generation when Generate_SCIL is True.

2010-09-10  Geert Bosch  <bosch@adacore.com>

	* gnatlink.adb (Check_ Existing_Executable): New procedure for checking
	validity of executable name and removing any existing executable
	(Gnatlink): Call Check_Existing_Executable.


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

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]