Hello, Bram.> How should I debug the frontend (currently recompiling with debugging > support), as there are various threads/processes involved? Should I > file a bug report?I filled bug report. This is bug in one of LLVM's optimization passes. You can monitor it at llvm.org/PR1446. You can workaround it now by passing -O0 to "bad" file. Thanks! -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Hi, Op 24-mei-07, om 15:11 heeft Anton Korobeynikov het volgende geschreven:> You can monitor it at llvm.org/PR1446. You can workaround it now by > passing -O0 to "bad" file.OK, that works. Thanks! Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium)
On Thu, 24 May 2007, Anton Korobeynikov wrote:>> How should I debug the frontend (currently recompiling with debugging >> support), as there are various threads/processes involved? Should I >> file a bug report? > I filled bug report. This is bug in one of LLVM's optimization passes. > You can monitor it at llvm.org/PR1446. You can workaround it now by > passing -O0 to "bad" file.Fixed. Thanks a lot for reducing this Anton! -Chris -- http://nondot.org/sabre/ http://llvm.org/