diff options
author | Chih-Hung Hsieh <chh@google.com> | 2016-01-12 09:48:09 -0800 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2016-01-12 09:48:09 -0800 |
commit | 592c7b4cd72e18f2f1941df3d63026d7f94ef7ce (patch) | |
tree | fa41291c9e0c777848fe5af732230cfde10a87e1 /tests/stdio_test.cpp | |
parent | 195b85a80faadcb4180f7f8192fc8ae162165892 (diff) |
Explicit binary op order for both gcc and clang/llvm.
* gcc assembler parses (1 << n - 1) as ((1 << n) - 1)
* llvm assembler parses (1 << n - 1) as (1 << (n - 1))
BUG: 26289334
Change-Id: Iaaa3d07f59c0f87cb1b80b9a1c4e765b66846791
Diffstat (limited to 'tests/stdio_test.cpp')
0 files changed, 0 insertions, 0 deletions