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]

current gcc and -traditional


Did anybody tried -traditional lately?  You now get a whole bunch of
warnings:

gcc -v -traditional -c a.c
[...]
GNU C version 2.96 20000330 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 2.96 20000330 (experimental).
<built-in>:0: warning: type of external `__builtin_constant_p' is not global
<built-in>:0: warning: type of external `__builtin_return_address' is not global
<built-in>:0: warning: type of external `__builtin_frame_address' is not global
<built-in>:0: warning: type of external `__builtin_alloca' is not global
<built-in>:0: warning: type of external `__builtin_ffs' is not global
<built-in>:0: warning: type of external `alloca' is not global
<built-in>:0: warning: type of external `ffs' is not global
<built-in>:0: warning: type of external `_exit' is not global
<built-in>:0: warning: type of external `bzero' is not global
<built-in>:0: warning: type of external `bcmp' is not global
<built-in>:0: warning: type of external `__builtin_abs' is not global
<built-in>:0: warning: type of external `__builtin_fabsf' is not global
<built-in>:0: warning: type of external `__builtin_fabs' is not global
<built-in>:0: warning: type of external `__builtin_fabsl' is not global
<built-in>:0: warning: type of external `__builtin_labs' is not global
<built-in>:0: warning: type of external `__builtin_saveregs' is not global
<built-in>:0: warning: type of external `__builtin_classify_type' is not global
<built-in>:0: warning: type of external `__builtin_next_arg' is not global
<built-in>:0: warning: type of external `__builtin_args_info' is not global
<built-in>:0: warning: type of external `__builtin_setjmp' is not global
<built-in>:0: warning: type of external `__builtin_longjmp' is not global
<built-in>:0: warning: type of external `__builtin_trap' is not global
<built-in>:0: warning: type of external `__builtin_isgreater' is not global
<built-in>:0: warning: type of external `__builtin_isgreaterequal' is not global
<built-in>:0: warning: type of external `__builtin_isless' is not global
<built-in>:0: warning: type of external `__builtin_islessequal' is not global
<built-in>:0: warning: type of external `__builtin_islessgreater' is not global
<built-in>:0: warning: type of external `__builtin_isunordered' is not global
<built-in>:0: warning: type of external `__builtin_apply_args' is not global
<built-in>:0: warning: type of external `__builtin_apply' is not global
<built-in>:0: warning: type of external `__builtin_return' is not global
<built-in>:0: warning: type of external `__builtin_varargs_start' is not global
<built-in>:0: warning: type of external `__builtin_stdarg_start' is not global
<built-in>:0: warning: type of external `__builtin_va_end' is not global
<built-in>:0: warning: type of external `__builtin_va_copy' is not global
<built-in>:0: warning: type of external `__builtin_memcpy' is not global
<built-in>:0: warning: type of external `__builtin_memcmp' is not global
<built-in>:0: warning: type of external `__builtin_memset' is not global
<built-in>:0: warning: type of external `__builtin_bzero' is not global
<built-in>:0: warning: type of external `__builtin_bcmp' is not global
<built-in>:0: warning: type of external `__builtin_strcmp' is not global
<built-in>:0: warning: type of external `__builtin_strcpy' is not global
<built-in>:0: warning: type of external `__builtin_strlen' is not global
<built-in>:0: warning: type of external `__builtin_sqrtf' is not global
<built-in>:0: warning: type of external `__builtin_fsqrt' is not global
<built-in>:0: warning: type of external `__builtin_sqrtl' is not global
<built-in>:0: warning: type of external `__builtin_sinf' is not global
<built-in>:0: warning: type of external `__builtin_sin' is not global
<built-in>:0: warning: type of external `__builtin_sinl' is not global
<built-in>:0: warning: type of external `__builtin_cosf' is not global
<built-in>:0: warning: type of external `__builtin_cos' is not global
<built-in>:0: warning: type of external `__builtin_cosl' is not global
<built-in>:0: warning: type of external `abs' is not global
<built-in>:0: warning: type of external `fabsf' is not global
<built-in>:0: warning: type of external `fabs' is not global
<built-in>:0: warning: type of external `fabsl' is not global
<built-in>:0: warning: type of external `labs' is not global
<built-in>:0: warning: type of external `memcpy' is not global
<built-in>:0: warning: type of external `memcmp' is not global
<built-in>:0: warning: type of external `memset' is not global
<built-in>:0: warning: type of external `strcmp' is not global
<built-in>:0: warning: type of external `strcpy' is not global
<built-in>:0: warning: type of external `strlen' is not global
<built-in>:0: warning: type of external `sqrtf' is not global
<built-in>:0: warning: type of external `sqrt' is not global
<built-in>:0: warning: type of external `sqrtl' is not global
<built-in>:0: warning: type of external `sinf' is not global
<built-in>:0: warning: type of external `sin' is not global
<built-in>:0: warning: type of external `sinl' is not global
<built-in>:0: warning: type of external `cosf' is not global
<built-in>:0: warning: type of external `cos' is not global
<built-in>:0: warning: type of external `cosl' is not global
<built-in>:0: warning: type of external `abort' is not global
<built-in>:0: warning: type of external `exit' is not global
<built-in>:0: warning: type of external `__builtin_aggregate_incoming_address' is not global
<built-in>:0: warning: type of external `__builtin_unwind_init' is not global
<built-in>:0: warning: type of external `__builtin_dwarf_cfa' is not global
<built-in>:0: warning: type of external `__builtin_dwarf_fp_regnum' is not global
<built-in>:0: warning: type of external `__builtin_init_dwarf_reg_size_table' is not global
<built-in>:0: warning: type of external `__builtin_frob_return_addr' is not global
<built-in>:0: warning: type of external `__builtin_extract_return_addr' is not global
<built-in>:0: warning: type of external `__builtin_eh_return' is not global


The builtin code is somehow hosed.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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