This is the mail archive of the gcc@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: type gimplification, continued



On Dec 22, 2004, at 1:08 PM, Alexandre Oliva wrote:


FWIW, a tree I got earlier today fails to bootstrap while compiling
libjava/verify.cc on both i686-linux-gnu and x86_64-linux-gnu
(compiling libjava with -m32).  It fails because the upper bound of
arg_types on line 2102 is an ssa_name, and
dwarf2out.c:loc_descriptor_from_tree doesn't know how to handle that.
May I assume this is the same problem that you guys are looking into?

Yes this is PR 19125 which I reduced last night after hearing about the failure.

-- Pinski


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