On Sat, Aug 22, 2015 at 10:02 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > Hello! > >> This is yet another bug caused by rtx having modeless scalar integer >> constants. We need to use context to find the actual mode of a >> CONST_INT or CONST_WIDE_INT. > > +++ b/gcc/testsuite/gcc.dg/debug/dwarf2/pr66728.c > @@ -0,0 +1,14 @@ > +/* { dg-do compile { target { x86_64-*-* && lp64 } } } */ > > Please also add i*86-*-* target with x86_64-*-*. These two should go > together, even when additional lp64 selector is used.
Actually, i?86-*-* Uros.