This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/68762] link error for inline function decorated with OpenMP declare simd
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Aug 2016 01:30:42 +0000
- Subject: [Bug middle-end/68762] link error for inline function decorated with OpenMP declare simd
- Auto-submitted: auto-generated
- References: <bug-68762-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68762
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-*-*
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
_ZGVbN2v__Z3food should have been in its own comdat section.
Note on aarch64-linux-gnu I don't hit this bug but that is because aarch64 does
not have a simd version of exp, cos or sin (we should be that a different
story).