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/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function



------- Comment #25 from lucier at math dot purdue dot edu  2008-10-08 03:37 -------
I'm sorry, I haven't been reading gcc-patches recently, but this is quite
similar to my patch suggested here:

http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01270.html

which also "fixed" the counters for bitmaps.  The consensus seemed to be to use
HOST_WIDEST_INT for the counters (for 64-bit Windows, pointers are 64-bit and
longs are 32-bit).


-- 


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


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