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 debug/43516] [4.5 Regression] "-fcompare-debug failure" at -O2



------- Comment #19 from jakub at gcc dot gnu dot org  2010-04-07 14:23 -------
Subject: Bug 43516

Author: jakub
Date: Wed Apr  7 14:23:35 2010
New Revision: 158062

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158062
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree.c


-- 


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


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