From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 951 invoked by alias); 27 Aug 2014 02:12:43 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30377 invoked by uid 48); 27 Aug 2014 02:12:27 -0000 From: "jbglaw@lug-owl.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55143] vms-c.o:(.toc+0x0): undefined reference to `c_default_pointer_mode' (building cc1plus) Date: Wed, 27 Aug 2014 02:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jbglaw@lug-owl.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg01820.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55143 Jan-Benedict Glaw changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbglaw@lug-owl.de --- Comment #2 from Jan-Benedict Glaw --- With today's GCC (2014-08-26, r214550, build http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=347199), this is still present: g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1plus \ cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-cilkplus.o cp/cp-gimplify.o cp/cp-array-notation.o cp/lambda.o cp/vtable-class-hierarchy.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o vms-c.o default-c.o cc1plus-checksum.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/opt/cfarm/mpc/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz /usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 and 3 information. vms-c.o: In function `handle_pragma_pointer_size(char const*)': vms-c.c:(.text+0x6cd): undefined reference to `c_default_pointer_mode' /usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information. vms-c.c:(.text+0x6e2): undefined reference to `c_default_pointer_mode' /usr/bin/ld: Dwarf Error: found dwarf version '17874', this reader only handles version 2 and 3 information. vms-c.c:(.text+0x6fa): undefined reference to `c_default_pointer_mode' /usr/bin/ld: Dwarf Error: found dwarf version '33796', this reader only handles version 2 and 3 information. vms-c.c:(.text+0x718): undefined reference to `c_default_pointer_mode' /usr/bin/ld: Dwarf Error: found dwarf version '22528', this reader only handles version 2 and 3 information. vms-c.o: In function `vms_c_common_override_options()': vms-c.c:(.text+0x9fc): undefined reference to `c_default_pointer_mode' /usr/bin/ld: Dwarf Error: found dwarf version '12288', this reader only handles version 2 and 3 information. vms-c.o:vms-c.c:(.text+0xa12): more undefined references to `c_default_pointer_mode' follow collect2: error: ld returned 1 exit status make[2]: *** [cc1plus] Error 1