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: [tree-ssa] execute/20021120-1.c


On Fri, Nov 21, 2003 at 10:17:03PM +0100, Jan Hubicka wrote:
> 1505      if (TYPE_MAIN_VARIANT (orig_type) != TYPE_MAIN_VARIANT (elt_type))
> (gdb)
> 1506        return NULL_TREE;
> (gdb) p debug_tree (orig_type)
>  <real_type 0x40175c3c double DF
>     size <integer_cst 0x4016d6d8 type <integer_type 0x401757b4 bit_size_type> constant invariant 64>
>     unit size <integer_cst 0x4016d930 type <integer_type 0x40175740 unsigned int> constant invariant 8>
>     align 64 symtab 0 alias set 2 precision 64
>     pointer_to_this <pointer_type 0x40175d98>>
> $9 = void
> (gdb) p debug_tree (elt_type)
>  <real_type 0x4021a4fc double volatile DF

I really would have thought these would be VARIANTs of one another...


r~


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