[Issue 6733] Regression(2.054) ICE(cod2.c) struct literals as	template arguments
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Oct 21 01:05:14 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6733
--- Comment #4 from Don <clugdbug at yahoo.com.au> 2011-10-21 01:04:13 PDT ---
(In reply to comment #3)
> I just bisected it down to:
> 
> commit 4c9661fa9fbd427909a334133dfc7f3869e47c31
> Author: Walter Bright <walter at walterbright.com>
> Date:   Thu Jun 23 00:50:46 2011 -0700
> 
>     nothrow inference
> 
> Reverting it from tip of master yields a successful build of the code above.
Thanks. The backend failure is occuring inside a comma expression (x, y). Fails
because x isn't an expression, it's just a parameter (presumably the struct
literal).
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list