This is the mail archive of the gcc-bugs@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]

[Bug fortran/28176] FAIL: gfortran.dg/actual_array_constructor_1.f90 -O0 (ICE)



------- Comment #6 from sje at cup dot hp dot com  2006-10-18 20:49 -------
Well, I have tracked it back a little ways.  gfc_trans_vla_type_sizes_1 calls
gfc_trans_vla_one_sizepos with:

gfc_trans_vla_one_sizepos (&TYPE_SIZE (type), body);

If I print out type->type.size I see:

gdb) p debug_tree(type->type.size)
 <save_expr 800003ffbfe3d2c0
    type <integer_type 800003ffbfdaa160 bit_size_type public unsigned sizetype
T
I
        size <integer_cst 800003ffbfd9fdb0 constant invariant 128>
        unit size <integer_cst 800003ffbfd9fde0 constant invariant 16>
        align 128 symtab 0 alias set -1 precision 68 min <integer_cst
800003ffbf
db8000 0> max <integer_cst 800003ffbfd9ff00 0xfffffffffffffffff>>
    side-effects invariant

So I have a TImode here.  How it got here, I don't yet know.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-18 20:49:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28176


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