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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r164092 | charlet | 2010-09-09 06:38:12 -0700 (Thu, 09 Sep 2010) | 44 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/a-cdlili.adb
   M /trunk/gcc/ada/a-chtgke.adb
   M /trunk/gcc/ada/a-chtgop.adb
   M /trunk/gcc/ada/a-cidlli.adb
   M /trunk/gcc/ada/a-cihama.adb
   M /trunk/gcc/ada/a-cihase.adb
   M /trunk/gcc/ada/a-ciorma.adb
   M /trunk/gcc/ada/a-ciormu.adb
   M /trunk/gcc/ada/a-ciorse.adb
   M /trunk/gcc/ada/a-cohama.adb
   M /trunk/gcc/ada/a-cohase.adb
   M /trunk/gcc/ada/a-coinve.adb
   M /trunk/gcc/ada/a-convec.adb
   M /trunk/gcc/ada/a-coorma.adb
   M /trunk/gcc/ada/a-coormu.adb
   M /trunk/gcc/ada/a-coorse.adb
   M /trunk/gcc/ada/exp_ch6.adb
   M /trunk/gcc/ada/exp_disp.adb
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/gnatcmd.adb
   M /trunk/gcc/ada/projects.texi
   M /trunk/gcc/ada/vms_conv.ads

2010-09-09  Matthew Heaney  <heaney@adacore.com>

	* a-convec.adb, a-coinve.adb (Clear, Delete, Delete_Last, Finalize,
	Merge, Insert, Insert_Space, Move, Reserve_Capacity, Generic_Sorting,
	Replace_Element, Reverse_Elements, Swap): Change exception message to
	correctly indicate kind of tampering (cursor or element).
	* a-cdlili.adb, a-cidlli.adb (Clear, Delete, Delete_First, Delete_Last,
	Merge, Generic_Sorting, Insert, Move, Reverse_Elements, Splice,
	Swap_Links, Replace_Element, Swap): Ditto.
	* a-coorse.adb, a-ciorse.adb (Include, Replace, Replace_Element): Ditto
	* a-coorma.adb, a-ciorma.adb (Include, Replace, Replace_Element): Ditto
	* a-coormu.adb, a-ciormu.adb (Replace_Element): Ditto
	* a-chtgke.adb (Delete_Key_Sans_Free, Generic_Conditional_Insert,
	Generic_Replace_Element): Ditto
	* a-chtgop.adb (Clear, Move, Reserve_Capacity): Ditto
	* a-cohama.adb, a-cihama.adb (Delete, Include, Replace,
	Replace_Element): Ditto.
	* a-cohase.adb, a-cihase.adb (Delete, Difference, Intersection,
	Symmetric_Difference, Union, Include, Replace): Ditto

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

	* sprint.adb (Write_Id): If the parent node is an expanded name, check
	that its entity_or_associated_node is an entity before writing it out.
	* exp_disp.adb (Make_Tags); if a type is declared in C++ and has no
	constructors, there is no need for a dispatch table pointer because the
	table is fully inherited from the C++ code.

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

	* projects.texi: Fix wrong identifiers on package end lines in project
	files examples.
	* exp_ch6.adb: Minor reformatting.

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

	* gnatcmd.adb, vms_conv.ads, vms_help.adb, vms_cmds.ads: Extract
	Command_Type from vms_conv.ads.

2010-09-09  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat_ugn.texi: Fix description of -O3 optimization level.


------------------------------------------------------------------------
r164093 | charlet | 2010-09-09 06:39:14 -0700 (Thu, 09 Sep 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ada/sprint.adb

	* sprint.adb (Write_Id): If the parent node is an expanded name, check
	that its entity_or_associated_node is an entity before writing it out.

------------------------------------------------------------------------
r164094 | mikael | 2010-09-09 06:41:54 -0700 (Thu, 09 Sep 2010) | 7 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-array.c
   M /trunk/gcc/fortran/trans-intrinsic.c

2010-09-09  Mikael Morin  <mikael@gcc.gnu.org>

	* trans-array.c (gfc_trans_create_temp_array): Don't set dim array.
	(gfc_conv_loop_setup, gfc_walk_function_expr): Set dim array.
	* trans-intrinsic.c (gfc_walk_intrinsic_libfunc): Ditto.


------------------------------------------------------------------------
r164096 | charlet | 2010-09-09 06:44:04 -0700 (Thu, 09 Sep 2010) | 24 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/checks.adb
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/sem_eval.adb
   M /trunk/gcc/ada/sem_warn.adb

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

	* sem_eval.adb (Is_Same_Value): Two occurrences of the same
	discriminant cannot be assumed to be the same value because they may
	refer to bounds of a component of two different instances of a
	discriminated type.

2010-09-09  Gary Dismukes  <dismukes@adacore.com>

	* checks.adb (Apply_Arithmetic_Overflow_Check): When converting the
	operands of an operator to the type of an enclosing conversion, rewrite
	the operator so the conversion can't be flagged as redundant.
	Remove useless assignments to Typ and Rtyp.

2010-09-09  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat_ugn.texi: Fix another long line.

2010-09-09  Bob Duff  <duff@adacore.com>

	* sem_warn.adb (Output_Reference_Error): Don't warn for renames read
	but never assigned.


------------------------------------------------------------------------
r164098 | charlet | 2010-09-09 06:48:11 -0700 (Thu, 09 Sep 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/checks.adb
   M /trunk/gcc/ada/debug.adb
   M /trunk/gcc/ada/exp_dbug.ads
   M /trunk/gcc/ada/exp_disp.adb
   M /trunk/gcc/ada/impunit.adb

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

	* impunit.adb: Add entry for a-izteio.
	* checks.adb: Add comment.
	* debug.adb, exp_disp.adb: Minor reformatting.
	* exp_dbug.ads: Minor reformatting throughout (pack block comments).


------------------------------------------------------------------------
r164099 | charlet | 2010-09-09 06:50:19 -0700 (Thu, 09 Sep 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gnatcmd.adb
   M /trunk/gcc/ada/gnatlink.adb
   M /trunk/gcc/ada/sem_ch12.adb
   M /trunk/gcc/ada/sem_eval.adb
   M /trunk/gcc/ada/sinput-p.adb

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

	* gnatcmd.adb, gnatlink.adb, sem_ch12.adb, sem_eval.adb, sinput-p.adb:
	Minor reformatting


------------------------------------------------------------------------
r164100 | vmakarov | 2010-09-09 06:51:25 -0700 (Thu, 09 Sep 2010) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/ira.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr40386.c
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr40386.x

2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>

	PR middle-end/40386
	* ira.c (pseudo_for_reload_consideration_p): Don't use
	flag_ira_share_spill_slots.

2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>

	PR middle-end/40386
	* gcc.c-torture/execute/{pr40386.c,pr40386.x}: New testcase.



------------------------------------------------------------------------
r164101 | charlet | 2010-09-09 06:53:19 -0700 (Thu, 09 Sep 2010) | 18 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/impunit.adb
   M /trunk/gcc/ada/s-taenca.adb
   M /trunk/gcc/ada/s-tpobop.adb
   M /trunk/gcc/ada/sinput-p.ads

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

	* sinput-p.ads: Minor comment update.

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

	* s-tpobop.adb, s-taenca.adb (Wait_For_Completion_With_Timeout): Reset
	Entry_Call.State if needed so that the call is marked as cancelled by
	Check_Pending_Actions_For_Entry_Call.
	(Timed_Protected_Entry_Call): Adjust calls to Defer/Under_Abort, since
	this procedure may be called from a controlled operation
	(Initialize/Finalize).

2010-09-09  Vadim Godunko  <godunko@adacore.com>

	* impunit.adb: Correct spelling of package's name in the comment.


------------------------------------------------------------------------
r164102 | vmakarov | 2010-09-09 06:53:32 -0700 (Thu, 09 Sep 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/ira.c

2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>

	PR middle-end/44554
	* ira.c (ira): Switch off sharing spill slots if setjmp is called.


------------------------------------------------------------------------
r164103 | mikael | 2010-09-09 06:54:34 -0700 (Thu, 09 Sep 2010) | 6 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-array.c

2010-09-09  Mikael Morin  <mikael@gcc.gnu.org>

	* trans-array.c (gfc_trans_preloop_setup): Unconditionally use the
	dim array to get the stride in the innermost loop.


------------------------------------------------------------------------
r164104 | charlet | 2010-09-09 06:55:34 -0700 (Thu, 09 Sep 2010) | 13 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gnat_ugn.texi
   M /trunk/gcc/ada/make.adb
   M /trunk/gcc/ada/makeutl.ads

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

	* gnat_ugn.texi: Add documentation for new gnatmake switch
	--create-map-file.
	* make.adb (Map_File): New global variable to store the value of switch
	--create-map-file.
	(Gnatmake): Add switch -M to gnatlink if buider switch --create-map-file
	has been specified.
	(Scan_Make_Arg): Recognize switch --create-map-file
	* makeutl.ads (Create_Map_File_Switch): New constant string for new
	gnatmake and gprbuild switch --create-map-file.


------------------------------------------------------------------------
r164106 | hubicka | 2010-09-09 06:56:49 -0700 (Thu, 09 Sep 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/collect2.c

	* collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
	command line to allow more partitions than input files.

------------------------------------------------------------------------
r164108 | hariharans | 2010-09-09 06:59:42 -0700 (Thu, 09 Sep 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/picochip/picochip.c

        * config/picochip/picochip.c (picochip_reorg): Check for note_p for
          epilogue instruction move.


------------------------------------------------------------------------
r164109 | mikael | 2010-09-09 07:12:08 -0700 (Thu, 09 Sep 2010) | 6 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-array.c

2010-09-09  Mikael Morin  <mikael@gcc.gnu.org>

	* trans-array.c (gfc_set_loop_bounds_from_array_spec):
	Get the array dimension from the dim array.


------------------------------------------------------------------------
r164110 | nathan | 2010-09-09 07:12:57 -0700 (Thu, 09 Sep 2010) | 26 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-family/ChangeLog
   M /trunk/gcc/c-family/c-common.c
   M /trunk/gcc/config.in
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac
   M /trunk/gcc/defaults.h
   M /trunk/gcc/doc/extend.texi
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/ext/attr-ifunc-1.C
   A /trunk/gcc/testsuite/g++.dg/ext/attr-ifunc-2.C
   A /trunk/gcc/testsuite/g++.dg/ext/attr-ifunc-3.C
   A /trunk/gcc/testsuite/g++.dg/ext/attr-ifunc-4.C
   A /trunk/gcc/testsuite/gcc.dg/attr-ifunc-1.c
   A /trunk/gcc/testsuite/gcc.dg/attr-ifunc-2.c
   A /trunk/gcc/testsuite/gcc.dg/attr-ifunc-3.c
   A /trunk/gcc/testsuite/gcc.dg/attr-ifunc-4.c
   A /trunk/gcc/testsuite/gcc.dg/attr-ifunc-5.c
   M /trunk/gcc/testsuite/lib/target-supports-dg.exp
   M /trunk/gcc/testsuite/lib/target-supports.exp
   M /trunk/gcc/varasm.c

	* configure.ac (gnu_indirect_function): New test.
	* configure: Rebuilt.
	* config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
	* defaults.h (IFUNC_ASM_TYPE): Provide default.

	* doc/extend.texi (Function Attributes): Document ifunc.
	* varasm.c (do_assemble_alias): Deal with ifuncs too.

	c-family/
	* c-common.c (handle_alias_ifunc_attribute): New, broken out of	...
	(handle_alias_attribute): ... here.
	(handle_ifunc_attribute): New.

	testsuite/
	* lib/target-supports-dg.exp (dg-require-ifunc): New.
	* lib/target-supports.exp (check_ifunc_available): New.
	* gcc.dg/attr-ifunc-1.c: New.
	* gcc.dg/attr-ifunc-2.c: New.
	* gcc.dg/attr-ifunc-3.c: New.
	* gcc.dg/attr-ifunc-4.c: New.
	* gcc.dg/attr-ifunc-5.c: New.
	* testsuite/g++.dg/ext/attr-ifunc-1.C
	* testsuite/g++.dg/ext/attr-ifunc-2.C
	* testsuite/g++.dg/ext/attr-ifunc-3.C
	* testsuite/g++.dg/ext/attr-ifunc-4.C

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

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]