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]

1 new GCC HEAD@138782 regression


With your recent patch, GCC HEAD revision 138782 had problems on:
native: regress-11 (1 NEW failures)
The previous build was of revision 138768.

Regressions for native:
old   g++.sum g++.dg/other/PR23205.C
old   gcc.sum gcc.dg/debug/dwarf2/dwarf-die3.c
old   gcc.sum gcc.dg/pch/save-temps-1.c
old   gcc.sum gcc.dg/pch/valid-1b.c
old   gcc.sum gcc.dg/pr30286.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/vect-67.c
old   libjava.sum StackTrace2
old   libstdc++.sum ext/pb_ds/regression/trie_data_map_rand.cc
NEW   libstdc++.sum ext/pb_ds/regression/trie_no_data_map_rand.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r138769 | charlet | 2008-08-06 08:31:51 +0000 (Wed, 06 Aug 2008) | 5 lines
Changed paths:
   M /trunk/gcc/ada/xnmake.adb

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* xnmake.adb: Use new XUtil package for platform independent text
	output.

------------------------------------------------------------------------
r138770 | charlet | 2008-08-06 08:32:00 +0000 (Wed, 06 Aug 2008) | 5 lines
Changed paths:
   M /trunk/gcc/ada/gnat_ugn.texi

2008-08-06  Vincent Celier  <celier@adacore.com>

	* gnat_ugn.texi: Document compiler switch -gnateG


------------------------------------------------------------------------
r138771 | charlet | 2008-08-06 08:32:09 +0000 (Wed, 06 Aug 2008) | 9 lines
Changed paths:
   M /trunk/gcc/ada/s-stausa.adb

2008-08-06  Quentin Ochem  <ochem@adacore.com>

	* s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
	in the case of an empty pattern size.
	(Compute_Result): Do not do any computation in the case of an empty
	pattern size.
	(Report_Result): Fixed computation of the overflow guard.


------------------------------------------------------------------------
r138772 | charlet | 2008-08-06 08:32:32 +0000 (Wed, 06 Aug 2008) | 7 lines
Changed paths:
   M /trunk/gcc/ada/g-awk.adb

2008-08-06  Ed Schonberg  <schonberg@adacore.com>

	* g-awk.adb (Finalize): Do not use directly objects of the type in the
	finalization routine to prevent elaboration order anomalies in new
	finalization scheme.


------------------------------------------------------------------------
r138773 | charlet | 2008-08-06 08:32:42 +0000 (Wed, 06 Aug 2008) | 6 lines
Changed paths:
   M /trunk/gcc/ada/sem_ch3.adb

2008-08-06  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
	declaration for the same type.


------------------------------------------------------------------------
r138774 | charlet | 2008-08-06 08:32:52 +0000 (Wed, 06 Aug 2008) | 4 lines
Changed paths:
   M /trunk/gcc/ada/sem.adb

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* sem.adb: Minor rewording (comment)

------------------------------------------------------------------------
r138775 | charlet | 2008-08-06 08:33:21 +0000 (Wed, 06 Aug 2008) | 29 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/g-comlin.adb
   M /trunk/gcc/ada/g-comlin.ads

2008-08-06  Jerome Lambourg  <lambourg@adacore.com>

	* g-comlin.adb (Define_Switch, Get_Switches): New.
	(Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
	ungrouping switches.
	(For_Each_Simple_Switch): Allow more control over parameters handling.
	This generic method now allows ungrouping of switches with parameters
	and switches with more than one letter after the prefix.
	(Set_Command_Line): Take care of switches that are prefixed with a
	switch handling parameters without delimiter (-gnatya and -gnaty3 for
	example).
	(Add_Switch, Remove_Switch): Handle parameters possibly present inside
	a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
	the operation.
	(Start, Alias_Switches, Group_Switches): Take care of parameters
	possibly present inside a group.

	* g-comlin.ads (Define_Switch): New method used to define a list of
	expected switches, that are necessary for correctly ungrouping switches
	with more that one character after the prefix.
	(Get_Switches): Method that builds a getopt string from the list of
	switches as set previously by Define_Switch.
	(Add_Switch, Remove_Switch): New versions of the methods, reporting the
	status of the operation. Also allow the removal of switches with
	parameters only.
	(Command_Line_Configuration_Record): Maintain a list of expected
	switches.


------------------------------------------------------------------------
r138776 | charlet | 2008-08-06 08:52:10 +0000 (Wed, 06 Aug 2008) | 4 lines
Changed paths:
   M /trunk/gcc/ada/sem_ch3.adb

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* sem_ch3.adb: Minor reformatting

------------------------------------------------------------------------
r138777 | charlet | 2008-08-06 08:52:19 +0000 (Wed, 06 Aug 2008) | 5 lines
Changed paths:
   M /trunk/gcc/ada/adaint.c

2008-08-06  Pascal Obry  <obry@adacore.com>

	* adaint.c: Another fix for ACL support on Windows.


------------------------------------------------------------------------
r138778 | charlet | 2008-08-06 08:52:28 +0000 (Wed, 06 Aug 2008) | 6 lines
Changed paths:
   M /trunk/gcc/ada/exp_disp.adb

2008-08-06  Javier Miranda  <miranda@adacore.com>

	* exp_disp (Expand_Interface_Actuals): Adds missing support for
	expansion of calls to subprograms using selected components.


------------------------------------------------------------------------
r138779 | charlet | 2008-08-06 08:52:36 +0000 (Wed, 06 Aug 2008) | 7 lines
Changed paths:
   M /trunk/gcc/ada/sem_res.adb

2008-08-06  Ed Schonberg  <schonberg@adacore.com>

	* sem_res.adb (Resolve_Call): Use base type to determine whether a
	dereference is needed because a subtype of an access_to_subprogram is
	simply an access-subtype


------------------------------------------------------------------------
r138780 | charlet | 2008-08-06 08:52:44 +0000 (Wed, 06 Aug 2008) | 6 lines
Changed paths:
   M /trunk/gcc/ada/g-comlin.adb

2008-08-06  Jerome Lambourg  <lambourg@adacore.com>

	* g-comlin.adb (Set_Command_Line): Now that aliases can contain
	parameters, always specify the expected separator.


------------------------------------------------------------------------
r138781 | charlet | 2008-08-06 08:57:21 +0000 (Wed, 06 Aug 2008) | 10 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/Makefile.rtl
   A /trunk/gcc/ada/g-socket-dummy.adb
   A /trunk/gcc/ada/g-socket-dummy.ads
   A /trunk/gcc/ada/g-socthi-dummy.adb
   A /trunk/gcc/ada/g-socthi-dummy.ads
   A /trunk/gcc/ada/g-sothco-dummy.adb
   A /trunk/gcc/ada/g-sothco-dummy.ads
   A /trunk/gcc/ada/g-sttsne-dummy.ads
   M /trunk/gcc/ada/gcc-interface/Makefile.in

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
	g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
	g-sttsne-dummy.ads: New files.

	* gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
	with pragma Unimplemented_Unit for sockets packages on Nucleus.


------------------------------------------------------------------------
r138782 | charlet | 2008-08-06 09:16:07 +0000 (Wed, 06 Aug 2008) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gnat.dg/iface_test.adb
   A /trunk/gcc/testsuite/gnat.dg/iface_test.ads
   A /trunk/gcc/testsuite/gnat.dg/test_call.adb

New tests.

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

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

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