Displaying 8 results from an estimated 8 matches for "dwarfinstructions".
2015 Jul 14
2
[LLVMdev] [llvm] [libunwind] r207467 misprint
Hi Nick!
In r207467 you added code(libunwind: DwarfInstructions.hpp):
assert(lastReg <= (int)cieInfo.returnAddressRegister
&& "register range does not contain return address
register");
for (int i = 0; i <= lastReg; ++i) {
.....
else if (i == (int)cieInfo.returnAddressRegister)
There is misprint h...
2016 Dec 23
2
3.9 regression with legacy static assert macros (bad type resolution)
...ince this is a fairly common pattern, and of course it would be good to fix this regression in 3.9.2 if there is one.
--Jeremy
---
~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
'int [1]'
extern int compile_time_assert_failed[ ( (int)CFI_Parser<A>::kMaxRegis...
2016 Dec 27
2
3.9 regression with legacy static assert macros (bad type resolution)
...--Jeremy
>>>>
>>>>
>>>> ---
>>>>
>>>> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
>>>> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
>>>> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
>>>> 'int [1]'
>>>> extern int compile_time_assert_failed[ ( (int)...
2016 Dec 27
3
3.9 regression with legacy static assert macros (bad type resolution)
...;
>>>>>
>>>>> ---
>>>>>
>>>>> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
>>>>> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
>>>>> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
>>>>> 'int [1]'
>>>>> extern int compile_time_assert_failed[...
2016 Dec 23
0
3.9 regression with legacy static assert macros (bad type resolution)
....2 if there is one
I think this was fixed in r280330 (in clang).
Fred
>
> --Jeremy
>
>
> ---
>
> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
> 'int [1]'
> extern int compile_time_assert_failed[ ( (int)CFI_Parser<A>::...
2016 Dec 24
2
3.9 regression with legacy static assert macros (bad type resolution)
...anks,
Jeremy
>
> Fred
>
>>
>> --Jeremy
>>
>>
>> ---
>>
>> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
>> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
>> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
>> 'int [1]'
>> extern int compile_time_assert_failed[ ( (int)CFI_Parser<...
2016 Dec 27
0
3.9 regression with legacy static assert macros (bad type resolution)
...>>>
>>> --Jeremy
>>>
>>>
>>> ---
>>>
>>> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
>>> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
>>> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
>>> 'int [1]'
>>> extern int compile_time_assert_failed[ ( (int)CFI_Par...
2017 Jan 23
2
3.9 regression with legacy static assert macros (bad type resolution)
...gt;>>> ---
>>>>>>>
>>>>>>> ~ $ clang++-mp-3.9 -Wno-invalid-offsetof -c macho_relocatable_file.cpp
>>>>>>> In file included from src/ld/parsers/macho_relocatable_file.cpp:37:
>>>>>>> src/ld/parsers/libunwind/DwarfInstructions.hpp:920:13: error: redeclaration of 'compile_time_assert_failed' with a different type: 'int [((int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR) ? 1 : -1]' vs
>>>>>>> 'int [1]'
>>>>>>> extern int compile_time...