This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can CODE_FOR_$(div$V$I$a3$) ever match?
- From: Kai Henningsen <kai-gcc at khms dot westfalen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 1 Nov 2007 12:30:20 +0100
- Subject: Can CODE_FOR_$(div$V$I$a3$) ever match?
This is genopinit.c:92 (sdivv_optab) (in revision 127595).
I read this as "the next mode must be a full integer mode; add a v if it
is a float mode". Which is doubly strange as this is the only place
where $V is used.
Am I missing something here, or is this a bug?