From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22600 invoked by alias); 14 Jun 2011 09:20:22 -0000 Received: (qmail 22591 invoked by uid 22791); 14 Jun 2011 09:20:21 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8x2 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Jun 2011 09:20:08 +0000 From: "amylaar at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/49403] New: v850e-elf: incompatible pointer type (=?UTF-8?Q?near=20initialization=20for=20=E2=80=98targetm?=.=?UTF-8?Q?memory=5Fmove=5Fcost=E2=80=99?=) X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: amylaar at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Tue, 14 Jun 2011 09:20:00 -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 X-SW-Source: 2011-06/txt/msg01166.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49403 Summary: v850e-elf: incompatible pointer type (near initialization for =E2=80=98targetm.memory_move_cost=E2= =80=99) Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: amylaar@gcc.gnu.org CC: nickc@redhat.com Blocks: 44756 Target: v850e-elf The v850e-elf build fails with: gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-stri= ngs -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attri= bute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werr= or -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/. -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include=20 -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber \ ../../../gcc/gcc/config/v850/v850.c -o v850.o ../../../gcc/gcc/config/v850/v850.c:3283:8: error: initialization from incompatible pointer type [-Werror] ../../../gcc/gcc/config/v850/v850.c:3283:8: error: (near initialization for =E2=80=98targetm.memory_move_cost=E2=80=99) [-Werror] cc1: all warnings being treated as errors make[2]: *** [v850.o] Error 1