Commit 3b0a4a6b by J"orn Rennecke Committed by Joern Rennecke

* gcc.dg/debug/dwarf2/dwarf-char1.c: Allow '!' comment character.

From-SVN: r103906
parent cb9a1932
......@@ -2,6 +2,8 @@
* gcc.dg/pr21255-1.c: Match different pattern for sh64.
* gcc.dg/debug/dwarf2/dwarf-char1.c: Allow '!' comment character.
2005-09-04 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/23321
/* PR debug/7241 */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA" } */
/* { dg-final { scan-assembler "0x\[68\]\[ \t\]# DW_AT_encoding" } } */
/* { dg-final { scan-assembler-not "0x\[57\]\[ \t\]# DW_AT_encoding" } } */
/* { dg-final { scan-assembler "0x\[68\]\[ \t\]\[#!\] DW_AT_encoding" } } */
/* { dg-final { scan-assembler-not "0x\[57\]\[ \t\]\[#!\] DW_AT_encoding" } } */
char a;
const char b;
......
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