This is the mail archive of the gcc-patches@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]

Re: GCC build failed for native with your patch on 2003-06-15T11:29:32Z.


This is most definitely Richard's patch:
+2003-06-15  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
+	insn_locators_initialize.
+	* config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
+	* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
+	* config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
+	* config/sh/sh.c (sh_output_mi_thunk): Do it later.

This patch fixes the rs6000 and the other machines by including cfglayout.h.

ChangeLog:
2003-06-15  Andrew Pinski  <pinskia@physics.uc.edu>

	* config/rs6000/t-rs6000: Add dependence of cfglayout.h
	to rs6000.o.
	* config/rs6000/rs6000.c: Include cfglayout.h.
	* config/alpha/alpha.c: Likewise.
	* config/ia64/ia64.c: Likewise.
	* config/sparc/sparc.c: Likewise
	* config/sh/sh.c: Likewise


Patch:

Attachment: temp.diff
Description: Binary data



Thanks,
Andrew Pinski



On Sunday, Jun 15, 2003, at 08:23 US/Eastern, GCC regression checker wrote:

With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.
<ChangeLog.diff><native-log.txt>--
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]