This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/35911] New: Building m32c-elf cross compiler fails


Hi,
building m32c-elf fails here:

gcc -c  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common  -DHAVE_CONFIG_H -I. -I.
-I/home/mstein/svn/trunk/gcc -I/home/mstein/svn/trunk/gcc/.
-I/home/mstein/svn/trunk/gcc/../include
-I/home/mstein/svn/trunk/gcc/../libcpp/include -I/opt/cfarm/mpfr-2.3.1/include
-I/home/mstein/svn/trunk/gcc/../libdecnumber
-I/home/mstein/svn/trunk/gcc/../libdecnumber/dpd -I../libdecnumber  \
                /home/mstein/svn/trunk/gcc/config/m32c/m32c.c -o m32c.o
/home/mstein/svn/trunk/gcc/config/m32c/m32c.c: In function ?m32c_pushm_popm?:
/home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1284: error: ?struct function?
has no member named ?return_rtx?
/home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1285: error: ?struct function?
has no member named ?return_rtx?
/home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1288: error: ?struct function?
has no member named ?return_rtx?
make[2]: *** [m32c.o] Error 1


-- 
           Summary: Building m32c-elf cross compiler fails
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mstein dot lists at googlemail dot com
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: m32c-elf


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]