]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/43516 ("-fcompare-debug failure" at -O2)
authorJakub Jelinek <jakub@redhat.com>
Wed, 7 Apr 2010 14:23:35 +0000 (16:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 7 Apr 2010 14:23:35 +0000 (16:23 +0200)
commit1a299ae4f206c4fd30ac72482c6685acd36ed9ab
tree3020e7f610343586ed9bd0388979c86c1c031b41
parent0d3c82d66efda2c9986612bd593097bdb2cd8c8f
re PR debug/43516 ("-fcompare-debug failure" at -O2)

PR debug/43516
* tree.c (MAX_INT_CACHED_PREC): Define.
(nonstandard_integer_type_cache): New array.
(build_nonstandard_integer_type): Cache results for precision
<= MAX_INT_CACHED_PREC.

From-SVN: r158062
gcc/ChangeLog
gcc/tree.c