Hi, For the last 3 days or so trunk fails to compile on PPC64/Linux with: [16257s] /tmp/DAGCombiner-N3D9ir.s: Assembler messages: [16257s] /tmp/DAGCombiner-N3D9ir.s:12394: Error: operand out of range (0x00000000000192b4 is not between 0xffffffffffff8000 and 0x0000000000007ffc) [16257s] clang: error: assembler command failed with exit code 1 (use -v to see invocation) Anyone seeing a similar problem? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130520/6eaf7865/attachment.html>
On Mon, 2013-05-20 at 15:50 +0200, İsmail Dönmez wrote:> Hi, > > > For the last 3 days or so trunk fails to compile on PPC64/Linux with: > > [16257s] /tmp/DAGCombiner-N3D9ir.s: Assembler messages: > [16257s] /tmp/DAGCombiner-N3D9ir.s:12394: Error: operand out of range > (0x00000000000192b4 is not between 0xffffffffffff8000 and > 0x0000000000007ffc) > [16257s] clang: error: assembler command failed with exit code 1 (use > -v to see invocation) > > > Anyone seeing a similar problem? >No... I've been building over the weekend with no difficulties. Currently I'm using r182211 and a very simple configuration, compiling stage 1 with a 4.7 GCC. What compiler are you using for stage 1 builds? Bill> > Thanks! > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
İsmail, No, but sometimes these problems can be very sensitive to different system factors. Can you file a bug report (and cc me), and include assembly file so that we can see what might be the problem. Thanks again, Hal ----- Original Message -----> > > Hi, > > > For the last 3 days or so trunk fails to compile on PPC64/Linux with: > [16257s] /tmp/DAGCombiner-N3D9ir.s: Assembler messages: > [16257s] /tmp/DAGCombiner-N3D9ir.s:12394: Error: operand out of range > (0x00000000000192b4 is not between 0xffffffffffff8000 and > 0x0000000000007ffc) > [16257s] clang: error: assembler command failed with exit code 1 (use > -v to see invocation) > > > Anyone seeing a similar problem? > > > Thanks! > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Hi, Reported http://llvm.org/bugs/show_bug.cgi?id=16086 Thanks! On Mon, May 20, 2013 at 5:52 PM, Hal Finkel <hfinkel at anl.gov> wrote:> İsmail, > > No, but sometimes these problems can be very sensitive to different system > factors. Can you file a bug report (and cc me), and include assembly file > so that we can see what might be the problem. > > Thanks again, > Hal > > ----- Original Message ----- > > > > > > Hi, > > > > > > For the last 3 days or so trunk fails to compile on PPC64/Linux with: > > [16257s] /tmp/DAGCombiner-N3D9ir.s: Assembler messages: > > [16257s] /tmp/DAGCombiner-N3D9ir.s:12394: Error: operand out of range > > (0x00000000000192b4 is not between 0xffffffffffff8000 and > > 0x0000000000007ffc) > > [16257s] clang: error: assembler command failed with exit code 1 (use > > -v to see invocation) > > > > > > Anyone seeing a similar problem? > > > > > > Thanks! > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130521/f4ebfddb/attachment.html>