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 testsuite/68629] FAIL: c-c++-common/attr-simd-3.c


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

--- Comment #4 from Christophe Lyon <clyon at gcc dot gnu.org> ---
(In reply to Thomas Preud'homme from comment #3)
> Hi Christophe,
> 
> Could you paste the output of arm linux when compiling the testcase in
> cilkplus effective target with -fcilkplus?

The output is now:
xgcc: error: libcilkrts.spec: No such file or directory

Before your patch, compiling attr-simd-3 produced an error message, but the
test passed nonetheless:
error: '#pragma omp declare simd' or 'simd' attribute cannot be used in the
same function marked as a Cilk Plus SIMD-enabled function

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