Re: [Bug target/66015] New: align directives not propagated after __attribute__ ((__optimize__ ("O2")))

2015-05-05 Thread Andreas Schwab
Running /usr/local/gcc/gcc-20150505/gcc/testsuite/gcc.dg/ipa/ipa.exp ... PASS: gcc.dg/ipa/iinline-attr.c (test for excess errors) PASS: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy \ in test" Running /usr/local/gcc/gcc-20150505/gcc/testsuite/gcc.target/ia64/ia64.exp ...

Re: [Bug target/66015] New: align directives not propagated after __attribute__ ((__optimize__ ("O2")))

2015-05-05 Thread Jim Wilson
On Tue, 2015-05-05 at 14:19 +0200, Christian Bruel wrote: > I don't the environment to run the testsuite for ia64. would you mind > giving it a try and verify that it fixes the issue ? I don't have ia64 hardware anymore. The GCC compile farm advertises ia64 hardware https://gcc.gnu.org/wiki/C

Re: [Bug target/66015] New: align directives not propagated after __attribute__ ((__optimize__ ("O2")))

2015-05-05 Thread Christian Bruel
Hi Jim, Steve, Andreas Please find here a fix for the issue reported by Andreas https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 for ia64. same than x86 and aarch64. I don't the environment to run the testsuite for ia64. would you mind giving it a try and verify that it fixes the issue ? many