public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49403] New: v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’)
@ 2011-06-14  9:20 amylaar at gcc dot gnu.org
  2011-06-14 15:31 ` [Bug target/49403] " nickc at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-06-14  9:20 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49403

           Summary: v850e-elf: incompatible pointer type (near
                    initialization for ‘targetm.memory_move_cost’)
           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-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-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 
-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
‘targetm.memory_move_cost’) [-Werror]
cc1: all warnings being treated as errors

make[2]: *** [v850.o] Error 1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/49403] v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’)
  2011-06-14  9:20 [Bug target/49403] New: v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’) amylaar at gcc dot gnu.org
@ 2011-06-14 15:31 ` nickc at gcc dot gnu.org
  2011-06-14 15:32 ` nickc at redhat dot com
  2012-03-05 22:46 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nickc at gcc dot gnu.org @ 2011-06-14 15:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49403

--- Comment #1 from Nick Clifton <nickc at gcc dot gnu.org> 2011-06-14 15:30:15 UTC ---
Author: nickc
Date: Tue Jun 14 15:30:05 2011
New Revision: 175030

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175030
Log:
    PR target/49403
    * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.

    PR target/49402
    * config.gcc(v850*-*-*): Avoid duplication of v850.opt.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/v850/v850.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/49403] v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’)
  2011-06-14  9:20 [Bug target/49403] New: v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’) amylaar at gcc dot gnu.org
  2011-06-14 15:31 ` [Bug target/49403] " nickc at gcc dot gnu.org
@ 2011-06-14 15:32 ` nickc at redhat dot com
  2012-03-05 22:46 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nickc at redhat dot com @ 2011-06-14 15:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49403

--- Comment #2 from Nick Clifton <nickc at redhat dot com> 2011-06-14 15:32:13 UTC ---
Fixed in mainline.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/49403] v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’)
  2011-06-14  9:20 [Bug target/49403] New: v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’) amylaar at gcc dot gnu.org
  2011-06-14 15:31 ` [Bug target/49403] " nickc at gcc dot gnu.org
  2011-06-14 15:32 ` nickc at redhat dot com
@ 2012-03-05 22:46 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-05 22:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49403

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-03-05 22:45:54 UTC ---
I can confirm that cc1 cross-builds OK for v850e-elf in revision 184927.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-05 22:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-14  9:20 [Bug target/49403] New: v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’) amylaar at gcc dot gnu.org
2011-06-14 15:31 ` [Bug target/49403] " nickc at gcc dot gnu.org
2011-06-14 15:32 ` nickc at redhat dot com
2012-03-05 22:46 ` amylaar at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).