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]

2 new GCC HEAD@174836 regressions


With your recent patch, GCC HEAD revision 174836 had problems on:
native: regress-4 (2 NEW failures)
The previous build was of revision 174833.

Regressions for native:
NEW   gcc.sum gcc.dg/20051207-3.c
old   gcc.sum gcc.dg/guality/vla-2.c
NEW   gcc.sum gcc.dg/tls/section-1.c
old   gcc.sum gcc.dg/tree-ssa/vrp47.c

Log information for changes since the last build:
------------------------------------------------------------------------
r174834 | ak | 2011-06-08 23:20:05 -0700 (Wed, 08 Jun 2011) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/reginfo.c
   M /trunk/gcc/rtl.h
   M /trunk/gcc/varasm.c

Print location for conflicting global regs.

gcc/

2011-06-08  Andi Kleen  <ak@linux.intel.com>

	* reginfo.c (global_regs_decl): Add.
	(globalize_reg): Add decl parameter. Compute location.
	Pass location to warnings and add inform. Store decl
	in global_regs_decl.
	* rtl.h (globalize_reg): Update prototype.
	* varasm.c (make_decl_rtl): Pass decl to globalize_reg().
------------------------------------------------------------------------
r174835 | ak | 2011-06-08 23:21:06 -0700 (Wed, 08 Jun 2011) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/driver-i386.c

add another sandy bridge model number.

gcc/:

2011-06-08  Andi Kleen  <ak@linux.intel.com>

	* config/i386/driver-i386.c (host_detect_local_cpu):
	Add model 0x2d Intel CPU.
------------------------------------------------------------------------
r174836 | ak | 2011-06-08 23:22:17 -0700 (Wed, 08 Jun 2011) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/varasm.c

better warning for section conflict

gcc/:

2011-06-08  Andi Kleen  <ak@linux.intel.com>

	* varasm.c (get_section): Print location of other conflict
	for section conflicts.
------------------------------------------------------------------------

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]