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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r164116 | vmakarov | 2010-09-09 11:36:26 -0700 (Thu, 09 Sep 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/reload1.c

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

	PR middle-end/45312
	* reload1.c (merge_assigned_reloads): Remove.
	(reload_as_needed): Don't call it.


------------------------------------------------------------------------
r164119 | fxcoudert | 2010-09-09 11:47:11 -0700 (Thu, 09 Sep 2010) | 13 lines
Changed paths:
   M /trunk/libgfortran/ChangeLog
   M /trunk/libgfortran/acinclude.m4
   M /trunk/libgfortran/config.h.in
   M /trunk/libgfortran/configure
   M /trunk/libgfortran/configure.ac
   M /trunk/libgfortran/intrinsics/c99_functions.c
   M /trunk/libgfortran/io/write_float.def
   M /trunk/libgfortran/libgfortran.h

	* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE,
	LIBGFOR_CHECK_FOR_BROKEN_ISNAN,
	LIBGFOR_CHECK_FOR_BROKEN_FPCLASSIFY): Remove.
	* configure.ac: Remove above checks.
	* libgfortran.h: Define isnan, isinf, isfinite, isnormal and
	signbit in terms of the respective built-ins.
	* io/write_float.def (WRITE_FLOAT): Use signbit() instead of
	__builtin_signbit().
	* intrinsics/c99_functions.c (tgamma): Use isnan() instead of
	__builtin_isnan().
	* config.h.in: Regenerate.
	* configure: Regenerate.

------------------------------------------------------------------------
r164120 | kargl | 2010-09-09 11:52:11 -0700 (Thu, 09 Sep 2010) | 10 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/expr.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gfortran.dg/dummy_optional_arg.f90

2010-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

	* gfortran.dg/dummy_optional_arg.f90: New test.

2010-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

	* fortran/expr.c (check_inquiry): OPTIONAL attribute is not allowed
	for dummy argument that appears in a specification statement.


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

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]