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] Improve error on invalid call to __builtin_cexpi (PR31161)


On 3/14/07, Richard Guenther <rguenther@suse.de> wrote:

2007-03-12 Richard Guenther <rguenther@suse.de>


        PR middle-end/31161
        * builtins.c (expand_builtin_cexpi): Bail out more friendly
        if we cannot expand a call to __builtin_cexpi.

Why not just emit a call to __builtin_cexpi instead like how the __sync_* functions do?

-- Pinski


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