https://llvm.org/bugs/show_bug.cgi?id=25832
Bug ID: 25832 Summary: clang-cl: error when using #pragma pack with template structs Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: jas...@jawset.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15451 --> https://llvm.org/bugs/attachment.cgi?id=15451&action=edit reproducer for clang-cl error Using clang-cl from r255486. cudafe++ which is part of nvcc, generates these #pragma pack instances in between template<> and struct statements. With this out of the way, using nvcc with clang-cl as a host compiler successfully compiles. I didn't test the results yet since i have too many modules to manually fix the intermediate output files for all of them. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs