This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR c/13382
Eric Botcazou <ebotcazou@libertysurf.fr> writes:
| > > * c-typeck.c (convert_for_assignment): When converting from
| > > integral type to pointer type, always call convert.
| >
| > I much prefer this patch. Ok.
|
| Thanks. I'm a bit reluctant to putting it on the 3.3 branch though (assuming
| Gaby's approval to fix the PR there): the problem is really a corner case
| and is a regression from GCC 2.95.3 only.
|
| Maybe this one on mainline and the minimal fix on the branch?
You can put this version on branch.
-- Gaby