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

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 20 07:05:51 PDT 2016


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, 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