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@145333 regression


With your recent patch, GCC HEAD revision 145333 had problems on:
native: regress-1 (previously the build failed)
The previous build was of revision 145323.

Regressions for native:
NEW   libjava.sum Thread_Sleep_2

Log information for changes since the last build:
------------------------------------------------------------------------
r145326 | gccadmin | 2009-03-30 17:17:23 -0700 (Mon, 30 Mar 2009) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------
r145327 | amodra | 2009-03-30 18:41:03 -0700 (Mon, 30 Mar 2009) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/spu/spu.c

	* config/spu/spu.c (spu_expand_prologue): Delete redundant code.


------------------------------------------------------------------------
r145328 | bje | 2009-03-30 18:56:52 -0700 (Mon, 30 Mar 2009) | 4 lines
Changed paths:
   M /trunk/libmudflap/ChangeLog
   M /trunk/libmudflap/testsuite/libmudflap.c/fail27-frag.c

	PR libmudflap/38462
	* testsuite/libmudflap.c/fail27-frag.c: Match `mudflap dead
	object', not `mudflap object'.

------------------------------------------------------------------------
r145330 | amodra | 2009-03-30 20:11:34 -0700 (Mon, 30 Mar 2009) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/rs6000/rs6000.h
   M /trunk/gcc/config/rs6000/rs6000.md
   M /trunk/gcc/config/rs6000/rs6000.opt
   M /trunk/gcc/config.in
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac
   M /trunk/gcc/doc/invoke.texi

	* doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.
	* configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
	* configure: Regenerate.
	* config.in: Regenerate.
	* config/rs6000/rs6000.opt (mtls-markers): Add.
	* config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
	* config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
	(tls_ld_aix, tls_ld_sysv): Likewise.
	(tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
	(tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.


------------------------------------------------------------------------
r145331 | kargl | 2009-03-30 21:38:12 -0700 (Mon, 30 Mar 2009) | 26 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/match.c
   M /trunk/gcc/fortran/resolve.c
   M /trunk/gcc/fortran/trans-stmt.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gfortran.dg/alloc_alloc_expr_1.f90
   A /trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
   A /trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_2.f90
   A /trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_3.f90
   A /trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
   A /trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_2.f90
   A /trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_3.f90

2008-12-10  Steven G. Kargl  <kargls@comcast.net>

	* gfortran.dg/alloc_alloc_expr_1.f90: Adjust for new error message.
	* gfortran.dg/allocate_alloc_opt_1.f90: New test.
	* gfortran.dg/allocate_alloc_opt_2.f90: Ditto.
	* gfortran.dg/allocate_alloc_opt_3.f90: Ditto.
	* gfortran.dg/deallocate_alloc_opt_1.f90: Ditto.
	* gfortran.dg/deallocate_alloc_opt_2.f90: Ditto.
	* gfortran.dg/deallocate_alloc_opt_3.f90: Ditto.


2008-12-10  Steven G. Kargl  <kargls@comcast.net>

	* trans-stmt.c(gfc_trans_allocate): Add translation of ERRMSG.
	(gfc_trans_deallocate): Add translation of ERRMSG.  Remove stale
	comments.  Minor whitespace cleanup.
	* resolve.c(is_scalar_expr_ptr): Whitespace cleanup.
	(resolve_deallocate_expr (gfc_expr *e): Update error message.
	(resolve_allocate_expr):  Remove dead code.  Update error message.
	Move error checking to ...
	(resolve_allocate_deallocate): ... here.  Add additional error
	checking for STAT, ERRMSG, and allocate-objects.
	* match.c(gfc_match_allocate,gfc_match_deallocate):  Parse ERRMSG.
	Check for redundant uses of STAT and ERRMSG.  Reword error message
	and add checking for pointer, allocatable, and proc_pointer attributes.

------------------------------------------------------------------------
r145332 | bje | 2009-03-30 22:25:08 -0700 (Mon, 30 Mar 2009) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/rs6000/rs6000.c

	PR target/31635
	* config/rs6000/rs6000.c (rs6000_handle_option): Handle
	OPT_mvrsave.

------------------------------------------------------------------------
r145333 | revitale | 2009-03-30 23:19:06 -0700 (Mon, 30 Mar 2009) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/modulo-sched.c

SMS - Pass the actual schedulable rows to compute_split_row
------------------------------------------------------------------------

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

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