aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-18re PR c/6358 (GCC 3.1 ICE on statement expressions)Jakub Jelinek4-14/+62
PR c/6358 * function.c (assign_parms): Assign hard current_function_return_rtx register here... (expand_function_end): ...not here. * gcc.c-torture/compile/20020418-1.c: New test. From-SVN: r52485
2002-04-18install.texi (Downloading the source): Do not mention Chill any longer, but ↵Gerald Pfeifer2-8/+12
mention Ada. * doc/install.texi (Downloading the source): Do not mention Chill any longer, but mention Ada. (Configuration): Do not mention Chill any longer. From-SVN: r52482
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth26-61/+85
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. * c-tree.h (c_incomplete_type_error): New. * c-typeck.c (require_complete_type, build_component_ref): Update. (incomplete_type_error): Rename. * langhooks-def.h (lhd_incomplete_type_error): New. (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New. (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update. * langhooks.c (lhd_incomplete_type_error): New. * langhooks.h (struct lang_hooks_for_types): New hook. * tree.c (size_in_bytes): Use new hook. * tree.h (incomplete_type_error): Remove. ada: * gigi.h (incomplete_type_error): Remove. * utils.c (incomplete_type_error): Remove. cp: * call.c (build_new_method_call): Update. * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. * cp-tree.h (cxx_incomplete_type_error): New. * decl.c (grokdeclarator, grokparms): Update. * decl2.c (check_classfn): Update. * pt.c (tsubst): Update. * typeck.c (complete_type_or_else, expr_sizeof, decay_conversion): Update. * typeck2.c (incomplete_type_error): Rename. (add_exception_specifier): Update. f: * com.c (incomplete_type_error): Remove. java: * typeck.c (incomplete_type_error): Remove. objc: * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. From-SVN: r52480
2002-04-18arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks.Zack Weinberg2-12/+5
* config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks. From-SVN: r52479
2002-04-18* config/cris/cris.h (TARGET_VERSION): Remove local version number.Hans-Peter Nilsson2-1/+5
From-SVN: r52477
2002-04-18i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution in last patch.Jan Hubicka2-1/+6
* i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution in last patch. From-SVN: r52475
2002-04-18fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of ↵Jakub Jelinek2-1/+6
unsigned_type. * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of unsigned_type. From-SVN: r52474
2002-04-18i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.Jan Hubicka3-10/+16
* i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check. * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped later. From-SVN: r52471
2002-04-18re PR c++/5658 (Regression on redefinition of a type in a derived class.)Jason Merrill3-3/+28
PR c++/5658 * search.c (setup_class_bindings): A class template qualifies as a type binding. From-SVN: r52469
2002-04-18Prevent aborts taking a vector mode subreg of a constant integerBernd Schmidt2-0/+13
From-SVN: r52467
2002-04-18Plug memory leak in handle_vector_size_attributeBernd Schmidt2-8/+49
From-SVN: r52466
2002-04-18fold-const.c (fold): Convert (T)(x&c) into ((T)x&(T)c) for integer constant ↵Roger Sayle4-0/+77
c (if... * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c) for integer constant c (if x has unsigned type or sign bit is not set in c). This folds the zero/sign extension into the bit-wise and operation. * gcc.c-torture/compile/20020415-1.c: New. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r52465
2002-04-18re PR middle-end/6205 (-O -fpmath=sse breaks visibility of register ↵Jakub Jelinek2-1/+10
accumulated sum) PR middle-end/6205 * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2, otherwise xorps. From-SVN: r52464
2002-04-18* gcc_update (touch_files): Don't have empty for loop.Geoffrey Keating2-1/+5
From-SVN: r52462
2002-04-1820020418-1.c: New test.David S. Miller2-0/+28
2002-04-18 David S. Miller <davem@redhat.com> * gcc.c-torture/execute/20020418-1.c: New test. From-SVN: r52461
2002-04-18Daily bump.GCC Administrator6-6/+6
From-SVN: r52459
2002-04-18doxygroups.cc: New group on binary searching.Phil Edwards4-16/+259
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/doxygroups.cc: New group on binary searching. * include/bits/stl_algo.h: Document binary searches and merges. * include/bits/stl_deque.h: The 'map' member is not the 'map' class. From-SVN: r52453
2002-04-18mainpage.html: Doxygen logo is now a PNG file.Phil Edwards6-139/+185
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/mainpage.html: Doxygen logo is now a PNG file. * docs/doxygen/run_doxygen: Bump required version. * docs/doxygen/user.cfg.in: Revert accidental change. * docs/html/faq/index.html: Reindent a block of links. (4.4): New note on using dlsym. * docs/html/faq/index.txt: Regenerated. From-SVN: r52451
2002-04-18testsuite_flags.in (cxxflags): Also pass @EXTRA_CXX_FLAGS@.Phil Edwards2-1/+5
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * testsuite_flags.in (cxxflags): Also pass @EXTRA_CXX_FLAGS@. From-SVN: r52450
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash ↵Bryce McKinlay4-4/+16
synchronization. * class.c (make_class_data): Set DECL_ALIGN on static class data, for hash synchronization. * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects. * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for class_type_node. From-SVN: r52448
2002-04-18File.java (normalizePath): Add Win32 support for auto conversion of a '/' ↵Adam King2-0/+10
path separator to Win32's '\'... * java/io/File.java (normalizePath): Add Win32 support for auto conversion of a '/' path separator to Win32's '\' separator. From-SVN: r52447
2002-04-17configure.in: Move default CC setting out of config/mh-* fragments directly ↵Nathanael Nerode2-5/+68
into here. * configure.in: Move default CC setting out of config/mh-* fragments directly into here. From-SVN: r52443
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