re PR c/9530 (ICE on missing return statement)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 6 Feb 2003 10:39:45 +0000 (11:39 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 6 Feb 2003 10:39:45 +0000 (10:39 +0000)
commit5fbf0217eade874bc890f993ce8b79c94dbf8fed
tree1005e2fa3b4d36ab13b78b42acac7af058619423
parent8f62128d21de91a372394a84ea4da997d5b35e73
re PR c/9530 (ICE on missing return statement)

PR c/9530
* config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
from functions that return a float to functions that don't.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r62480
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20030206-1.c [new file with mode: 0644]