This is the mail archive of the gcc-bugs@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]

[Bug target/78057] [7 Regression]: FAIL: gcc.target/i386/bmi-{4,5,6}.c


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78057

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I've been concerned about something like:
  int a = ((int (*) (void)) __builtin_clz) ();
  int b = ((int (*) (float, double)) __builtin_clz) (0.5f, 1.0);
but that is apparently rejected.  Perhaps builtins that don't have
non-__builtin_* counterpart are fine in this regard, the rest can have issues
like PR70457 and many others.

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