This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR middle-end/14997


> The proposed fix is to add a condition on bitsize and bitpos to the
> predicate, essentially (bitpos + bitsize > GET_MODE_BITSIZE (mode)).  While
> a condition on bitsize in the second branch of the construct would be
> sufficient for the testcase, Olivier and I have run into slight variations
> that require the full change.

... that has been bootstrapped/regtested on x86_64-suse-linux.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]