Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

ICE on inner class inside lambda #30984

Open Quuxplusone opened 7 years ago

Quuxplusone commented 7 years ago
Bugzilla Link PR32011
Status NEW
Importance P enhancement
Reported by Camille Gillot (gillot.camille@gmail.com)
Reported on 2017-02-19 03:18:15 -0800
Last modified on 2017-02-19 03:18:15 -0800
Version 4.0
Hardware PC Linux
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments a-98b75a.cpp (783 bytes, text/x-c++src)
Blocks
Blocked by
See also
Created attachment 18009
Preprocessed source

Hello

The clang 4.0 and 3.9 crash when compiling the attached source in c++14 mode.
Backtrace points to the instanciation of the inner class' static function.

Regards,

Camille
Quuxplusone commented 7 years ago

Attached a-98b75a.cpp (783 bytes, text/x-c++src): Preprocessed source