Bug ID 122
Summary Fails to compile std.parallelism.reduce
Product GDC
Version development
Hardware x86_64
OS Linux
Status NEW
Severity major
Priority Normal
Component gdc
Assignee ibuclaw@gdcproject.org
Reporter russel@winder.org.uk

A small program that compiles and executed fine with DMD 2.065 and LDC master
(794d5d, DMD v2.063.2 and LLVM 3.4), gives the following error using GDC 4.8.1

/usr/include/d/4.8/std/parallelism.d: In member function 'reduce':
/usr/include/d/4.8/std/parallelism.d:2630: error: cannot access frame of
function 'main' from 'reduce'


You are receiving this mail because: