On Mon, Dec 29, 2014 at 09:30:33AM -0000, David Majnemer wrote:
> Author: majnemer
> Date: Mon Dec 29 03:30:33 2014
> New Revision: 224916
>
> URL: http://llvm.org/viewvc/llvm-project?rev=224916&view=rev
> Log:
> Sema: Only permit permit modifiable l-values as asm output params
This or one of the related commits seem to crash on the attached input.
Please check.
Joerg
typedef struct {
} MMX_t;
inline void fn1() { __asm__("" : "=m"(*(MMX_t *)0)); }
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits