Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

compiler crashes when trying to instantiate a templated lambda in function scope. #48485

Open Quuxplusone opened 3 years ago

Quuxplusone commented 3 years ago
Bugzilla Link PR49516
Status NEW
Importance P enhancement
Reported by Julio Garcia (jgarcia@quantiqpartners.com)
Reported on 2021-03-10 10:06:38 -0800
Last modified on 2021-03-10 10:20:47 -0800
Version trunk
Hardware PC Linux
CC blitzrakete@gmail.com, dgregor@apple.com, erik.pilkington@gmail.com, jgarcia@quantiqpartners.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
Fixed by commit(s)
Attachments crash_files.gz (46039 bytes, application/x-gzip)
Blocks
Blocked by
See also
Created attachment 24616
crash files

Trying to instantiate a templated lambda inside a function scope causes a
crash. Attached are the stack trace and the .sh and .cpp files generated by the
compiler's signal handler.
Quuxplusone commented 3 years ago

Attached crash_files.gz (46039 bytes, application/x-gzip): crash files