aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-17configure.in: don't even try to configure or make a subdirectory if...Nathanael Nerode2-0/+24
* configure.in: don't even try to configure or make a subdirectory if there's no configure script for it. From-SVN: r52442
2002-04-17linker-map.gnu (__malloc_alloc_template): Add.Benjamin Kosnik3-1/+16
2002-04-17 Benjamin Kosnik <bkoz@redhat.com> * config/linker-map.gnu (__malloc_alloc_template): Add. (__default_alloc_template): Same. * include/bits/stl_alloc.h (__malloc_alloc_template): Add extern template. (__default_alloc_template): Same. From-SVN: r52441
2002-04-17gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.Hans Boehm2-2/+6
* include/private/gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux. From-SVN: r52440
2002-04-17filebuf_virtuals.cc: Add _S_pback_size instantiation.Benjamin Kosnik2-0/+11
2002-04-17 Benjamin Kosnik <bkoz@redhat.com> * testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation. From-SVN: r52436
2002-04-17elf.h: Undefine ASM_OUTPUT_CASE_LABEL.NIIBE Yutaka2-0/+8
2002-04-17 NIIBE Yutaka <gniibe@m17n.org> * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL. From-SVN: r52435
2002-04-17re PR c++/6316 (trap when compiling file)Jakub Jelinek4-1/+61
PR c++/6316 * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop before expanding. * g++.dg/opt/inline1.C: New test. From-SVN: r52434
2002-04-17negzero.java: New.Mark Wielaard3-0/+15
* libjava.lang/negzero.java: New. * libjava.lang/negzero.out: New. From-SVN: r52429
2002-04-17jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero.Mark Wielaard2-1/+7
* jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero. From-SVN: r52427
2002-04-17gcc.c (read_specs): Detect and fail if an attempt is made to rename a spec ↵Nick Clifton2-1/+12
string to an already... 2002-04-17 Nick Clifton <nickc@cambridge.redhat.com> * gcc.c (read_specs): Detect and fail if an attempt is made to rename a spec string to an already existing string. From-SVN: r52426
2002-04-17s390.c (legitimize_pic_address): Do not generate illegal address constant ↵Ulrich Weigand2-0/+6
without CONST. * config/s390/s390.c (legitimize_pic_address): Do not generate illegal address constant without CONST. From-SVN: r52425
2002-04-17linux64.h (CC1_SPEC): Error for -m32 and -m64.Kaveh R. Ghazi3-0/+9
* sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64. * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise. From-SVN: r52421
2002-04-17re PR rtl-optimization/6305 (c++ gets ICE in reload_cse_simplify_operands)Ulrich Weigand2-8/+25
PR optimization/6305 * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement to make sure previous reloads are taken into account. Generate better code if one operand is an in-range immediate constant. From-SVN: r52417
2002-04-17install.texi (Building): libgcj requires GNU make.Andrew Haley2-2/+7
2002-04-16 Andrew Haley <aph@cambridge.redhat.com> * doc/install.texi (Building): libgcj requires GNU make. From-SVN: r52414
2002-04-17re PR bootstrap/6315 (sparc64 gcc -mhard-quad-float cannot compile libstdc++-v3)Jakub Jelinek6-3/+56
PR bootstrap/6315 * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting even if hard quad and register is not floating. (movtf reg<-mem split): Disallow splitting if hard quad and register is floating. (movtf mem<-reg split): Likewise. * config/sparc/sparc.c (fp_register_operand): New predicate. * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand. * gcc.dg/20020416-1.c: New test. From-SVN: r52412
2002-04-17re PR java/6294 (private inner interface is flagged illegal)Bryce McKinlay2-2/+8
Fix for PR java/6294: * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner interfaces. From-SVN: r52411
2002-04-17Daily bump.GCC Administrator6-6/+6
From-SVN: r52409
2002-04-17concept-inst.cc (vector<locale::facet*>): Remove instantiations.Benjamin Kosnik5-150/+63
2002-04-16 Benjamin Kosnik <bkoz@redhat.com> * src/concept-inst.cc (vector<locale::facet*>): Remove instantiations. * src/stl-inst.cc (vector::_M_insert_aux): Remove instantiation. (__malloc_alloc_template): Conditionalize. * include/bits/istream.tcc: Remove sputbackc calls. * testsuite/19_diagnostics/stdexceptions.cc: Fix comment. From-SVN: r52405
2002-04-17Makefile.in (PROTO_OBJS): Add cppdefault.o.Zack Weinberg1-2/+0
2002-04-17 Zack Weinberg <zack@codesourcery.com> * Makefile.in (PROTO_OBJS): Add cppdefault.o. (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line. (unprotoize.o): Ditto. Build from protoize.c. Define UNPROTOIZE on command line. * protoize.c: Include cppdefault.h. Delete include_defaults. (in_system_include_dir): Use cpp_include_defaults (defined in cppdefault.o). * unprotoize.c: Delete file. Approved by: rth Message-ID: <20020415171022.A20025@redhat.com> From-SVN: r52404
2002-04-17Makefile.in (PROTO_OBJS): Add cppdefault.o.Zack Weinberg3-61/+19
2002-04-17 Zack Weinberg <zack@codesourcery.com> * Makefile.in (PROTO_OBJS): Add cppdefault.o. (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line. (unprotoize.o): Ditto. Build from protoize.c. Define UNPROTOIZE on command line. * protoize.c: Include cppdefault.h. Delete include_defaults. (in_system_include_dir): Use cpp_include_defaults (defined in cppdefault.o). * unprotoize.c: Delete file. Approved by: rth Message-ID: <20020415171022.A20025@redhat.com> From-SVN: r52402
2002-04-17altivec.h (vec_ld): Add array variants.Aldy Hernandez2-3/+77
2002-04-17 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/altivec.h (vec_ld): Add array variants. (vec_lde): Same. (vec_ldl): Same. From-SVN: r52400
2002-04-17altivec.h: Define __ALTIVEC__.Alan Matsuoka2-1177/+1266
2002-04-17 Alan Matsuoka <alanm@redhat.com> Aldy Hernandez <aldyh@redhat.com> * config/rs6000/altivec.h: Define __ALTIVEC__. (bool): New. (__pixel): New. (pixel): New. (vec_cfux): New. (vec_vmaddfp): New. (vec_vsldoi): New. Add parentheses to all macro arguments. Co-Authored-By: Aldy Hernandez <aldyh@redhat.com> From-SVN: r52398
2002-04-16re PR c++/6320 (3.1 regression wrt 3.0: ICE in remove_eh_handler, at ↵Richard Henderson3-20/+48
except.c:2696) PR c++/6320 * except.c (remove_eh_handler): Insert inner regions at beginning of sibling chain. Refactor expressions. * g++.dg/eh/dead1.C: New. From-SVN: r52397
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell13-15/+60
* c-common.h (STMT_EXPR_NO_SCOPE): New macro. * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE. * tree.h (expand_start_stmt_expr): Update prototype. * stmt.c (expand_start_stmt_expr): Add has_scope parameter. * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE on the STMT_EXPR created for the inline function. * trans.c (tree_transform): Add has_scope argument to expand_start_stmt_expr. * com.c (ffecom_expr_power_integer): Add has_scope argument to call to expand_start_stmt_expr. * init.c (begin_init_stmts): Remove commented out code. (finish_init_stmts): Set STMT_EXPR_NO_SCOPE. * semantics.c (begin_gobal_stmt_expr): Adjust call to expand_start_stmt_expr. From-SVN: r52395
2002-04-16sol2-bi.h (AS_SPARC64_FLAG): New.Richard Henderson7-94/+35
* config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New. * config/sparc/sol2-gas-bi.h: New file. * config.gcc (sparc*-solaris): Add it as needed. * configure.in (AS_SPARC64_FLAG): Remove check. * config.in, configure: Regenerate. From-SVN: r52393
2002-04-16* config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.Richard Henderson1-0/+2
From-SVN: r52391
2002-04-16mips.c (override_options): Don't override N32 for a 64-bit ISA.Richard Henderson2-1/+4
* config/mips/mips.c (override_options): Don't override N32 for a 64-bit ISA. From-SVN: r52389
2002-04-16mips.md (can_delay): Split out of existing define_delays.Richard Henderson2-15/+23
* config/mips/mips.md (can_delay): Split out of existing define_delays. (HILO_delay): Set can_delay false. From-SVN: r52387
2002-04-16Remove, again.Richard Henderson1-1686/+0
From-SVN: r52386
2002-04-16* gcc_update: Remove libchill.Richard Henderson2-1/+4
From-SVN: r52385
2002-04-16xregex2.h (__restrict_arr): Define to __restrict on GCC 3.1 and later.David S. Miller2-4/+15
2002-04-16 David S. Miller <davem@redhat.com> * xregex2.h (__restrict_arr): Define to __restrict on GCC 3.1 and later. Do not redefine. From-SVN: r52383
2002-04-16Remove libchillMark Mitchell87-11897/+0
From-SVN: r52379
2002-04-16rs6000.c (rs6000_output_function_prologue): Compute instruction addresses.Dale Johannesen2-3/+31
2002-04-16 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute instruction addresses. (rs6000_output_function_epilogue): Likewise. From-SVN: r52378
2002-04-16c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX.Paolo Carlini2-1/+10
2002-04-16 Paolo Carlini <pcarlini@unitus.it> * c-parse.in (poplevel, compstmt_start, compstmt_primary_start): Add ending ';', in accordance with POSIX. From-SVN: r52376
2002-04-16config.gcc (sparcv9-solaris): Configure for 64-bit default.Richard Henderson3-20/+21
* config.gcc (sparcv9-solaris): Configure for 64-bit default. Adjust tm_file order to get TARGET_DEFAULT set properly. (sparc-solaris): Configure 2.[78] for 64-bit multilibs. * doc/install.texi (sparc-solaris): Update. From-SVN: r52373
2002-04-16re PR libgcj/6081 (libjava make install fails: Arg list too long)Tom Tromey6-35/+63
Fix for PR libgcj/6081: * Makefile.in: Rebuilt. * Makefile.am (install-data-local): Use GNU make trick to avoid shell limit. From-SVN: r52370
2002-04-16natFileWin32.cc (performList): Return the correct array type.Adam King2-31/+35
2002-04-16 Adam King <aking@dreammechanics.com> Tom Tromey <tromey@redhat.com> * java/io/natFileWin32.cc (performList): Return the correct array type. Don't duplicate the creation of a File since it's already done earlier in the method and the existing code would cause a ArrayStoreException. Don't use fixed-size array. (_access, _stat, attr, getCanonicalPath, performMkdir, performRenameTo): Don't use fixed-size array. (getCanonicalPath): Use throw, not _Jv_Throw. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r52369
2002-04-16rs6000.c (rs6000_emit_cmove): Fail if modes of comparison operands do not ↵Dale Johannesen2-20/+35
match each other or if... 2002-04-16 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of comparison operands do not match each other or if modes of conditions do not match result. From-SVN: r52367
2002-04-16s390.md (mulsidi3): Set both subregs of the multiword register.Hartmut Penner2-14/+7
target/6305 * config/s390/s390.md (mulsidi3): Set both subregs of the multiword register. From-SVN: r52366
2002-04-16Daily bump.GCC Administrator6-6/+6
From-SVN: r52364
2002-04-16altivec.h (vec_addc): Type check.Aldy Hernandez2-1/+8
2002-04-16 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/altivec.h (vec_addc): Type check. From-SVN: r52360
2002-04-16re PR target/6303 (output_operand: invalid expression as operand)Jakub Jelinek8-6/+110
PR target/6303 * dwarf2out.c (rtl_for_decl_location): Call ASM_SIMPLIFY_DWARF_ADDR before returning. * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT only when inside of MEM by eliminating the indirection too. * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Define. * config/s390/s390.c (s390_simplify_dwarf_addr): New. * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Add prototype. * gcc.dg/20020415-1.c: New test. From-SVN: r52358
2002-04-16re PR middle-end/6279 (gcc-3.1 miscompiles qmake on IA-64)Jakub Jelinek2-2/+14
PR middle-end/6279 * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target. * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET. From-SVN: r52356
2002-04-16decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle ↵Mark Mitchell2-1/+8
itself, to __cxa_atexit. * decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle itself, to __cxa_atexit. From-SVN: r52354
2002-04-15abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set call_really_used_regs too.Richard Henderson2-2/+7
* config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set call_really_used_regs too. From-SVN: r52352
2002-04-16[multiple changes]Gabriel Dos Reis8-26/+145
2002-04-16 Paolo Carlini <pcarlini@unitus.it> * testsuite/24_iterators/rel_ops.cc: New test. 2002-04-16 Gabriel Dos Reis <gdr@merlin.codesourcery.com> * include/bits/type_traits.h (__normal_iterator): Declare in __gnu_cxx. Adjust use at global namespace. * include/bits/stl_iterator.h (__normal_iterator): Move definition into __gnu_cxx::. Add more operator overloads. Tidy existing ones. * include/bits/basic_string.h (basic_string): Adjust use of __normal_iterator. * include/bits/stl_vector.h (_Alloc>): Likewise. * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here. * src/string-inst.cc (operator==): Instantiate in __gnu_cxx. From-SVN: r52348
2002-04-15configure.in: Allow building in $srcdir.DJ Delorie3-232/+239
* configure.in: Allow building in $srcdir. * configure: Regenerated. From-SVN: r52347
2002-04-15* config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.Richard Henderson2-1/+5
From-SVN: r52346
2002-04-16re PR libstdc++/4164 (33 Memory Leak when using iostream)Benjamin Kosnik38-555/+915
2002-04-15 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/4164 Valgrind fixes. * config/io/basic_file_stdio.cc (__basic_file::~__basic_file): Call close. (__basic_file::close): Call fflush. Correct return if fclose ok. (__basic_file::is_open): Make const. Change __c_file_type to __c_file. * config/io/basic_file_stdio.h: Change __c_file_type to __c_file. (__basic_file::is_open): Make const. * config/io/c_io_stdio.h: Change __c_file_type to __c_file. * include/std/std_fstream.h (filebuf::_M_allocate_file): Remove. (filebuf::_M_unbuf): Add. (filebuf::_M_file): Change to non-pointer. (filebuf::_M_allocate_pback_buffer): Remove. * include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove. (filebuf::_M_allocate_internal_buffer): Use _M_unbuf. Change initialization list for _M_file change. (filebuf::_M_allocate_pback_buffer): Remove. Change _M_file usage to reflect non-pointer data member. * config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale): Add parameter. * config/locale/generic/collate_members.cc: Change _M_compare_helper to _M_compare. Change _M_transform_helper to _M_transform. * config/locale/generic/monetary_members.cc: Changeup data types. Add dtors. * config/locale/generic/numeric_members.cc: Add dtors. * config/locale/generic/time_members.cc: Add dtors. * config/locale/gnu/c_locale.cc: Add parameter. * config/locale/gnu/collate_members.cc:Change _M_compare_helper to _M_compare. Change _M_transform_helper to _M_transform. * config/locale/gnu/ctype_members.cc: Better error checking. * config/os/gnu-linux/bits/ctype_noninline.h: Better error checking. * config/locale/gnu/messages_members.cc: Tweak comment. * config/locale/gnu/monetary_members.cc: Change data types. Add dtors. * config/locale/gnu/numeric_members.cc: Add dtors, better error checking. * config/locale/gnu/time_members.cc: Same. * config/locale/ieee_1003.1-2001/c_locale.cc (locale::facet::_S_create_c_locale): Add parameter. * config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef. * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove bogus ctor. * include/bits/locale_facets.h (moneypunct): Use string literals. Don't define dtor. (numpunct): Same. (__timepunct): Same. (locale::_Impl::_M_facets): Change from vector to array. (locale::_Impl::_M_names): Change from array of strings to array of string literals. (locale::facet::_S_create_c_locale): Add parameter. (locale::locale::_S_num_facets): Move to... (locale::_Impl::_M_facets_size): Here. * include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name changes. * include/bits/localefwd.h: (locale::id::_M_id): Add member function. (locale::_Impl::_Impl(facet**, size_t, bool)): Add. (locale::_Impl::_Impl(string, size_t)): Change to (locale::_Impl::_Impl(const char*, size_t)): This. * include/bits/streambuf.tcc (streambuf::_S_pback_size): Define. * include/std/std_streambuf.h (streambuf::_M_pback_size): Change to (streambuf::_S_pback_size): This. * src/globals.cc: Add pre-allocations for "C" facets. * src/locale-inst.cc: Remove vector instantiations. * src/locale.cc: Remove vector include. Fixups for _M_names, _M_facets changes. * src/localename.cc: Same. * include/bits/stl_vector.h: Fix odd formatting. * include/bits/basic_string.tcc: Tweak comment. * libsupc++/new: Make sure parameters are uglified. * libsupc++/typeinfo: Same. * testsuite/22_locale/num_get_members_char.cc: Fixup. * testsuite/22_locale/num_get_members_wchar_t.cc: Same. * testsuite/27_io/filebuf_members.cc: Same. From-SVN: r52345
2002-04-15rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs as being CLOBBERed.David S. Miller2-7/+7
2002-04-15 David S. Miller <davem@redhat.com> * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs as being CLOBBERed. From-SVN: r52343
2002-04-16re PR c/6290 (ICE compiling altivec code with 3.1)Jakub Jelinek4-8/+36
PR c/6290 * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the CONST_VECTOR is { 0, ... 0 }. * gcc.dg/altivec-5.c: New test. From-SVN: r52340