------- Comment #31 from rguenth at gcc dot gnu dot org 2006-09-21 13:59 ------- Note that Ada requires a patch to enable struct-aliasing, as it does
bool
gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED)
{
flag_inline_trees = 1;
if (!flag_no_inline)
flag_no_inline = 1;
if (flag_inline_functions)
flag_inline_trees = 2;
flag_tree_salias = 0;
return false;
}
at the moment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25737
