Re: r268727 - [MSVC] Implementation of __unaligned as a proper type qualifier

2016-05-06 Thread Andrey Bokhanko via cfe-commits
Thanks for reverting (I started it, but your fingers are faster than mine...) I will look at the reproducer. Yours, Andrey On Fri, May 6, 2016 at 5:41 PM, Nico Weber wrote: > I verified that this is due to this change. I filed >

Re: r268727 - [MSVC] Implementation of __unaligned as a proper type qualifier

2016-05-06 Thread Nico Weber via cfe-commits
I verified that this is due to this change. I filed https://llvm.org/bugs/show_bug.cgi?id=27666 with a reduced repro and reverted this change in r268736. On Fri, May 6, 2016 at 9:52 AM, Nico Weber wrote: > We're getting this crash now with a regression range of

Re: r268727 - [MSVC] Implementation of __unaligned as a proper type qualifier

2016-05-06 Thread Nico Weber via cfe-commits
We're getting this crash now with a regression range of 268724:268729 -- i.e. almost certainly this change: FAILED: obj/net/dns/net.mdns_client.obj ninja -t msvc -e environment.x64 -- "..\..\third_party/llvm-build/Release+Asserts/bin/clang-cl" -m64 /nologo /showIncludes /FC

r268727 - [MSVC] Implementation of __unaligned as a proper type qualifier

2016-05-06 Thread Andrey Bokhanko via cfe-commits
Author: asbokhan Date: Fri May 6 06:47:55 2016 New Revision: 268727 URL: http://llvm.org/viewvc/llvm-project?rev=268727=rev Log: [MSVC] Implementation of __unaligned as a proper type qualifier This patch implements __unaligned (MS extension) as a proper type qualifier (before that, it was