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: -Wno-error for insn-attrtab.o


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

|>  > genattrtab can generate very long string literals for ia64 targets.
|>  > Andreas.
|>  > 
|>  > 2003-01-22  Andreas Schwab  <schwab@suse.de>
|>  > 
|>  > 	    * Makefile.in (insn-attrtab.o-warn): Define.
|>  > 
|> 
|> I'd like to keep general bypasses to minimum since insn-attrtab.o
|> compiles cleanly on most targets, and is fixable on most of the rest.
|> 
|> So would you please instead put this in config/ia64/t-ia64?

Ok, this is what I'll check in:

2003-01-22  Andreas Schwab  <schwab@suse.de>

	* config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.

--- gcc/config/ia64/t-ia64.~1.17.~	2002-12-17 10:28:42.000000000 +0100
+++ gcc/config/ia64/t-ia64	2003-01-22 15:11:45.000000000 +0100
@@ -45,3 +45,6 @@ LIB2ADDEH = $(srcdir)/config/ia64/unwind
 ia64-c.o: $(srcdir)/config/ia64/ia64-c.c $(CONFIG_H) $(SYSTEM_H) \
     coretypes.h $(TM_H) $(TREE_H) $(CPPLIB_H) $(C_COMMON_H) c-pragma.h toplev.h
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/ia64/ia64-c.c
+
+# genattrtab generates very long string literals.
+insn-attrtab.o-warn = -Wno-error

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]