Hey folks. I just ran into a bug in the style checker/fixer, and since I wanted to make sure I kept track of those so they can be fixed I thought I would describe it here for the record. I have a cc file which had a single system include (#include <vector>) and the include for its .hh file (#include "base/loader/loader.hh"), but they were in the wrong order, system and then .hh. The style checker correctly complained about the order and offered to fix it, but when I said yes it didn't actually change anything or print any messages. FYI in case somebody wants to investigate.
Gabe _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev