https://bugs.llvm.org/show_bug.cgi?id=33746
Bug ID: 33746
Summary: [modules] static data member already has an
initializer
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangb...@nondot.org
Reporter: gonzalob...@gmail.com
CC: llvm-bugs@lists.llvm.org
Created attachment 18776
--> https://bugs.llvm.org/attachment.cgi?id=18776&action=edit
Test to reproduce the issue
The test (see attachments) compiles fine without modules:
clang++ -std=c++1z -Iinclude/ -ftemplate-backtrace-limit=0 test.cpp
but fails to compile with modules:
clang++ -std=c++1z -fmodules -gmodules -fno-implicit-module-maps -Iinclude/
-fmodule-map-file=include/module.modulemap
-fmodule-map-file=/Users/gnzlbg/pool/include/c++/v1/module.modulemap
-fmodules-cache-path=module.cache -ftemplate-backtrace-limit=0 test.cpp
--
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