Commit c5b96638 by Steve Ellcey Committed by Steve Ellcey

inline2.c: Modify scan.

2009-11-23  Steve Ellcey  <sje@cup.hp.com>

	* gcc.dg/debug/dwarf2/inline2.c: Modify scan.

From-SVN: r154456
parent e0d909db
2009-11-23 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/debug/dwarf2/inline2.c: Modify scan.
2009-11-23 Dodji Seketeli <dodji@redhat.com> 2009-11-23 Dodji Seketeli <dodji@redhat.com>
PR c++/14777 PR c++/14777
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
/* There are 3 DW_AT_inline attributes: one per abstract inline instance. /* There are 3 DW_AT_inline attributes: one per abstract inline instance.
The value of the attribute must be 0x3, meaning the function was The value of the attribute must be 0x3, meaning the function was
actually inlined. */ actually inlined. */
/* { dg-final { scan-assembler-times "byte.*?0x3.*? DW_AT_inline" 3 } } */ /* { dg-final { scan-assembler-times "(?:byte|data1)\[^\n\]*0x3\[^\n\]* DW_AT_inline" 3 } } */
inline void inline void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment