Displaying 1 result from an estimated 1 matches for "dw_at_line".
Did you mean:
dw_at_inline
2012 Feb 24
1
[LLVMdev] difference in function prologue generated with clang and gcc
Hello
I am trying to run following dejaGNU testcases on Clang compiled output.
/* Inlined inline function must have abstract DIE */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA -fpreprocessed" } */
/* { dg-final { scan-assembler "3.*DW_AT_inline" } } */
#1 "test.h"
inline int t()
{
}
int q()
{
t();
}
The testcase fails because, DW_AT_inline is not