Re: [PATCH] c-family: ICE with assume_aligned attribute [PR99062]

2021-02-10 Thread Martin Sebor via Gcc-patches
On 2/10/21 3:33 PM, Marek Polacek wrote: We ICE in handle_assume_aligned_attribute since r271338 which added @@ -2935,8 +2936,8 @@ handle_assume_aligned_attribute (tree *node, tree name, tree args, int, /* The misalignment specified by the second argument must be non-ne

[PATCH] c-family: ICE with assume_aligned attribute [PR99062]

2021-02-10 Thread Marek Polacek via Gcc-patches
We ICE in handle_assume_aligned_attribute since r271338 which added @@ -2935,8 +2936,8 @@ handle_assume_aligned_attribute (tree *node, tree name, tree args, int, /* The misalignment specified by the second argument must be non-negative and less than the alignment. */