From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118235 invoked by alias); 9 Apr 2015 19:27:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 118222 invoked by uid 89); 9 Apr 2015 19:27:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com) (209.85.212.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 09 Apr 2015 19:27:44 +0000 Received: by wiun10 with SMTP id n10so630535wiu.1 for ; Thu, 09 Apr 2015 12:27:41 -0700 (PDT) X-Received: by 10.181.9.98 with SMTP id dr2mr8800930wid.62.1428607661278; Thu, 09 Apr 2015 12:27:41 -0700 (PDT) Received: from s42.loc (85-127-9-55.dynamic.xdsl-line.inode.at. [85.127.9.55]) by mx.google.com with ESMTPSA id aq6sm509843wjc.17.2015.04.09.12.27.36 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 09 Apr 2015 12:27:37 -0700 (PDT) Received: from cow by s42.loc with local (Exim 4.80) (envelope-from ) id 1YgI6x-0004Ow-Rw; Thu, 09 Apr 2015 21:27:35 +0200 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer , Douglas Rupp , Tristan Gingold Subject: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Date: Thu, 09 Apr 2015 19:27:00 -0000 Message-Id: <1428607654-16888-1-git-send-email-rep.dot.nop@gmail.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00409.txt.bz2 gcc/ChangeLog: 2015-04-08 Bernhard Reutner-Fischer PR target/55143 * c/c-tree.h (c_default_pointer_mode): Move declaration ... * c-family/c-common.h (c_default_pointer_mode): ... here. * c/c-decl.c (c_default_pointer_mode): Move definition ... * c-family/c-common.c (c_default_pointer_mode): ... here. --- Ok for trunk? Fixes all-gcc for ia64-hp-vms which previously failed with: 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 cc1 \ c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o \ c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o \ c/c-array-notation.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 \ cc1-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/obj.x86_64/gcc.config-list/ia64-hp-vms/./isl/.libs \ -lisl -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz 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 \ cp/constexpr.o cp/cp-ubsan.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/obj.x86_64/gcc.config-list/ia64-hp-vms/./isl/.libs \ -lisl -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz vms-c.o: In function `handle_pragma_pointer_size(char const*)': vms-c.c:(.text+0x5ad): undefined reference to `c_default_pointer_mode' vms-c.c:(.text+0x5c2): undefined reference to `c_default_pointer_mode' vms-c.c:(.text+0x5da): undefined reference to `c_default_pointer_mode' vms-c.c:(.text+0x5f8): undefined reference to `c_default_pointer_mode' vms-c.o: In function `vms_c_common_override_options()': vms-c.c:(.text+0x9ec): undefined reference to `c_default_pointer_mode' vms-c.o:vms-c.c:(.text+0xa02): more undefined references to `c_default_pointer_mode' follow collect2: error: ld returned 1 exit status make[2]: *** [cc1plus] Error 1 --- gcc/c-family/c-common.c | 4 ++++ gcc/c-family/c-common.h | 4 ++++ gcc/c/c-decl.c | 4 ---- gcc/c/c-tree.h | 4 ---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 456c619..7fe7fa6 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -67,6 +67,10 @@ along with GCC; see the file COPYING3. If not see cpp_reader *parse_in; /* Declared in c-pragma.h. */ +/* Mode used to build pointers (VOIDmode means ptr_mode). */ + +machine_mode c_default_pointer_mode = VOIDmode; + /* The following symbols are subsumed in the c_global_trees array, and listed here individually for documentation purposes. diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index 5b2c5ab..cabf452 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -358,6 +358,10 @@ struct c_common_resword const unsigned int disable : 16; }; +/* Mode used to build pointers (VOIDmode means ptr_mode). */ + +extern machine_mode c_default_pointer_mode; + /* Extra cpp_ttype values for C++. */ /* A token type for template-ids. If a template-id is processed while diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index e1741f1..e28a294 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -168,10 +168,6 @@ static int warn_about_return_type; static bool undef_nested_function; -/* Mode used to build pointers (VOIDmode means ptr_mode). */ - -machine_mode c_default_pointer_mode = VOIDmode; - /* If non-zero, implicit "omp declare target" attribute is added into the attribute lists. */ int current_omp_declare_target_attribute; diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h index c879bc7..7a72665 100644 --- a/gcc/c/c-tree.h +++ b/gcc/c/c-tree.h @@ -671,10 +671,6 @@ extern int current_function_returns_null; extern int current_function_returns_abnormally; -/* Mode used to build pointers (VOIDmode means ptr_mode). */ - -extern machine_mode c_default_pointer_mode; - /* In c-decl.c */ /* Tell the binding oracle what kind of binding we are looking for. */ -- 1.7.10.4