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: [PATCH] Pass -mtune and -march options to assembler.


On Tue, 2 Jun 2009, Valdimir Volynsky wrote:

> Hi!
> 
> This patch fixes PR 40171 by passing optimization option
> -mtune to GNU assembler. Not all cpu_type passed!

If you ignore feedback on your patches and send patches with the same 
problems as before and no explanation of why you are ignoring the 
feedback, people are just going to ignore your submissions in future.  
Specifically, see Richard Earnshaw's message 
<http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01809.html>; you have to 
understand how target dependencies are encapsulated in GCC and put 
target-dependent code in target-dependent files, not in generic files such 
as gcc.c.

-- 
Joseph S. Myers
joseph@codesourcery.com


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