This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fold_convert question
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Fri, 15 Oct 04 15:22:39 EDT
- Subject: fold_convert question
Right now, it does nothing only if the original and resulting type
are the same. That seems wrong to me. Shouldn't it also do nothing if
the types are compatible?
I don't have any specific bug here, but I did notice this when looking
for another bug (that wasn't caused by this).