Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Frontend failed due to OpenMP Code I Think #30893

Closed Quuxplusone closed 7 years ago

Quuxplusone commented 7 years ago
Bugzilla Link PR31920
Status RESOLVED DUPLICATE of bug 30975
Importance P normal
Reported by Todd Goldfinger (goldfita@gmail.com)
Reported on 2017-02-09 10:55:03 -0800
Last modified on 2017-07-05 23:07:56 -0700
Version unspecified
Hardware PC Windows NT
CC a.bataev@hotmail.com, hahnjo@hahnjo.de, hfinkel@anl.gov, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments clang_crash_files.zip (86475 bytes, application/x-zip-compressed)
Blocks
Blocked by
See also
Created attachment 17960
Related files (t.c is the source)

This is on Win10 with 4.0rc1.  I'm just getting started with OpenMP and Cuda.
I believe the failure was caused by a missing range on the y array in the OMP
directive.  However, from looking at other examples, I also believe this is
syntactically correct.
Quuxplusone commented 7 years ago

Attached clang_crash_files.zip (86475 bytes, application/x-zip-compressed): Related files (t.c is the source)

Quuxplusone commented 7 years ago

_This bug has been marked as a duplicate of bug 30975_