This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix PR debug/66728


On Sat, Aug 22, 2015 at 10:02 AM, Uros Bizjak <ubizjak@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]