These can cause infinite compile times like for example:
https://llvm.org/bugs/show_bug.cgi?id=28721
Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The bug should be fixed instead of this. However I noticed this is run for -O0 which should be fixed
Comment Actions
I agree, but these bugs are preventing us from being able to compiler some programs, and I'm not sure when someone will be able to look into fixing this bug.
Comment Actions
The bug should be fixed instead of this. However I noticed this is run for -O0 which should be fixed
With just ripping this out, it's more likely that nobody will ever get around to re-enabling these. How about just adding a flag to allow disabling this so those programs can work around it for now? Alternatively this bug should be higher priority