http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #9 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2013-02-06 18:18:54 UTC --- I'm sorry, but the reporter is going to have to reduce this significantly before we can debug this. This is a huge mess of spaghetti code with tons of global and common variables scattered throughout, as well as state being passed around in files. Dominique, please reduce this to the smallest amount of reproducible code, so we can attack this. Avoid reading and writing to files (as I see, these have only a minimal amount of data anyhow), and global variables if at all possible. Please only keep the code that is relevant to reproduce the problem.