1. 25 Apr, 2002 3 commits
  2. 24 Apr, 2002 24 commits
    • loop.c (load_mems): Don't change the interface of called functions. · fcae219a
      	* loop.c (load_mems): Don't change the interface of called functions.
      
      	* calls.c (expand_call): Take current_function_pretend_args_size
      	into account when setting argblock for sibcalls.
      
      From-SVN: r52745
      J"orn Rennecke committed
    • natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-8 encoded name. · 0df9cfc7
      	* gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute
      	correct length of UTF-8 encoded name.  Strip leading `/'.
      	(_Jv_RegisterResource): Use _Jv_Malloc.
      
      From-SVN: r52744
      Tom Tromey committed
    • cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs void. · a62d375f
      	* cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
      	void.
      
      From-SVN: r52742
      Mark Mitchell committed
    • cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. · 3fac72c7
      2002-04-24  Matt Hiller  <hiller@redhat.com>
      
      	* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
      	* c-lex.c: Ditto.
      
      	* cpplex.c (skip_line_comment): Process comment one multibyte
      	character at a time rather than one char at a time, if
      	appropriate.
      	(parse_string): Process string one multibyte character at a time
      	rather than one char at a time, if appropriate.
      	* c-lex.c (lex_string): Lex and copy multibyte strings
      	appropriately.
      	* cpplib.h (cppchar_t): Change to unsigned.
      
      From-SVN: r52740
      Matthew Hiller committed
    • cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. · d0fea45a
      2002-04-24  Matt Hiller  <hiller@redhat.com>
      
      	* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
      	* c-lex.c: Ditto.
      
      	* cpplex.c (skip_line_comment): Process comment one multibyte
      	character at a time rather than one char at a time, if
      	appropriate.
      	(parse_string): Process string one multibyte character at a time
      	rather than one char at a time, if appropriate.
      	* c-lex.c (lex_string): Lex and copy multibyte strings
      	appropriately.
      	* cpplib.h (cppchar_t): Change to unsigned.
      
      From-SVN: r52739
      Matthew Hiller committed
    • c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays for c99. · 2d1b5436
              * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
              for c99.
      
      	* gcc.dg/c90-vla-1.c, gcc.dg/c99-vla-1.c: New.
      
      From-SVN: r52738
      Richard Henderson committed
    • cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. · 64cdc383
      2002-04-24  Matt Hiller  <hiller@redhat.com>
      
      	* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
      	* c-lex.c: Ditto.
      
      	* cpplex.c (skip_line_comment): Process comment one multibyte
      	character at a time rather than one char at a time, if
      	appropriate.
      	(parse_string): Process string one multibyte character at a time
      	rather than one char at a time, if appropriate.
      	* c-lex.c (lex_string): Lex and copy multibyte strings
      	appropriately.
      	* cpplib.h (cppchar_t): Change to unsigned.
      
      From-SVN: r52737
      Matthew Hiller committed
    • expr.c (PRE_JSR): Call NOTE_LABEL for return address. · 67f0a6bf
      
      	* expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
      	* java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
      	(BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
      
      From-SVN: r52735
      Per Bothner committed
    • sh.c (sh_va_arg): If argument was passed by reference, dereference the pointer. · 5e039e6b
      	* sh.c (sh_va_arg): If argument was passed by reference,
      	dereference the pointer.
      
      From-SVN: r52734
      J"orn Rennecke committed
    • sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic. · 309d8365
              * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
      
      testsuite:
      
              * gcc.dg/20020312-2.c: Add SH target.
      
      From-SVN: r52733
      J"orn Rennecke committed
    • sh.md (divsi3_i4_media): Use match_operand for input values rather than hard registers. · 51214775
      	* sh.md (divsi3_i4_media): Use match_operand for input values
      	rather than hard registers.
      	(divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
      	unnecessarily through hard registers.  Keep copies of pseudo
      	registers outside of the libcall sequence.
      
      	* sh.md (casesi_shift_media): Add modes.
      
      From-SVN: r52732
      J"orn Rennecke committed
    • sh.h (RETURN_IN_MEMORY): Return variable size BLKmode values in memory. · b700634a
      	* sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
      	values in memory.
      
      From-SVN: r52731
      J"orn Rennecke committed
    • attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. · 349ae713
      	* attribs.c (c_common_attribute_table): Move table and handlers
      	to c-common.c.
      	(format_attribute_table, lang_attribute_table,
      	lang_attribute_common): Remove.
      	(init_attributes): Replace NULL pointers with pointers to the
      	empty table.
      	(handle_packed_attribute, handle_nocommon_attribute,
      	handle_common_attribute, handle_noreturn_attribute,
      	handle_noinline_attribute, handle_always_inline_attribute,
      	handle_used_attribute, handle_unused_attribute,
      	handle_const_attribute, handle_transparent_union_attribute,
      	handle_constructor_attribute, handle_destructor_attribute,
      	handle_mode_attribute, handle_section_attribute,
      	handle_aligned_attribute, handle_weak_attribute,
      	handle_alias_attribute, handle_visibility_attribute,
      	handle_no_instrument_function_attribute, handle_malloc_attribute,
      	handle_no_limit_stack_attribute, handle_pure_attribute,
      	handle_deprecated_attribute, handle_vector_size_attribute,
      	vector_size_helper): Move to c-common.c.
      	* c-common.c (c_common_attribute_table,
      	handle_packed_attribute, handle_nocommon_attribute,
      	handle_common_attribute, handle_noreturn_attribute,
      	handle_noinline_attribute, handle_always_inline_attribute,
      	handle_used_attribute, handle_unused_attribute,
      	handle_const_attribute, handle_transparent_union_attribute,
      	handle_constructor_attribute, handle_destructor_attribute,
      	handle_mode_attribute, handle_section_attribute,
      	handle_aligned_attribute, handle_weak_attribute,
      	handle_alias_attribute, handle_visibility_attribute,
      	handle_no_instrument_function_attribute, handle_malloc_attribute,
      	handle_no_limit_stack_attribute, handle_pure_attribute,
      	handle_deprecated_attribute, handle_vector_size_attribute,
      	vector_size_helper): Move from attribs.c.
      	* c-common.h (c_common_attribute_table,
      	c_common_format_attribute_table): New.
      	* c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
      	LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
      	* langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
      	LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
      	(LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.h (struct lang_hooks): 3 new attribute hooks.
      	* target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
      	* target.h: Update comment.
      	* tree.c (default_target_attribute_table): Remove.
      	* tree.h (default_target_attribute_table, format_attribute_table,
      	lang_attribute_table, lang_attribute_common): Remove.
      ada:
      	* misc.c (gnat_init): Don't set lang_attribute_common.
      cp:
      	* cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
      	LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
      	Redefine.
      	* cp-tree.h (cp_attribute_table): Rename.
      	* decl.c (lang_attribute_table): Remove declaration.
      	(cxx_init_decl_processing): Don't set it.
      	* tree.c (cp_attribute_table): Rename.
      objc:
      	* objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
      	LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
      
      From-SVN: r52730
      Neil Booth committed
    • labels-3.x: New file, don't assemble the compiler output on mips*-*-irix*. · 3f2019c6
      	* gcc.c-torture/compile/labels-3.x: New file, don't assemble the
      	compiler output on mips*-*-irix*.
      
      From-SVN: r52726
      Kaveh R. Ghazi committed
    • dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector. · 84f0ace0
              * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
              * dwarf2out.c (dwarf_attr_name): Support it.
              (gen_array_type_die): Emit it.
              (lookup_type_die): No special handling for VECTOR_TYPE.
              (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
      
      From-SVN: r52724
      Jason Merrill committed
    • * config/mips/mips.md (movdi_usd): Renumber. · 120eaf28
      From-SVN: r52723
      Richard Henderson committed
    • re PR target/6420 (libstdc++ failures on sparc-linux-gnu) · e732178c
      2002-04-24  David S. Miller  <davem@redhat.com>
      
      	PR target/6420
      	* config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
      	32-bit Sparc and current_function_returns_struct is true.
      
      From-SVN: r52720
      David S. Miller committed
    • * loop.c (canonicalize_condition): Use gen_int_mode. · e879eb2f
      From-SVN: r52715
      Jan Hubicka committed
    • altivec.h: Cleanup file. · 4287a893
      2002-04-24  Aldy Hernandez  <aldyh@redhat.com>
      
      	* config/rs6000/altivec.h: Cleanup file.  Add non individual
      	variants.
      	(vec_vaddubm): New.
      	(vec_vadduhm): New.
      	(vec_vadduwm): New.
      	(vec_vaddfp): New.
      	(vec_vaddcuw): New.
      	(vec_vaddubs): New.
      	(vec_vaddsbs): New.
      	(vec_vadduhs): New.
      	(vec_vadduws): New.
      	(vec_vaddsws): New.
      	(vec_vand): New.
      	(vec_vandc): New.
      	(vec_vavgub): New.
      	(vec_vavgsb): New.
      	(vec_vavguh): New.
      	(vec_vavgsh): New.
      	(vec_vavguw): New.
      	(vec_vavgsw): New.
      	(vec_vrfip): New.
      	(vec_vcmpbfp): New.
      	(vec_vcmpequb): New.
      	(vec_vcmpequh): New.
      	(vec_vcmpequw): New.
      	(vec_vcmpeqfp): New.
      	(vec_vcmpgefp): New.
      	(vec_vcmpgtub): New.
      	(vec_vcmpgtsb): New.
      	(vec_vcmpgtuh): New.
      	(vec_vcmpgtsh): New.
      	(vec_vcmpgtuw): New.
      	(vec_vcmpgtsw): New.
      	(vec_vcmpgtfp): New.
      	(vec_vcmpgefp): New.
      	(vec_vcfux): New.
      	(vec_vcfsx): New.
      	(vec_vctsxs): New.
      	(vec_vctuxs): New.
      	(vec_vexptefp): New.
      	(vec_vrfim): New.
      	(vec_lvx): New.
      	(vec_lvebx): New.
      	(vec_lvehx): New.
      	(vec_lde): Add vector float variant.
      	(vec_lvewx): New.
      	(vec_lvxl): New.
      	(vec_vlogefp): New.
      	(vec_vmaddfp): New.
      	(vec_vmhaddshs): New.
      	(vec_vmaxub): New.
      	(vec_vmaxsb): New.
      	(vec_vmaxuh): New.
      	(vec_vmaxsh): New.
      	(vec_vmaxuw): New.
      	(vec_vmaxsw): New.
      	(vec_vmaxsw): New.
      	(vec_vmaxfp): New.
      	(vec_vmrghb): New.
      	(vec_vmrghh): New.
      	(vec_vmrghw): New.
      	(vec_vmrglb): New.
      	(vec_vmrglh): New.
      	(vec_vmrglw): New.
      	(vec_vminub): New.
      	(vec_vminsb): New.
      	(vec_vminuh): New.
      	(vec_vminsh): New.
      	(vec_vminuw): New.
      	(vec_vminsw): New.
      	(vec_vminfp): New.
      	(vec_vmladduhm): New.
      	(vec_vmhraddshs): New.
      	(vec_msumubm): New.
      	(vec_vmsummbm): New.
      	(vec_vmsumuhm): New.
      	(vec_vmsumshm): New.
      	(vec_vmsumuhs): New.
      	(vec_vmsumshs): New.
      	(vec_vmuleub): New.
      	(vec_vmulesb): New.
      	(vec_vmuleuh): New.
      	(vec_vmulesh): New.
      	(vec_vmuloub): New.
      	(vec_mulosb): New.
      	(vec_vmulouh): New.
      	(vec_vmulosh): New.
      	(vec_vnmsubfp): New.
      	(vec_vnor): New.
      	(vec_vor): New.
      	(vec_vpkuhum): New.
      	(vec_vpkuwum): New.
      	(vec_vpkpx): New.
      	(vec_vpkuhus): New.
      	(vec_vpkshss): New.
      	(vec_vpkuwus): New.
      	(vec_vpkswss): New.
      	(vec_vpkshus): New.
      	(vec_vpkswus): New.
      	(vec_vperm): New.
      	(vec_vrefp): New.
      	(vec_vrlb): New.
      	(vec_vrlh): New.
      	(vec_vrlw): New.
      	(vec_vrfin): New.
      	(vec_vrsqrtefp): New.
      	(vec_vsel): New.
      	(vec_vslb): New.
      	(vec_vslh): New.
      	(vec_vslw): New.
      	(vec_vsldoi): New.
      	(vec_vsl): New.
      	(vec_vslo): New.
      	(vec_vspltb): New.
      	(vec_vsplth): New.
      	(vec_vspltw): New.
      	(vec_vspltisb): New.
      	(vec_vspltish): New.
      	(vec_vspltisw): New.
      	(vec_vsrb): New.
      	(vec_vsrh): New.
      	(vec_vsrw): New.
      	(vec_vsrab): New.
      	(vec_vsrah): New.
      	(vec_vsraw): New.
      	(vec_vsr): New.
      	(vec_vsro): New.
      	(vec_stvx): New.
      	(vec_stvebx): New.
      	(vec_stvehx): New.
      	(vec_stvewx): New.
      	(vec_stvxl): New.
      	(vec_vsububm): New.
      	(vec_vsubuhm): New.
      	(vec_vsubuwm): New.
      	(vec_vsubfp): New.
      	(vec_vsubcuw): New.
      	(vec_vsububs): New.
      	(vec_vsubsbs): New.
      	(vec_vsubuhs): New.
      	(vec_vsubshs): New.
      	(vec_vsubuws): New.
      	(vec_vsubsws): New.
      	(vec_vsum4ubs): New.
      	(vec_vsum4sbs): New.
      	(vec_vsum4shs): New.
      	(vec_vsum2sws): New.
      	(vec_vsumsws): New.
      	(vec_vrfiz): New.
      	(vec_vupkhsb): New.
      	(vec_vupkhpx): New.
      	(vec_vupkhsh): New.
      	(vec_vupklsb): New.
      	(vec_vupklpx): New.
      	(vec_vupklsh): New.
      	(vec_vxor): New.
      
      From-SVN: r52711
      Aldy Hernandez committed
    • re PR c++/6331 (g++ 3.1 looses const qualifiers) · 985723ce
              PR c++/6331
              * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
              * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
      
      From-SVN: r52709
      Jason Merrill committed
    • Daily bump. · 12fe8bf2
      From-SVN: r52708
      GCC Administrator committed
    • Fix typos for 2002-03-08 entry. · be3ac45e
      From-SVN: r52703
      Per Bothner committed
    • win32.cc, win32.cc (backtrace): Added this function because Win32 does not supply it. · c2a6704f
      2002-04-23  Adam Megacz <adam@xwt.org>
      
              * win32.cc, include/win32.cc (backtrace): Added this function
              because Win32 does not supply it.
      
      From-SVN: r52701
      Adam Megacz committed
    • std_fstream.h (basic_filebuf::sync): Hoist unconditional flush on lower-layer handle to here... · 9385d9cb
      	* include/std/std_fstream.h (basic_filebuf::sync): Hoist
      	unconditional flush on lower-layer handle to here...
      	* include/bits/fstream.tcc (basic_filebuf::_M_really_overflow):
      	...from here.  Optimize remaining _M_file.sync() call pattern.
      	* testsuite/27_io/narrow_stream_objects.cc (test04): New test.
      	(test05): Likewise.
      
      From-SVN: r52699
      Loren J. Rittle committed
  3. 23 Apr, 2002 13 commits