https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70342
Bug ID: 70342 Summary: g++ -fsanitize=undefined never finishes compiling (>24h) in qtxmlpatterns test suite Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: marc at kdab dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- Created attachment 38050 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38050&action=edit Preprocessed source The following command line never finishes compiling (killed after ~24h of compiling in the background) on GCC 6.0.0 trunk: $ g++ -c -g -O2 -fsanitize=undefined -fno-omit-frame-pointer -Wall -W -D_REENTRANT -fPIC -o .obj/XSDTestSuiteHandler.o XSDTestSuiteHandler.ii the same command without the -fsanitize option finishes in < 3sec.