On Tue, 22 Jun 2004, Andrew Pinski wrote:
While trying to fix IMA, I came across the problem where
composite_type
does not return a type which has the TYPE_QUALS of the other type
given
to the function, this patch fixes this problem, I could not find a
non
IMA testcase for reproducing this failure.
OK? Bootstrapped on powerpc-apple-darwin with no regressions.
OK with the following testcase or something along these lines included
in
gcc.dg (provided it passes).
extern int (*const a)[];
extern int (*const a)[10];
extern int (*const a)[];