https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79465
Andi Kleen <andi-gcc at firstfloor dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andi-gcc at firstfloor dot org --- Comment #3 from Andi Kleen <andi-gcc at firstfloor dot org> --- I don't think this is just a dup, the error thing was just a side commenting and detecting include cycles would be an likely useful enhancement. However it's not clear how to detect them because there are valid cases when an include can be included in a nested way, e.g. when some macro changes. It might be challenging to distinguish valid and non valid cases.