Re: [Mingw-w64-public] sezero 4.5.2 1002 note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without

2011-03-27 Thread James K Beard
Jim: Please forgive me if I am being impractical here, but perhaps I'm missing something. From your post it seems that you could reduce the size of your main program by using an external function or module that does case-insensitive string comparisons. A cycle-count purist would object to the ex

Re: [Mingw-w64-public] sezero 4.5.2 1002 note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without

2011-03-27 Thread Jim Michaels
if it helps any, this means "out of memory". the code is 10,000 loc (lines of code) and main is about probably 7000 lines worth of switches and lots of strings. I really don't know how to code this without using a huge main(). the code is different for each if statement, there are between 4-4

[Mingw-w64-public] TDM-GCC 4.5.2 released

2011-03-27 Thread John E. / TDM
Greetings! *TDM-GCC 4.5.2 is now available!* * This GCC release includes a patch toward better toolchain relocatability -- that is, it no longer searches X:\mingw (X being your installation drive letter) by default, but bases every search path on the location of the toolchain executables. * As