Jean-Marc Lasgouttes wrote: >> I don't know much about this, but it seems to me to be a compiler issue. >> Your compiler wants to track variables and it reached a limit regarding >> an internal (with respect to the compiler) limit. >> >> Hopefully someone who knows more about this can confirm that it is not >> an issue with LyX's code but rather with the compiler. > > Well, the LyX code in question would benefit from an auxiliary array, IMO. > Anyway, I do not think that the note (not even a warnng) is a problem on > our side. > > I guess it only appears here because rc is compiled with -O2.
IIRC this is coming with newer gcc and it just says some optimizations might not be done, not a problem really. The recent gcc exploded with memory consumption while compiling lyx, I can't compile monolithic build on 2GB RAM machine anymore. Pavel