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 java/12548] [3.4 Regression] gcj now failes to compile included example


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

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



------- Additional Comments From oyvind dot harboe at zylin dot com  2003-10-13 09:59 -------
Compiling GCC isn't my forte.

I tried to compile GCC 3.4 from CVS, but it failed today:


/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:74: warning: no previous
prototype for `__gthr_win32_once'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:105: warning: no previous
prototype for `__gthr_win32_key_create'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:124: warning: no previous
prototype for `__gthr_win32_key_delete'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:130: warning: no previous
prototype for `__gthr_win32_getspecific'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:141: warning: no previous
prototype for `__gthr_win32_setspecific'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:147: warning: no previous
prototype for `__gthr_win32_mutex_init_function'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:154: warning: no previous
prototype for `__gthr_win32_mutex_lock'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:163: warning: no previous
prototype for `__gthr_win32_mutex_trylock'
/home/oyvind/gcc/gcc/gcc/config/i386/gthr-win32.c:172: warning: no previous
prototype for `__gthr_win32_mutex_unlock'
m


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