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 optimization/12929] New: [tree-ssa] Syntax errors compiling newlib


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [tree-ssa] Syntax errors compiling newlib
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bbooth at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

GGC version:
    gcc (GCC) 3.5-tree-ssa 20031106 (merged 20031026)

GCC configure options:
    --prefix=/notnfs/bbooth/tree-ssa/i686/inst
    --srcdir=/notnfs/bbooth/tree-ssa/gcc
    --disable-multilib

Command line and compiler output:

/notnfs/bbooth/tree-ssa/i686/inst/libexec/gcc/i686-pc-linux-gnu/3.5-tree-ssa/cc1
-fpreprocessed td_init.i -quiet -dumpbase td_init.c -mtune=pentiumpro -auxbase
td_init -O2 -O2 -O2 -Wall -version -fPIC -fno-builtin -ftime-report
-ftime-report -fPIC -o td_init.s
GNU C version 3.5-tree-ssa 20031106 (merged 20031026) (i686-pc-linux-gnu)
	compiled by GNU C version 3.5-tree-ssa 20031106 (merged 20031026).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
In file included from
/home/bbooth/tree-ssa/build/i686/NEWLIB/i686-pc-linux-gnu/newlib/targ-include/sys/socket.h:42,
                 from
/home/bbooth/tree-ssa/build/i686/NEWLIB/i686-pc-linux-gnu/newlib/targ-include/resolv.h:63,
                 from
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/internals.h:23,
                 from
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/thread_dbP.h:8,
                 from
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/td_init.c:21:
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/../include/netinet/in.h:55:
warning: redefinition of 'uint8_t'
/usr/include/linux/types.h:86: warning: 'uint8_t' previously declared here
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/../include/netinet/in.h:60:
warning: redefinition of 'uint16_t'
/usr/include/linux/types.h:87: warning: 'uint16_t' previously declared here
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/../include/netinet/in.h:65:
warning: redefinition of 'uint32_t'
/usr/include/linux/types.h:88: warning: 'uint32_t' previously declared here
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/td_init.c:
In function `td_init':

/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/td_init.c:30:
warning: implicit declaration of function `__libc_write'
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/td_init.c:30:
error: syntax error before string constant
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/linuxthreads/td_init.c:30:
error: syntax error before string constant

Execution times (seconds)
 preprocessing         :   0.01 (10%) usr   0.00 ( 0%) sys   0.01 ( 8%) wall
 parser                :   0.07 (70%) usr   0.01 (100%) sys   0.09 (75%) wall
 TOTAL                 :   0.10             0.01             0.12

============

.i file to come.


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