aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-03gthr-win32.h: Protect against conflicting typedef for BOOL in windows ↵Christopher Faylor2-5/+28
headers and libobjc headers. * gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and libobjc headers. * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++. (_mingw.h): Remove duplicate include. From-SVN: r49465
2002-02-03config.gcc: Set cpu_type to m68k for 68010, as well.Jason Thorpe3-1/+540
* config.gcc: Set cpu_type to m68k for 68010, as well. (m68010-*-netbsdelf*): New... (m68k*-*-netbsdelf*): ...targets. * config/m68k/netbsd-elf.h: New file. From-SVN: r49464
2002-02-03re PR c/4475 (-Wswitch option not functional)Andrew Cagney2-0/+68
* gcc.dg/Wswitch.c: New test. PR gcc/4475. PR gcc/3780. From-SVN: r49462
2002-02-03minor typoDJ Delorie1-1/+1
From-SVN: r49461
2002-02-03re PR fortran/5122 (g77 rejects accepted use of INTEGER*2 as type of DATA ↵Toon Moene2-0/+13
statement loop index) 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl> * g77.f-torture/execute/5122.f: New test for regressions against PR fortran/5122. From-SVN: r49460
2002-02-03expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do ↵Toon Moene2-4/+8
loop counts. 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl> * expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do loop counts. From-SVN: r49459
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson4-16/+48
* class.c (add_field): Mark static fields external. (build_class_ref): Remove redundant set. * parse.y (java_expand_classes): Mark static fields of classes to be compiled as local. * jcf-parse.c (parse_class_file): Likewise. From-SVN: r49458
2002-02-02cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.H.J. Lu4-9/+57
2002-02-02 H.J. Lu (hjl@gnu.org) * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. (cplus_demangle_v3_all): New. (cplus_demangle_v3): Call cplus_demangle_v3_all. (cplus_demangle_v3_type): Call cplus_demangle_v3_all. * cplus-dem.c (cplus_demangle_v3_p): New function pointer. Initialized to cplus_demangle_v3. (cplus_demangle_with_style): Call cplus_demangle_v3_p instead of cplus_demangle_v3. (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for command line symbol. * testsuite/regress-demangle: Pass the mangled name at the command line. From-SVN: r49456
2002-02-02demangle.h (cplus_demangle_v3_type): New prototype.H.J. Lu2-0/+9
2002-02-02 H.J. Lu (hjl@gnu.org) * demangle.h (cplus_demangle_v3_type): New prototype. From-SVN: r49455
2002-02-03* config/h8300/h8300.c (hand_list): Move inside function_arg.Kazu Hirata2-20/+23
From-SVN: r49454
2002-02-03h8300.c (h8_push_ops): Move inside h8300_init_once.Kazu Hirata2-4/+11
* config/h8300/h8300.c (h8_push_ops): Move inside h8300_init_once. (h8_pop_ops): Likewise. (h8_move_ops): Likewise. From-SVN: r49453
2002-02-03h8300.c (os_task): Make it static.Kazu Hirata2-4/+10
* config/h8300/h8300.c (os_task): Make it static. (monitor): Likewise. (pragma_saveall): Likewise. From-SVN: r49452
2002-02-03sh.md (ic_invalidate_line): Make sure the immediate constant is a valid ↵Alexandre Oliva2-1/+7
sign-extension for Pmode. * config/sh/sh.md (ic_invalidate_line): Make sure the immediate constant is a valid sign-extension for Pmode. From-SVN: r49451
2002-02-03pr3743.f: DeleteDavid Billinghurst6-16/+39
2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com> * g77.f-torture/compile/pr3743.f: Delete * g77.dg/pr3743-1.f: New test. * g77.dg/pr3743-2.f: New test. * g77.dg/pr3743-3.f: New test. * g77.dg/pr3743-4.f: New test. From-SVN: r49450
2002-02-02* config/h8300/h8300.c: Fix formatting.Kazu Hirata2-18/+23
From-SVN: r49449
2002-02-02* config/h8300/h8300.md: Fix formatting.Kazu Hirata2-35/+28
From-SVN: r49448
2002-02-02* Makefile.in: Rebuilt.Tom Tromey2-17/+76
From-SVN: r49447
2002-02-02h8300.md (one_cmpl patterns): Tighten the predicates of operands[1].Kazu Hirata2-29/+43
* config/h8300/h8300.md (one_cmpl patterns): Tighten the predicates of operands[1]. Split the patterns for each processor variant. From-SVN: r49446
2002-02-02h8300.md (xor patterns): Tighten the predicates of operands[1] to ↵Kazu Hirata2-3/+8
register_operand. * config/h8300/h8300.md (xor patterns): Tighten the predicates of operands[1] to register_operand. From-SVN: r49445
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth19-70/+116
* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. * cpphash.c (_cpp_init_hashtable): Similarly. * cppinit.c (cpp_create_reader): Default the signed_char flag. (init_builtins): Define __CHAR_UNSIGNED__ appropriately. (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char. (cpp_handle_option): Handle the new options. * cpplex.c (cpp_interpret_charconst): Use new flag. * cpplib.h (struct cpp_options): New member signed_char. * gcc.c (cpp_unique_options): Remove %c spec and documentation. (cpp_options): Handle -fsigned-char and -funsigned-char. (static_specs): Remove signed_char_spec. (do_spec1): Don't handle %c. * system.h: Poison SIGNED_CHAR_SPEC. * tradcif.y (yylex): Use flag_signed_char. * tradcpp.h (flag_signed_char): New. * tradcpp.c (flag_signed_char): New. (main): Handle new command-line options. (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate. config: * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove. * avr/avr.h: Remove old comments. * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*. (CC1_SPEC): Pass -fsigned-char if -mic*. (SIGNED_CHAR_SPEC): Remove. doc: * tm.texi (SIGNED_CHAR_SPEC): Remove documentation. testsuite: * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests. From-SVN: r49444
2002-02-02* Makefile.am (clean-nat): New target.Jason Merrill2-0/+8
From-SVN: r49443
2002-02-02991118-1.c: Revert 2002-01-29 change.Richard Henderson3-8/+14
* gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change. * gcc.c-torture/execute/bf64-1.c: Likewise. From-SVN: r49442
2002-02-022002-02-02 Paolo Carlini <pcarlini@unitus.it>Paolo Carlini2-1/+7
* testsuite/22_locale/operators.cc (gnu_collate::do_compare()): Add return statement to suppress "no return statement" warning. From-SVN: r49441
2002-02-02ostream_manip.cc: Enable test02.Paolo Carlini2-0/+5
2002-02-01 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/ostream_manip.cc: Enable test02. From-SVN: r49440
2002-02-02g77.texi [...]: Change last update date and/or copyright year.Toon Moene4-6/+6
2002-02-02 Toon Moene <toon@moene.indiv.nluug.nl> * g77.texi proj.h com.c bugs.texi: Change last update date and/or copyright year. From-SVN: r49439
2002-02-02* gcc.c-torture/execute/bitfld-2.c: New test.Jakub Jelinek2-0/+30
From-SVN: r49438
2002-02-02* gcc.dg/20020201-3.c: New test.Jakub Jelinek2-0/+17
From-SVN: r49437
2002-02-02Daily bump.GCC Administrator6-6/+6
From-SVN: r49436
2002-02-02* java/io/natFile.cc: Removed old "FIXME" comments.Tom Tromey2-13/+5
From-SVN: r49434
2002-02-02natPosixProcess.cc (myclose): New function.Tom Tromey2-14/+33
* java/lang/natPosixProcess.cc (myclose): New function. (fail): Use it. (startProcess): Likewise. From-SVN: r49433
2002-02-02Contribute regression tester scriptsGeoffrey Keating7-0/+344
From-SVN: r49432
2002-02-02*** empty log message ***Adam Megacz1-1/+1
From-SVN: r49431
2002-02-02prims.cc: Added #undef STRICT after #include<windows.h>.Adam Megacz2-1/+6
2002-02-01 Adam Megacz <adam@xwt.org> * prims.cc: Added #undef STRICT after #include<windows.h>. From-SVN: r49430
2002-02-022002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz2-21/+17
* prims.cc (_Jv_CreateJavaVM): We now use WIN32 instead of USE_WIN32_SIGNALLING and USE_WINSOCK. (win32_exception_handler): Now throws an exception out of the signal handler; assumes SJLJ From-SVN: r49429
2002-02-022002-02-01 Adam MegaczAdam Megacz2-31/+87
* win32-threads.cc: (_Jv_CondWait, _Jv_CondNotify, _Jv_CondNotifyAll): Corrected wait() algorithm to make it safe. (ensure_condvar_initialized, _Jv_CondInit, _Jv_CondDestroy): Added lazy creation of Win32 Events for better performance (really_start): This now uses GC_CreateThread so boehm-gc knows about new threads even when statically linked. From-SVN: r49428
2002-02-02win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer ↵Adam Megacz2-51/+42
wait() algorithm. 2002-02-01 Adam Megacz <adam@xwt.org> * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algorithm. (_Jv_CondWait, _Jv_CondInit, _Jv_CondDestroy, _Jv_CondNotify, _Jv_CondNotifyAll): Implementations moved to win32-threads.cc. (_Jv_MutexInit, _Jv_HaveMutexDestroy, _Jv_MutexUnlock, _Jv_MutexLock, _Jv_ThreadYield): Reimplement using CRITICAL_SECTIONs instead of mutex. (_Jv_ThreadYield): Don't call Sleep(), because it crashes win98. From-SVN: r49427
2002-02-022002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz2-1/+6
* boehm-gc on win32 now automatically detects if it is being built as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html From-SVN: r49426
2002-02-02configure.in: Added support for mingw.Adam Megacz5-256/+290
2002-02-01 Adam Megacz <adam@xwt.org> * configure.in: Added support for mingw. * java/lang/Win32Process.java: Created as empty file. * java/lang/natWin32Process.cc: Created as empty file. From-SVN: r49425
2002-02-02*** empty log message ***Adam Megacz1-0/+1
From-SVN: r49424
2002-02-022002-02-01 Eric Christopher <echristo@redhat.com>Eric Christopher3-4/+15
From Daniel Jacobowitz <dmj+@andrew.cmu.edu> * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling. * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine. (ASM_OUTPUT_REG_POP): Ditto. From-SVN: r49423
2002-02-02documentation.html: Update for 3.0.96.Phil Edwards6-209/+320
2002-02-01 Phil Edwards <pme@gcc.gnu.org> * docs/html/documentation.html: Update for 3.0.96. * docs/html/faq/index.html: Update for 3.0.96. * docs/html/faq/index.txt: Regenerated. * docs/doxygen/TODO: Update notes. * docs/html/17_intro/howto.html: Initial impl-specific listing. From-SVN: r49422
2002-02-02* gcc.dg/20020201-2.c: New test.Jakub Jelinek2-0/+34
From-SVN: r49421
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth9-166/+139
* c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield patch. * gcc.dg/bitfld-1.c: Update. * gcc.dg/bitfld-2.c: Update. * gcc.c-torture/execute/bitfld-1.x: New. From-SVN: r49420
2002-02-02* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.Jakub Jelinek2-2/+6
From-SVN: r49419
2002-02-01added change for gcj manual.Nic Ferrier1-0/+4
From-SVN: r49418
2002-02-01* gcj.texi (About CNI): New node.Nic Ferrier1-1/+870
From-SVN: r49417
2002-02-02re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars)Jakub Jelinek4-9/+53
PR c/5304: * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1 unconditionally. * gcc.c-torture/execute/20020201-1.c: New test. From-SVN: r49416
2002-02-01cfganal.c: Include tm_p.h.Janis Johnson2-2/+8
* cfganal.c: Include tm_p.h. (keep_with_call_p): Fix the test that determines if a register holds the return value of a call. From-SVN: r49415
2002-02-01Fix year typos.Richard Henderson2-5/+5
From-SVN: r49414
2002-02-01bad.def: Remove non-historical reference to version 0.6.Toon Moene7-69/+14
2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl> * bad.def: Remove non-historical reference to version 0.6. * bugs.texi: Ditto. * com.c: Ditto. * ffe.texi: Ditto. * proj.h: Ditto. * g77.texi: Ditto. From-SVN: r49413