> @@ -986,12 +1053,10 @@ align_variable (tree decl, bool dont_out > if (! DECL_THREAD_LOCAL_P (decl) || const_align <= BITS_PER_WORD) > align = const_align; > } > -#endif > } > +#endif
I think this change in get_variable_align() is wrong; it results in unbalanced braces inside an #ifdef, if the #ifdef body is not included (i.e. CONSTANT_ALIGNMENT not defined), the compile fails...