[Bug other/78808] target_clones not applying to openmp functions

steven at uplinklabs dot net gcc-bugzilla@gcc.gnu.org
Fri Oct 20 15:51:00 GMT 2017


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

Steven Noonan <steven at uplinklabs dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42417|0                           |1
        is obsolete|                            |

--- Comment #13 from Steven Noonan <steven at uplinklabs dot net> ---
Created attachment 42419
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42419&action=edit
testcase.i - full saxpy test preprocessed

attempt #2 for the link issue. preprocessed with stdlib.h included.

Flags are as simple as:

$ gcc -o test testcase.i
$ gcc -fopenmp -o test testcase.i

The former links fine, the latter doesn't


More information about the Gcc-bugs mailing list