aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-12* sparc_mach_dep.S: Delete incorrectly named file.Bryce McKinlay2-67/+2
From-SVN: r49699
2002-02-12Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay40-510/+1285
From-SVN: r49698
2002-02-12stl_algo (__stl_threshold): Declare external.Benjamin Kosnik20-1924/+2080
2002-02-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_algo (__stl_threshold): Declare external. (__stl_chunk_size): Same. * include/bits/stl_bvector.h (__WORD_BIT): Same. * include/bits/stl_tree.h (_S_rb_tree_red): Same. (_S_rb_tree_black): Same. * src/stl-inst.cc (__stl_threshold): Define. (__stl_chunk_size): Same. (__WORD_BIT): Same. (_S_rb_tree_red): Same. (_S_rb_tree_black): Same. * config/io/basic_file_libio.h (__basic_file): Add declarations. * include/bits/basic_file.h: Remove. * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION Declare generic types, specialization. * config/io/basic_file_stdio.cc: Definitions. * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE. Declare generic types. * include/Makefile.am (bits_headers): Remove basic_file.h. (extra_target_headers): Change basic_file_model.h to basic_file.h. (stamp-target): Same. * include/bits/stl_alloc.h: Tweaks. * include/bits/localefwd.h: Same. From-SVN: r49697
2002-02-12win32.cc: Added two #includes to make win32.cc compile.Adam Megacz2-0/+6
2002-02-12 Adam Megacz <adam@xwt.org> * win32.cc: Added two #includes to make win32.cc compile. From-SVN: r49696
2002-02-12boehm.cc (initialized, [...]): Removed unused declarations.Bryce McKinlay2-90/+9
* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused declarations. (_Jv_InitGC): Don't bother locking, as this is always called from a single-thread. Turn off GC_all_interior_pointers. Remove dead code. From-SVN: r49695
2002-02-12c99-flex-array-2.c: Add -std=iso9899:1999David Billinghurst2-0/+5
2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com> * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999 From-SVN: r49694
2002-02-12win32.h: Added _Jv_platform_gettimeofday.Adam Megacz3-0/+15
2002-02-11 Adam Megacz <adam@xwt.org> * include/win32.h: Added _Jv_platform_gettimeofday. * win32.cc (_Jv_platform_gettimeofday): Added dummy function. From-SVN: r49693
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and ↵Adam Megacz3-0/+8
java/lang/reflect/Modifier.h cooperate. 2002-02-11 Adam Megacz <adam@xwt.org> * java/io/natFileWin32.cc, java/io/natFileDescriptorWin32.cc: Added #undef STRICT to make windows.h and java/lang/reflect/Modifier.h cooperate. From-SVN: r49692
2002-02-12natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz2-63/+53
2002-02-11 Adam Megacz <adam@xwt.org> * java/io/natFileWin32.cc: Created a placeholder class with lots of FIXMEs. From-SVN: r49691
2002-02-11class.c (build_utf8_ref): Move declaration of decl_sizeDavid Billinghurst2-13/+20
2002-02-12 David Billinghurst <Davod.Billinghurst@riotinto.com> * class.c(build_utf8_ref): Move declaration of decl_size From-SVN: r49688
2002-02-11mmix.c (mmix_assemble_integer): Handle non-CONST_INT through ↵Hans-Peter Nilsson2-3/+36
default_assemble_integer. * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle non-CONST_INT through default_assemble_integer. <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF. <case 8>: Abort for CONST_DOUBLE. From-SVN: r49687
2002-02-11Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gcAdam Megacz2-2/+7
2002-02-11 Adam Megacz <adam@xwt.org> * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc From-SVN: r49686
2002-02-11exception.cc (_Jv_Throw, [...]): Changed std::abort() to simply abort().Adam Megacz2-4/+20
2002-02-11 Adam Megacz <adam@xwt.org> * exception.cc (_Jv_Throw, PERSONALITY_FUNCTION): Changed std::abort() to simply abort(). Also added "fake" std::abort() so we can #include unwind-pe.h without having to link against libstdc++-v3. From-SVN: r49685
2002-02-11gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified.John David Anglin4-17/+10
* gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified. * config/pa/pa-linux.h (LIB_SPEC): Delete. * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete. From-SVN: r49684
2002-02-11* gcc.pot: Regenerate.Zack Weinberg2-1153/+1187
From-SVN: r49683
2002-02-11locale_facets.tcc (collate::do_hash): Fix.Aaron W. LaFramboise4-8/+37
2002-02-11 Aaron W LaFramboise <AWLaFramboise@aol.com> * include/bits/locale_facets.tcc (collate::do_hash): Fix. * testsuite/22_locale/collate_members_char.cc (test03): New test. * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same. From-SVN: r49682
2002-02-11configure.in: support for win32, saner cross-compile optionsAdam Megacz3-17/+21
2002-02-11 Adam Megacz <adam@xwt.org> * gcc/boehm-gc/configure.in: support for win32, saner cross-compile options From-SVN: r49681
2002-02-11re PR libobjc/4039 (installation location of libobjc is wrong)Franz Sirl5-633/+1235
2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR libobjc/4039 * aclocal.m4: Replace with version copied from libstdc++-v3. * configure.in: Update for changes to aclocal and Makefile. * configure: Regenerate. * Makefile.in: Correct install of multilibs and shared libs, use INSTALL_DATA for include files. From-SVN: r49680
2002-02-11stormy16.md (zero_extendqihi2): New.Andrew Haley2-0/+16
2002-02-11 Andrew Haley <aph@cambridge.redhat.com> * config/stormy16/stormy16.md (zero_extendqihi2): New. From-SVN: r49679
2002-02-11parse.y (reserved_declspecs): Don't handle attributes.Jason Merrill4-7/+44
* parse.y (reserved_declspecs): Don't handle attributes. (reserved_typespecquals): Handle them here. * Make-lang.in (parse.c): Adjust expected conflicts. From-SVN: r49678
2002-02-11mention NRVOJason Merrill1-0/+12
From-SVN: r49677
2002-02-11regrename.c (regrename_optimize): Don't accept a part-clobbered register if ↵Alexandre Oliva2-1/+10
the replaced register is not part... * regrename.c (regrename_optimize): Don't accept a part-clobbered register if the replaced register is not part clobbered. From-SVN: r49676
2002-02-11calls.c (store_one_arg): In the non-BLKmode non-partial case...Alexandre Oliva2-8/+18
* calls.c (store_one_arg): In the non-BLKmode non-partial case, take padding into account when computing the argument value. From-SVN: r49675
2002-02-11* config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.Alexandre Oliva2-2/+4
From-SVN: r49674
2002-02-11Daily bump.GCC Administrator6-6/+6
From-SVN: r49672
2002-02-11rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*.Aldy Hernandez4-60/+301
2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. (bdesc_abs): New. * config/rs6000/rs6000.h (rs6000_builtins): Add ALTIVEC_BUILTIN_ABS*. * config/rs6000/altivec.h: Use const char for builtins expecting literals. (vec_abs): New versions for C and C++. (vec_abss): Same. From-SVN: r49671
2002-02-11combine.c (try_combine): Apply substitutions in CALL_INSN_FUNCTION_USAGE too.Alexandre Oliva2-0/+25
* combine.c (try_combine): Apply substitutions in CALL_INSN_FUNCTION_USAGE too. From-SVN: r49670
2002-02-11rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*.Aldy Hernandez1-0/+14
2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. (bdesc_abs): New. * config/rs6000/rs6000.h (rs6000_builtins): Add ALTIVEC_BUILTIN_ABS*. * config/rs6000/altivec.h: Use const char for builtins expecting literals. (vec_abs): New versions for C and C++. (vec_abss): Same. From-SVN: r49669
2002-02-11h8300.h (INITIALIZE_TRAMPOLINE): Simplify by using Pmode.Kazu Hirata2-8/+12
* config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by using Pmode. From-SVN: r49668
2002-02-11h8300.h (STACK_POINTER_REGNUM): Use the constant definition from h8300.md.Kazu Hirata3-3/+11
* config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the constant definition from h8300.md. (FRAME_POINTER_REGNUM): Likewise. * config/h8300/h8300.md (define_constants): Add FP_REG. From-SVN: r49667
2002-02-11* config/h8300/h8300.c (print_operand): Remove redundant code.Kazu Hirata2-16/+24
From-SVN: r49666
2002-02-11h8300-protos.h: Remove the prototype for byte_reg.Kazu Hirata3-2/+7
* config/h8300/h8300-protos.h: Remove the prototype for byte_reg. * config/h8300/h8300.c (byte_reg): Make it static. From-SVN: r49665
2002-02-10New.Richard Henderson1-0/+13
From-SVN: r49664
2002-02-10re PR c/5623 (GCC 3.0.3 crashes when assigning pointer to an array of ↵Richard Henderson2-0/+10
undefined size which is member of a struct) PR c/5623 * c-typeck.c (incomplete_type_error): Handle flexible array members. From-SVN: r49663
2002-02-10re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson2-7/+19
PR c++/5624 * tree.c (append_random_chars): Don't abort if main_input_filename does not exist. From-SVN: r49662
2002-02-11* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.Hans-Peter Nilsson2-1/+7
From-SVN: r49661
2002-02-11For PR java/5641:Tom Tromey3-0/+28
* libjava.compile/PR5641.xfail: New file. * libjava.compile/PR5641.java: New file. From-SVN: r49660
2002-02-11libjava.exp (libjava_find_lib): Remove duplicate .la files.Rainer Orth2-3/+11
2002-02-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * lib/libjava.exp (libjava_find_lib): Remove duplicate .la files. From-SVN: r49659
2002-02-10961203-1.x: Disable on h8300 port.Kazu Hirata3-0/+14
* gcc.c-torture/compile/961203-1.x: Disable on h8300 port. * gcc.c-torture/compile/980506-1.x: Likewise. From-SVN: r49658
2002-02-10* gcc.dg/20020210-1.c: New.Kazu Hirata2-0/+32
From-SVN: r49657
2002-02-10h8300.md (pushhi1_h8300): Correct the mode used.Kazu Hirata2-3/+9
* config/h8300/h8300.md (pushhi1_h8300): Correct the mode used. (pushhi1): Likewise. From-SVN: r49656
2002-02-10interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler2-1/+5
2002-02-10 Andreas Tobler <toa@pop.agri.ch> * interpret.cc (continue1) [insn_f2l]: Use PUSHL, not PUSHI. From-SVN: r49655
2002-02-10pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.John David Anglin3-1/+10
* pa.c (reg_before_reload_operand): Don't accept a SUBREG operand. * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand. From-SVN: r49654
2002-02-10stl_algo.h (transform (both signatures), generate_n): Use __typeof__ in ↵Phil Edwards2-12/+12
concept checks. 2002-02-10 Phil Edwards <pme@gcc.gnu.org> * include/bits/stl_algo.h (transform (both signatures), generate_n): Use __typeof__ in concept checks. From-SVN: r49653
2002-02-10stl_algo.h (__median, [...]): Doxygenate.Jonathan Wakely2-189/+642
2002-02-10 Jonathan Wakely <cow@compsoc.man.ac.uk> * include/bits/stl_algo.h (__median, for_each, find, find_if, adjacent_find, count, count_if, search, search_n, swap_ranges, transform, replace, replace_if, replace_copy, replace_copy_if, generate, generate_n, remove_copy, remove_copy_if, remove, remove_if, unique, unique_copy, reverse, reverse_copy): Doxygenate. From-SVN: r49652
2002-02-10Daily bump.GCC Administrator6-6/+6
From-SVN: r49650
2002-02-09freebsd.h (TARGET_DEFAULT): Add MASK_EPILOGUE setting and remove MASK_VIS.David O'Brien2-8/+8
2002-02-09 David O'Brien <obrien@FreeBSD.org> * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and remove MASK_VIS. (ASM_CPU_DEFAULT_SPEC): Remove. Default setting is fine. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20020208111342.A4426@redhat.com> From-SVN: r49649
2002-02-09h8300.c (output_logical_op): Use sub.w to clear a half of an SImode register ↵Kazu Hirata2-6/+9
on H8/300. * config/h8300/h8300.c (output_logical_op): Use sub.w to clear a half of an SImode register on H8/300. From-SVN: r49648
2002-02-09re PR fortran/947 (Data statement initialization of an array element whose ↵Toon Moene2-0/+17
index is) 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl> * g77.f-torture/execute/947.f: New regression test for PR fortran/947. From-SVN: r49647
2002-02-09data.c (ffedata_eval_offset_): Convert non-default integer constants to ↵Toon Moene2-4/+35
default integer kind if necessary. 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl> * data.c (ffedata_eval_offset_): Convert non-default integer constants to default integer kind if necessary. From-SVN: r49646