Commit 3bc66938 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)

	PR target/56564
	* varasm.c (get_variable_align): Move #endif to the right place.

From-SVN: r199934
parent 24e5074c
2013-06-11 Jakub Jelinek <jakub@redhat.com>
PR target/56564
* varasm.c (get_variable_align): Move #endif to the right place.
2013-06-10 Cary Coutant <ccoutant@google.com> 2013-06-10 Cary Coutant <ccoutant@google.com>
* dwarf2out.c (hash_external_ref): Use die_symbol or signature * dwarf2out.c (hash_external_ref): Use die_symbol or signature
......
...@@ -1053,8 +1053,8 @@ get_variable_align (tree decl) ...@@ -1053,8 +1053,8 @@ get_variable_align (tree decl)
if (! DECL_THREAD_LOCAL_P (decl) || const_align <= BITS_PER_WORD) if (! DECL_THREAD_LOCAL_P (decl) || const_align <= BITS_PER_WORD)
align = const_align; align = const_align;
} }
}
#endif #endif
}
return align; return align;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment