1. 06 Dec, 2005 8 commits
    • schwab's avatar
      * opts.c (decode_options): Fix typo in message. · 1028541d
      schwab authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108115 138bc75d-0d04-0410-961f-82ee72b054a4
      1028541d
    • amodra's avatar
      PR other/13873 · d8ace239
      amodra authored
      	* longlong.h: Merge PPC tests from upstream.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108110 138bc75d-0d04-0410-961f-82ee72b054a4
      d8ace239
    • rguenth's avatar
      2005-12-06 Richard Guenther <rguenther@suse.de> · 1917f1d7
      rguenth authored
      	* fold-const.c (fold_convert): Do not build and fold
      	CONVERT_EXPR, but always use NOP_EXPR.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108107 138bc75d-0d04-0410-961f-82ee72b054a4
      1917f1d7
    • jbeulich's avatar
      2005-12-06 Jan Beulich <jbeulich@novell.com> · 98c7952c
      jbeulich authored
      	* config/i386/i386.c (builtin_description): Use MASK_SSE2 for
      	__builtin_ia32_paddq and __builtin_ia32_subq.
      	(ix86_init_mmx_sse_builtins): Use MASK_SSE|MASK_3DNOW_A for
      	__builtin_ia32_pshufw.
      	* config/i386/i386.md (mmx_adddi3, mmx_subdi3): Depend on TARGET_SSE2.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108106 138bc75d-0d04-0410-961f-82ee72b054a4
      98c7952c
    • wilson's avatar
      PR target/24934 · 8de492c3
      wilson authored
      * opts.c (decode_options): Turn off partitioning if flag_unwind_tables
      is set.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108103 138bc75d-0d04-0410-961f-82ee72b054a4
      8de492c3
    • dberlin's avatar
      In gcc/ · 437f5d6b
      dberlin authored
      2005-12-05  Daniel Berlin  <dberlin@dberlin.org>
      	
      	* print-tree.c (print_node): Ditto.
      	* tree-dfa.c (add_referenced_var): Tag's don't have DECL_INITIAL.
      	* tree-dump.c (dequeue_and_dump): Check for decl_common structure
      	before accessing DECL_ARTIFICIAL. 
      	Handle new tag tree codes.
      	* tree-flow-inline.h (clear_call_clobbered): Update for tag
      	changes.
      	(unmodifiable_var_p): Ditto.
      	* tree-flow.h (mem_tag_kind): Remove.
      	(struct var_ann_d): Remove mem_tag_kind member.
      	* tree-gimple.c (is_gimple_reg): Tags are not gimple registers.
      	* tree-pretty-print.c (dump_generic_node): Handle memory tags.
      	* tree-ssa-alias.c (init_alias_info): Update for memory tag changes.
      	(group_aliases): Ditto.
      	(setup_pointers_and_addressables): Ditto.
      	(is_escape_site): Ditto.					  
      	(may_alias_p): Ditto.
      	(create_tag_raw): New function.
      	(create_memory_tag): Use it.
      	(dump_alias_info): Update for tags.
      	(may_be_aliased): Ditto.
      	(add_type_alias): Ditto.
      	(new_type_alias): Ditto.
      	(create_sft): Ditto.
      	(create_structure_vars): Ditto.
      	* tree-ssa-ccp.c (get_default_value): Ditto.
      	* tree-ssa-operands.c (get_expr_operands): Ditto.
      	(add_stmt_operand): Ditto.
      	(add_call_clobber_ops): Remove duplicated condition.
      	* tree-ssa.c (verify_flow_insensitive_alias_info): Update for
      	tags.
      	* tree-tailcall.c (suitable_for_tail_opt_p): Ditto.
      	* tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
      	* tree.c (init_ttree): Update structures for new tree codes.
      	(tree_code_size): Update sizes for new tree codes.
      	(make_node_stat): Don't try to set common things on minimal
      	structures.
      	(tree_node_structure): Update for tags.
      	(is_global_var): Ditto.
      	* tree.def: Add new tree codes.
      	* tree.h (MTAG_P): New macro.
      	(TREE_MEMORY_TAG_CHECK): Ditto.
      	(SSA_VAR_P): Update for tags.
      	(struct tree_memory_tag): New structure.
      	(MTAG_GLOBAL): New macro.
      	(union tree_node): Add memory tag member.
      	* treestruct.def (TS_MEMORY_TAG): New.
      
      In gcc/cp
      
      2005-12-05  Daniel Berlin  <dberlin@dberlin.org>
      
      	* ptree.c (cxx_print_decl): Update to check for decl_common
      	structure.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108102 138bc75d-0d04-0410-961f-82ee72b054a4
      437f5d6b
    • tromey's avatar
      gcc/java: · 0811bc7e
      tromey authored
      	* parse.y (patch_new_array_init): Don't set length on array.
      libjava:
      	* testsuite/libjava.compile/rh174912.java: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108099 138bc75d-0d04-0410-961f-82ee72b054a4
      0811bc7e
    • gccadmin's avatar
      Daily bump. · 77ce8de7
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108086 138bc75d-0d04-0410-961f-82ee72b054a4
      77ce8de7
  2. 05 Dec, 2005 22 commits
    • dalej's avatar
      2005-12-05 Dale Johannesen <dalej@apple.com> · 631252e1
      dalej authored
              * config/i386/xmmintrin.h (_MM_TRANSPOSE4_PS):  Fix to match
              what was approved (PR 24323).
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108080 138bc75d-0d04-0410-961f-82ee72b054a4
      631252e1
    • gdr's avatar
      * doc/c-tree.texi (Function Bodies): Remove description of · 832bb6b7
      gdr authored
              RETURN_INIT.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108078 138bc75d-0d04-0410-961f-82ee72b054a4
      832bb6b7
    • jsm28's avatar
      * doc/libgcc.texi (__floatunsisf, __floatunsidf, __floatunsitf, · 8201317d
      jsm28 authored
      	__floatunsixf, __floatundisf, __floatundidf, __floatunditf,
      	__floatundixf, __floatuntisf, __floatuntidf, __floatuntitf,
      	__floatuntixf, __powisf2, __powidf2, __powixf2, __mulsc3,
      	__muldc3, __multc3, __mulxc3, __divsc3, __divdc3, __divtc3,
      	__divxc3): Document.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108077 138bc75d-0d04-0410-961f-82ee72b054a4
      8201317d
    • geoffk's avatar
      Index: gcc/ChangeLog · ba83457d
      geoffk authored
      2005-12-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* config/darwin.c (machopic_select_section): It's not defined
      	as weak if it's only marked as weak_import.
      	
      Index: gcc/testsuite/ChangeLog
      2005-12-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* gcc.dg/darwin-weakimport-3.c: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108076 138bc75d-0d04-0410-961f-82ee72b054a4
      ba83457d
    • geoffk's avatar
      Index: gcc/ChangeLog · 0a3ecdc1
      geoffk authored
      2005-12-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* varasm.c (default_binds_local_p_1): Weakrefs don't bind locally.
      	A hidden weak object does bind locally.  Strong linkonce data
      	counts like any other strong symbol for binding.
      	(weak_finish_1): Don't specially handle weakrefs, they no longer
      	arrive here.
      	(assemble_alias): Weakrefs can't be TREE_PUBLIC yet.
      	* c-common.c (handle_alias_attribute): Allow static aliases
      	of variables.
      	(handle_weakref_attribute): Don't call declare_weak on weakrefs.
      	* gthr-dce.h: Make weakrefs static.
      	* gthr-tpf.h: Likewise.
      	* gthr-solaris.h: Likewise.
      	* gthr-posix.h: Likewise.
      	* gthr-posix95.h: Likewise.
      	* config/darwin.c (darwin_encode_section_info): static weakref
      	variables are not necessarily defined in this translation unit.
      	* doc/extend.texi (Function Attributes): Mention that an alias
      	attribute creates a definition for the thing it's attached to.
      	Change the documentation for weakref to say that the thing
      	it's attached to must be static.
      
      Index: gcc/testsuite/ChangeLog
      2005-12-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* g++.old-deja/g++.abi/vtable2.C: Make weakrefs static.
      	* gcc.dg/attr-weakref-1.c: Modify to not try to test public weakrefs,
      	and to work on Darwin.
      	* gcc.dg/attr-weakref-1b.c: New file.
      	* gcc.dg/attr-weakref-2.c: New test.
      	* gcc.dg/darwin-weakref-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108074 138bc75d-0d04-0410-961f-82ee72b054a4
      0a3ecdc1
    • geoffk's avatar
      * config/rs6000/host-darwin.c (segv_handler): Unblock SEGV so · 91732c81
      geoffk authored
      	we don't go into an infinite loop.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108070 138bc75d-0d04-0410-961f-82ee72b054a4
      91732c81
    • janis's avatar
      PR testsuite/25247 · 61f2cdac
      janis authored
      	* lib/target-supports-dg.exp (dg-skip-if): Fix target selector for
      	use in selector expressions.
      	(dg-xfail-if): Ditto.
      	* gcc.test-framework/dg-dot-run-sif-exp-P.c: New test.
      	* gcc.test-framework/dg-dot-run-sif-exp-U.c: New test.
      	* gcc.test-framework/dg-dot-run-xif-exp-P.c: New test.
      	* gcc.test-framework/dg-dot-run-xif-exp-XP.c: New test.
      	* gcc.test-framework/test-framework.exp: Skip generated tests if
      	CHECK_TEST_FRAMEWORK is not 1.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108069 138bc75d-0d04-0410-961f-82ee72b054a4
      61f2cdac
    • ebotcazou's avatar
      PR tree-optimization/24963 · 14539654
      ebotcazou authored
      	* gcc.dg/vect/vect-62.c: Remove outdated dg-line.
      
      	PR target/24108
      	* gcc.dg/vect/vect-76.c: Do not XFAIL on vect_no_align platforms.
      
      	PR target/18580
      	* gcc.dg/vect/vect-reduc-1char.c: XFAIL on vect_no_int_max platforms.
      	* gcc.dg/vect/vect-reduc-2short.c: Likewise.
      	* gcc.dg/vect/vect-reduc-1short.c: Likewise.
      	* gcc.dg/vect/vect-reduc-2char.c: Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108067 138bc75d-0d04-0410-961f-82ee72b054a4
      14539654
    • bonzini's avatar
      2005-12-05 Paolo Bonzini <bonzini@gnu.org> · 48a58422
      bonzini authored
              * config/rs6000/predicates.md (logical_const_operand): Split
              out of logical_operand.
              (logical_operand): Use it.
              * config/rs6000/rs6000.md (cmp -> xor peephole2): Use
              logical_const_operand.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108065 138bc75d-0d04-0410-961f-82ee72b054a4
      48a58422
    • paolo's avatar
      2005-12-05 Paolo Carlini <pcarlini@suse.de> · a1ac8a50
      paolo authored
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_assign):
      	Simplify, avoid pointless reallocations.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108063 138bc75d-0d04-0410-961f-82ee72b054a4
      a1ac8a50
    • rguenth's avatar
      2005-12-05 Richard Guenther <rguenther@suse.de> · e981b30d
      rguenth authored
      	* utils.c (convert): Use fold_convert where appropriate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108061 138bc75d-0d04-0410-961f-82ee72b054a4
      e981b30d
    • bonzini's avatar
      toplevel: · f5aebe3e
      bonzini authored
      2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
      	CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
      	"CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
      	Find in-tree tools if available.
      	(EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
      	(CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
      	(*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
      	(COMPILER_*_FOR_TARGET): New.
      	* Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
      	(BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
      	(CONFIGURED_*, USUAL_*): Remove.
      	(BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
      	STRIP): Use autoconf substitutions.
      	(COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
      	COMPILER_NM_FOR_TARGET): New.
      	(EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
      
      	(all): Make all-host and all-target in parallel.
      	(do-[+make_target+], do-check, install, [+compare-target+]): Ensure
      	that $$r and $$s are set before invoking a recursive make.
      	(stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
      	([+bootstrap-target+]): Inline most of the `all' target.
      
      config:
      2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
      
              * acx.m4 (GCC_TARGET_TOOL): New.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108059 138bc75d-0d04-0410-961f-82ee72b054a4
      f5aebe3e
    • bonzini's avatar
      libada: · 782bd3b1
      bonzini authored
      2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
      
      gcc/ada:
      2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
      
              * Makefile.in (gnatlib): Fix regex, using \. instead of . when
      	a period is meant.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108058 138bc75d-0d04-0410-961f-82ee72b054a4
      782bd3b1
    • rguenth's avatar
      2005-12-05 Richard Guenther <rguenther@suse.de> · d4086afc
      rguenth authored
      	* treetree.c (tree_code_if_start, tree_code_create_variable,
      	tree_code_generate_return, tree_code_get_expression,
      	tree_code_add_parameter): Use fold_convert where appropriate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108051 138bc75d-0d04-0410-961f-82ee72b054a4
      d4086afc
    • jbeulich's avatar
      2005-12-05 Jan Beulich <jbeulich@novell.com> · c4e709d6
      jbeulich authored
      	* config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_CMPNEPS
      	and IX86_BUILTIN_CMPNESS.
      	(ix86_init_mmx_sse_builtins): Remove ti_ftype_ti_ti.
      	* config/i386/i386.h (ALIGN_MODE_128): Don't check TFmode explicitly.
      	* config/i386/i386.md (movti_internal): Correct type attribute.
      	Simplify mode attribute.
      	(movti_rex64, movsf_1, movdf_nointeger, movdf_integer, movtf_internal):
      	Correct type attribute.
      	(absxf2): Correct operator.
      	* config/i386/mmx.md (mov<mode>_internal_rex64, mov<mode>_internal,
      	movv2sf_internal_rex64, movv2sf_internal): Correct type attribute.
      	* config/i386/sse.md (mov<mode>_internal, movv2df_internal): Simplify
      	mode attribute.
      	(sse2_vmsqrtv2df2): Correct mode attribute.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108048 138bc75d-0d04-0410-961f-82ee72b054a4
      c4e709d6
    • jbeulich's avatar
      2005-12-05 Jan Beulich <jbeulich@novell.com> · c1dff23b
      jbeulich authored
      	* config/ia64/ia64.md (rotlsi3_internal): Don't split if rotating by
      	16 bits. Provide insn pattern for this case.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108047 138bc75d-0d04-0410-961f-82ee72b054a4
      c1dff23b
    • jbeulich's avatar
      2005-12-05 Jan Beulich <jbeulich@novell.com> · 341a558a
      jbeulich authored
      	* libgcc2.c (__popcountSI2): Don't use wide type for iterator and
      	result.
      	(__popcountDI2): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108046 138bc75d-0d04-0410-961f-82ee72b054a4
      341a558a
    • jakub's avatar
      * gcc.target/i386/movq-2.c: Add -mtune=pentium4 to · d65f11d8
      jakub authored
      	dg-options.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108042 138bc75d-0d04-0410-961f-82ee72b054a4
      d65f11d8
    • danglin's avatar
      PR target/25166 · 3e647485
      danglin authored
      	* pa/pa.c (pa_hpux_init_libfuncs): Add _U_Qfcnvxf_usgl_to_quad and
      	_U_Qfcnvxf_udbl_to_quad to set of initialized libfuncs.
      	* pa/quadlib.c (_U_Qfcnvxf_usgl_to_quad, _U_Qfcnvxf_udbl_to_quad): New
      	functions.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108039 138bc75d-0d04-0410-961f-82ee72b054a4
      3e647485
    • paolo's avatar
      2005-12-04 Paolo Carlini <pcarlini@suse.de> · 422f2fb3
      paolo authored
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
      	Simplify.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108036 138bc75d-0d04-0410-961f-82ee72b054a4
      422f2fb3
    • paolo's avatar
      2005-12-04 Paolo Carlini <pcarlini@suse.de> · 82320712
      paolo authored
      	* include/ext/vstring.h (__versa_string<>::operator+, all
      	versions): Move out of line...
      	* include/ext/vstring.tcc (__versa_string<>::operator+): ...
      	here; consistently use reserve for the benefit of sso_string_base;
      	prefer push_back to single-char append when appropriate.
      
      	* include/ext/vstring.h (__versa_string<>::push_back): Don't
      	call _M_reserve, _M_mutate instead.
      	(reserve): Just forward to _M_reserve.
      	* include/ext/vstring.tcc (__versa_string<>::_M_reserve): Remove.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also
      	do the initial checks (first on length, in case __res == capacity).
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve:
      	Likewise; don't call _M_set_length unnecessarily.
      
      2005-12-04  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/vstring.h (__versa_string<>::_M_append): New.
      	(append(const __versa_string&), append(const __versa_string&,
      	size_type, size_type), append(const _CharT*, size_type),
      	append(const _CharT*)): Use it.
      	(append(size_type, _CharT)): Delegate to _M_replace_aux.
      	(assign(const __versa_string&, size_type, size_type),
      	assign(const _CharT*), replace(size_type, size_type,
      	const _CharT*, size_type)): Forward to _M_replace.
      	* include/ext/vstring.tcc (__versa_string<>::_M_append):
      	Define, core append functionality.
      	(_M_replace): Simplify, move __s == 0 case to _M_replace_aux.
      	(_M_replace_aux): Reorganize, don't call _M_replace.
      
      2005-12-04  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/vstring.tcc (__versa_string<>::_M_replace):
      	Perform _M_check_length at the beginning and remove it from ...
      	(replace, _M_replace_dispatch, _M_replace_aux, assign): ... here.
      	(assign): Now move inline.
      	(resize): Don't call _M_check_length redundantly, append does.
      
      2005-12-04  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_get_allocator):
      	Add non const version.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator):
      	Likewise.
      	
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_erase): Add.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise.
      	(_M_leak_hard): Use it.
      	* include/ext/vstring.h (__versa_string<>::clear, erase, all
      	versions): Use it.
      	* include/ext/vstring.tcc (__versa_string<>::resize): Likewise.
      
      	* include/ext/vstring.h (__versa_string<>::_M_replace_safe):
      	Remove.
      	* include/ext/vstring.h (__versa_string<>::_M_replace): New, does
      	the in-place work or delegates to _M_mutate in case of reallocation.
      	* include/ext/vstring.tcc (__versa_string<>::_M_replace_safe):
      	Remove.
      	* include/ext/vstring.tcc (__versa_string<>::_M_replace): Define.
      	(assign, replace, _M_replace_dispatch, _M_replace_aux): Use it.
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_mutate):
      	Change to manage only reallocations.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate):
      	Likewise.
      
      	* include/ext/vstring.h (__versa_string<>::insert(size_type,
      	const __versa_string&), insert(size_type, const __versa_string&,
      	size_type, size_type), insert(size_type, const _CharT*, size_type),
      	insert(size_type, const _CharT*)): Delegate to replace.
      
      	* include/ext/vstring.h (__versa_string<>::reserve): Move out of
      	line.
      	* include/ext/vstring.tcc (__versa_string<>::reserve): Do the
      	checks and call _M_reserve.
      	* include/ext/vstring.h (__versa_string<>::append): Call _M_reserve
      	instead of reserve.
      	* include/ext/vstring.tcc (__versa_string<>::append, all versions):
      	Likewise.
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
      	Adjust.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve):
      	Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108034 138bc75d-0d04-0410-961f-82ee72b054a4
      82320712
    • gccadmin's avatar
      Daily bump. · 65a1f41e
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108031 138bc75d-0d04-0410-961f-82ee72b054a4
      65a1f41e
  3. 04 Dec, 2005 7 commits
    • bje's avatar
      * Makefile.in (clean): Remove stray reference to libcpp.a. · 84d7eab9
      bje authored
      	* decimal128.h, decContext.c, decRound.c, decimal32.c,
      	decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
      	decimal64.h, decUtility.c, decLibrary.c, configure.ac,
      	decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
      	office address.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108024 138bc75d-0d04-0410-961f-82ee72b054a4
      84d7eab9
    • jsm28's avatar
      * c-typeck.c (null_pointer_constant_p): New function. · 79f925ed
      jsm28 authored
      	(build_conditional_expr, build_c_cast, convert_for_assignment,
      	build_binary_op): Use it.
      
      testsuite:
      	* gcc.dg/c90-const-expr-5.c, gcc.dg/c99-const-expr-5.c: New tests.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108022 138bc75d-0d04-0410-961f-82ee72b054a4
      79f925ed
    • jsm28's avatar
      * c-common.c (binary_op_error): Do not allow NOP_EXPR. · c44afe23
      jsm28 authored
      	(c_common_truthvalue_conversion): Handle NOP_EXPR the same as
      	CONVERT_EXPR.
      	(check_function_arguments_recurse): Allow both NOP_EXPR and
      	CONVERT_EXPR but check conversions preserve precision.
      	* c-typeck.c (pointer_diff): Allow both NOP_EXPR and CONVERT_EXPR
      	but check conversions preserve precision.
      	(build_unary_op): Don't allow NOP_EXPR.  Use gcc_unreachable () in
      	default case.
      
      testsuite:
      	* gcc.dg/format/cast-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108020 138bc75d-0d04-0410-961f-82ee72b054a4
      c44afe23
    • sayle's avatar
      · 47df1c96
      sayle authored
      	PR c/7776
      	* doc/invoke.texi: Document new -Wstring-literal-comparison option.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108019 138bc75d-0d04-0410-961f-82ee72b054a4
      47df1c96
    • sayle's avatar
      · 19f0596c
      sayle authored
      	PR c/7776
      	* common.opt (Wstring-literal-comparison): New command line option.
      	* c-opts.c (c_common_handle_option): Set it with -Wall.
      	* c-typeck.c (parser_build_binary_op): Issue warning if either
      	operand of a comparison operator is a string literal, except for
      	testing equality or inequality against NULL.
      
      	* doc/invoke.texi: Document new -Wstring-literal-comparison option.
      
      	* gcc.dg/Wstring-literal-comparison-1.c: New test case.
      	* gcc.dg/Wstring-literal-comparison-2.c: Likewise.
      	* gcc.dg/Wstring-literal-comparison-3.c: Likewise.
      	* gcc.dg/Wstring-literal-comparison-4.c: Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108018 138bc75d-0d04-0410-961f-82ee72b054a4
      19f0596c
    • fxcoudert's avatar
      * io/format.c: Removing unused code. · 4a72b876
      fxcoudert authored
      	* intrinsics/random.c: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108014 138bc75d-0d04-0410-961f-82ee72b054a4
      4a72b876
    • gccadmin's avatar
      Daily bump. · 83ee778d
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108007 138bc75d-0d04-0410-961f-82ee72b054a4
      83ee778d
  4. 03 Dec, 2005 3 commits
    • jsm28's avatar
      * c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead · 143d62d7
      jsm28 authored
      	of building a NOP_EXPR.
      	(c_alignof_expr): Likewise.  Handle CONVERT_EXPR the same as
      	NOP_EXPR.
      	* c-convert.c (convert): Use fold_convert instead of building
      	NOP_EXPRs and CONVERT_EXPRs directly.  Don't special case
      	c_objc_common_truthvalue_conversion returning a NOP_EXPR.  Remove
      	#if 0 code.
      	* c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Handle
      	NOP_EXPR the same as CONVERT_EXPR.
      	* c-typeck.c (build_function_call): Use fold_convert instead of
      	building a NOP_EXPR directly.
      	(build_compound_expr): Handle NOP_EXPR the same as CONVERT_EXPR.
      
      testsuite:
      	* gcc.dg/cast-pretty-print-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108001 138bc75d-0d04-0410-961f-82ee72b054a4
      143d62d7
    • fxcoudert's avatar
      PR fortran/25106 · 90ba4622
      fxcoudert authored
      	* parse.c (next_free): Use new prototype for gfc_match_st_label.
      	Correctly emit hard error if a label is zero.
      	* match.c (gfc_match_st_label): Never allow zero as a valid
      	label.
      	(gfc_match, gfc_match_do, gfc_match_goto): Use new prototype for
      	gfc_match_st_label.
      	* primary.c (): Use new prototype for gfc_match_st_label.
      	* io.c (): Likewise.
      	* match.h: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107999 138bc75d-0d04-0410-961f-82ee72b054a4
      90ba4622
    • amodra's avatar
      typo fix · c59487b8
      amodra authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107993 138bc75d-0d04-0410-961f-82ee72b054a4
      c59487b8