[LLVMbugs] [Bug 16934] New: Failed to compile octave using llvm 3.4 but managed using llvm 3.2.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 19 10:44:20 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16934
Bug ID: 16934
Summary: Failed to compile octave using llvm 3.4 but managed
using llvm 3.2.
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvm-gcc
Assignee: unassignedbugs at nondot.org
Reporter: lan1967 at mail.ru
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hello, everyone!
I am trying to compile a development version of octave 3.7.5 using fresh
version of llvm 3.4 from Ubuntu 13.10 repository and fail although llvm 3.2
version works flawlessly.
Here is the piece of log.
I don't know which component this bug addresses.
Sorry for that.
Thank you for your attention
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc
-I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric
-I../liboctave/operators -I../liboctave/operators -I../liboctave/system
-I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree
-Icorefcn -I./corefcn -I../libgnu -I../libgnu -isystem
/usr/lib/llvm-3.4/include -I/usr/include/freetype2 -Wall -W -Wshadow
-Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align
-Wcast-qual -g -O2 -pthread -fopenmp -MT
corefcn/corefcn_libcorefcn_la-pt-jit.lo -MD -MP -MF
corefcn/.deps/corefcn_libcorefcn_la-pt-jit.Tpo -c corefcn/pt-jit.cc -fPIC
-DPIC -o corefcn/.libs/corefcn_libcorefcn_la-pt-jit.o
corefcn/pt-jit.cc: In member function 'void
tree_jit::optimize(llvm::Function*)':
corefcn/pt-jit.cc:2004:34: error: 'F_Binary' is not a member of
'llvm::raw_fd_ostream'
llvm::raw_fd_ostream::F_Binary);
make[3]: *** [corefcn/corefcn_libcorefcn_la-pt-jit.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f corefcn/.deps/corefcn_libcorefcn_la-jit-typeinfo.Tpo
corefcn/.deps/corefcn_libcorefcn_la-jit-typeinfo.Plo
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130819/92152453/attachment.html>
More information about the llvm-bugs
mailing list