This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 04 Aug 2016 10:55:51 +0000
- Subject: [Bug middle-end/71078] x/abs(x) -> sign(1.0,x)
- Auto-submitted: auto-generated
- References: <bug-71078-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078
--- Comment #5 from rguenther at suse dot de <rguenther at suse dot de> ---
On Thu, 4 Aug 2016, mwahab at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078
>
> mwahab at gcc dot gnu.org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |mwahab at gcc dot gnu.org
>
> --- Comment #4 from mwahab at gcc dot gnu.org ---
> (In reply to prathamesh3492 from comment #3)
> > Fixed.
>
> The new test pr71078-1.c fails for arm and aarch64 because copysignl isn't
> generated for fabsl making the expected output fail to match.
Is that a non-C99 target? If so add require-effective-target c99_runtime
Richard.