r263895 - P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 20 17:42:19 PDT 2016


On Sun, Mar 20, 2016 at 7:05 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 20 March 2016 at 11:33, Richard Smith via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: rsmith
>> Date: Sun Mar 20 05:33:40 2016
>> New Revision: 263895
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=263895&view=rev
>> Log:
>> P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ.
>
>
> Hi Richard,
>
> This has broken *all* ARM and AArch64 buildbots,

Looks like Ben fixed this in r263900. Sorry for the delay, plane
started boarding before the bots complained and I've been in transit
ever since...

> and your subsequent
> patch didn't fix it:
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/10816
>
> http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/10867
>
> http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/5591
>
> http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/6842
>
> The bots don't even build, so it'd be good if you could fix this
> quickly or revert for further investigations.
>
> cheers,
> --renato


More information about the cfe-commits mailing list