https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
--- Comment #30 from Jan Hubicka ---
OK, thanks! Any ideas on Comment 26/27 testcases?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
--- Comment #29 from rguenther at suse dot de ---
On Thu, 5 Mar 2015, hubicka at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
>
> --- Comment #26 from Jan Hubicka ---
> I completely missed the discussion concerni
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
--- Comment #28 from Jan Hubicka ---
.. and yet another variant, this time folded early.
struct a
{
int a[10];
};
typedef struct a misaligned_t __attribute__ ((aligned (8)));
typedef struct a aligned_t __attribute__ ((aligned (32)));
__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
--- Comment #27 from Jan Hubicka ---
here is a variant of orignal testcase for tree-tail-merge
struct a
{
int a[10];
};
typedef struct a misaligned_t __attribute__ ((aligned (8)));
typedef struct a aligned_t __attribute__ ((aligned (32)))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
--- Comment #26 from Jan Hubicka ---
I completely missed the discussion concerning restrict. I opened PR65330 with
that testcase. We can check in the following way:
Index: ipa-icf.c
===
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270
Jan Hubicka changed:
What|Removed |Added
Summary|[5 regression] ICF needs to |issues with merging memory