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 middle-end/43519] [graphite] Bootstrap with Graphite enabled fails in Java libs



------- Comment #7 from sebpop at gmail dot com  2010-04-06 05:54 -------
Subject: Re:  [graphite] Bootstrap with Graphite enabled 
        fails in Java libs

On Mon, Apr 5, 2010 at 22:16, spop at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157977
> Log:
> Use build_nonstandard_integer_type.

This commit seems to create problems both in chrec_convert and in the
niter estimations: these use unsigned_type_for and signed_type_for
that fail by returning NULL_TREE when the type is one that is returned
by build_nonstandard_integer_type.


-- 


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


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