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] ICF is more strict about non-common function and var, attributes.


> 
> 2015-02-28  Martin Liska  <mliska@suse.cz>
> 	    Jan Hubicka   <hubicka@ucw.cz>
> 
> 	* ipa-icf-gimple.c (func_checker::compare_variable_decl):
> 	Validate variable alignment.
> 	* ipa-icf.c (sem_function::equals_private): Be more precise
> 	about non-common function attributes.
> 	(sem_variable::equals): Likewise.
OK,
does this fix 
gcc.target/i386/stackalign/longlong-2.c -mno-stackrealign  scan-assembler-times and[lq]?[^\\n]*-16,[^\\n]*sp 2
FAIL: gcc.target/i386/stackalign/longlong-2.c -mno-stackrealign  scan-assembler-times and[lq]?[^\\n]*-8,[^\\n]*sp 2
FAIL: gcc.target/i386/stackalign/longlong-2.c -mstackrealign  scan-assembler-times and[lq]?[^\\n]*-16,[^\\n]*sp 2
FAIL: gcc.target/i386/stackalign/longlong-2.c -mstackrealign  scan-assembler-times and[lq]?[^\\n]*-8,[^\\n]*sp 2

on -m32 mentioned in PR65237?

Honza
> 
> 


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