1. 15 Jul, 2008 10 commits
  2. 14 Jul, 2008 20 commits
    • objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SYSTEM_HEADER. · df0ed6c5
      2007-07-14  Rafael Avila de Espindola  <espindola@google.com>
      
      	* objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead
      	of DECL_IN_SYSTEM_HEADER.
      
      2007-07-14  Rafael Avila de Espindola  <espindola@google.com>
      
      	* c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
      	is set.
      
      From-SVN: r137802
      Rafael Avila de Espindola committed
    • i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p · f258e5e5
      	* i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p
      	* sse.md (sse5 patterns): Update call of ix86_sse5_valid_op_p;
      	fix predicates and constraints.
      	* i386.c (ix86_sse5_valid_op_p): Add commutative parameter.
      	* i386-protos.h (ix86_sse5_valid_op_p): Update declaration.
      
      From-SVN: r137800
      Jan Hubicka committed
    • config.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file arm/eabi.opt. · 8abc1906
      2008-07-14  Doug Kwan  <dougkwan@google.com>
      
      	* config.gcc (arm*-*-eabi*): Include arm/eabi.h and use
      	additional option file arm/eabi.opt.
      	* config/arm/eabi.h (File): New configuration file for EABI targets.
      	* config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
      	SUBSUBTARGET_EXTRA_SPECS.
      	(SUBSUBTARGET_EXTRA_SPECS): Provide empty default.
      	* config/arm/unknown-elf.h (UNKNOWN_ELF_STARTFILE_SPEC): Renamed
      	from STARTFILE_SPEC so that it can be referenced in an override.
      	(STARTFILE_SPEC): Use UNKNOWN_ELF_STARTFILE_SPEC.
      	(UNKNOWN_ELF_ENDFILE_SPEC): Renamed from ENDFILE_SPEC so that it
      	can be referenced in an override.
      	(ENDFILE_SPEC): Use UNKNOWN_ELF_ENDFILE_SPEC.
      	* config/arm/bpabi.h (BPABI_LINK_SPEC): Renamed from LINK_SPEC
      	so that it can be referenced in an override.
      	(LINK_SPEC): Use BPABI_LINK_SPEC.
      	* config/arm/eabi.opt (File): New.
      
      From-SVN: r137798
      Doug Kwan committed
    • case_optimization1.ad[sb]: New test. · 6dc4bfc4
      	* case_optimization1.ad[sb]: New test.
      	* case_optimization_pkg1.ads: New helper.
      
      From-SVN: r137796
      Eric Botcazou committed
    • re PR ada/15479 (Ada manual problems) · 66bfd481
      gcc/ada/
      	PR documentation/15479
      	* gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
      	Replace backets around optional parameters with @ovar
      	where possible, use @r{[}, @r{]} otherwise.
      	Replace some @r, @i, and @emph with @var where appropriate.
      
      From-SVN: r137793
      Ralf Wildenhues committed
    • check_makefile_deps.sh: New file. · e63ea00c
      contrib/
      	* check_makefile_deps.sh: New file.
      
      gcc/
      	* Makefile.in (TARGET_DEF_H): Add targhooks.h.
      	(FIXED_VALUE_H): New variable.
      	(RTL_BASE_H): Use $(INPUT_H) and $(FIXED_VALUE_H) instead of
      	input.h, fixed-value.h.
      	(TREE_H): Use $(INPUT_H), add $(SYMTAB_H).
      	(BASIC_BLOCK_H): Use $(BITMAP_H).
      	(FUNCTION_H): Add varray.h.
      	(IPA_REFERENCE_H): Use $(BITMAP_H).
      	(CGRAPH_H): Add $(BASIC_BLOCK_H).
      	(DF_H): Use $(BITMAP_H).
      	(GGC_H): Add statistics.h.
      	(INSN_ADDR_H): New.
      	(INSN_ATTR_H): Use it.
      	(SYSTEM_H): Add safe-ctype.h, filenames.h.
      	(INPUT_H): New.
      	(SYMTAB_H): Add $(OBSTACK_H).
      	(CPP_INTERNAL_H): New.
      	(TREE_DUMP_H): Add tree-pass.h.
      	(TREE_FLOW_H): Use $(BITMAP_H)
      	(PRETTY_PRINT_H): Use $(INPUT_H).
      	(EBITMAP_H): Rename from typo-ed EBIMAP_H.
      	(GSTAB_H): New.
      	(BITMAP_H): New.
      	(many object files): Fix lots of header dependencies throughout.
      
      gcc/fortran/
      	* Make-lang.in (gfortranspec.o): Fix dependencies.
      
      gcc/java/
      	* Make-lang.in (jvspec.o): Fix dependencies.
      
      From-SVN: r137792
      Ralf Wildenhues committed
    • Makefile.in (write_entries_to_file, [...]): New macros. · a4e4a2d6
      gcc/
      	* Makefile.in (write_entries_to_file, write_entries_to_file_split):
      	New macros.
      	(s-gtyp-input): Use them to write tmp-gi.list.
      	(echo_to_gi.list): Remove.
      
      From-SVN: r137791
      Ralf Wildenhues committed
    • tree-ssa-sccvn.c (pre_info): Remove. · caf55296
      2008-07-14  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-sccvn.c (pre_info): Remove.
      	(switch_to_PRE_table): Likewise.
      	(free_scc_vn): Do not clear SSA_NAME_VALUE.
      	Do not free pre_info.
      	(set_hashtable_value_ids): Do not create value-ids for the
      	optimistic tables.
      	(run_scc_vn): Remove double test.  Remove bogus special-case
      	in value-number printing.
      	* tree-ssa-sccvn.h (switch_to_PRE_table): Remove.
      	* tree-ssa-ccp.c (get_symbol_constant_value): Do not look at
      	SSA_NAME_VALUE.
      	* tree-flow-inline.h (get_value_handle): Remove.
      	* tree-flow.h (get_value_handle): Remove.
      
      From-SVN: r137787
      Richard Guenther committed
    • re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868) · d27cc24c
      	PR target/36745
      	* g++.dg/torture/pr36745.C: Use __SIZE_TYPE__ in size_t typedef.
      
      From-SVN: r137785
      Jakub Jelinek committed
    • tree-switch-conversion.c (gen_inbound_check): Make sure the type in which we… · 145544ab
      tree-switch-conversion.c (gen_inbound_check): Make sure the type in which we generate arithmetics is not a subrange.
      
      2008-07-14  Martin Jambor  <mjambor@suse.cz>
      
      	* tree-switch-conversion.c (gen_inbound_check): Make sure the type
      	in which we generate arithmetics is not a subrange.
      
      From-SVN: r137783
      Martin Jambor committed
    • Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable. · 9bfb0f01
      2008-07-14  Martin Jambor  <mjambor@suse.cz>
      
      	* Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
      
      From-SVN: r137781
      Martin Jambor committed
    • tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert. · f709638a
      2008-07-14  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-pre.c (insert_into_preds_of_block): Do not call
      	convert.
      
      From-SVN: r137780
      Richard Guenther committed
    • re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868) · 1f9e1fc6
      2008-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/36745
      	* config/s390/s390.c: (s390_secondary_reload): Add a secondary
      	reload for symbol refs moved to r0 with -fPIC.
      	(legitimize_pic_address): Use the target register as temporary
      	reg if possible.
      	(emit_symbolic_move): Adjust comment.
      	* config/s390/s390.md (reloadsi_PIC_addr, reloaddi_PIC_addr):
      	New expanders.
      
      2008-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/36745
      	* g++.dg/torture/pr36745.C: New testcase.
      
      From-SVN: r137777
      Andreas Krebbel committed
    • cpplib.h (NODE_CONDITIONAL): New. · 5950c3c9
      libcpp/
      	* include/cpplib.h (NODE_CONDITIONAL): New.
      	(struct cpp_callbacks): New macro_to_expand field.
      	(struct cpp_hashnode): Adjust size of flags and type fields.
      	(cpp_peek_token): Prototype.
      	* lex.c (cpp_peek_token): New function.
      	(_cpp_temp_token): Protect pre-existing lookaheads.
      	* macro.c (cpp_get_token): Expand any conditional macros.
      	(_cpp_backup_tokens_direct): New.
      	(_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
      	(warn_of_redefinition): Silently allow redefined conditional
      	macros.
      	(_cpp_create_definition): Remove the conditional flag when a user
      	defines one of the conditional macros.
      	* internal.h (_cpp_backup_tokens_direct): New prototype.
      
      gcc/
      	* c-common.h (C_CPP_HASHNODE): New macro.
      	* coretypes.h (struct cpp_token): Forward declare.
      	* doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
      	the context-sensitive keyword method.
      	* config/rs6000/rs6000-c.c (__vector_keyword, vector_keyword,
      	__pixel_keyword, pixel_keyword, __bool_keyword, bool_keyword,
      	expand_bool_pixel): New.
      	(altivec_categorize_keyword): New function.
      	(init_vector_keywords): New function.
      	(rs6000_macro_to_expand): Likewise.
      	(rs6000_cpu_cpp_builtins): Enable context-sensitive macros if not
      	compiling an ISO C dialect.
      
      gcc/testsuite/
      	* gcc.target/powerpc/altivec-macros.c: New test.
      	* gcc.target/powerpc/altviec-26.c: Likewise.
      	* gcc.dg/vmx/1b-06.c: Remove bool variable.
      	* gcc.dg/vmx/1b-07.c: Likewise.
      	* gcc.dg/vmx/1b-06-ansi.c: New test for the pre-define method.
      	* gcc.dg/vmx/1b-07-ansi.c: Likewise.
      
      From-SVN: r137775
      Ben Elliston committed
    • tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls. · b463e8de
      2008-07-13  Daniel Berlin  <dberlin@dberlin.org>
      
      	* tree-ssa-pre.c (fully_constant_expression): Add fold_convert
      	calls.
      	(create_expression_by_pieces): Fix typo.
      	(do_regular_insertion): Use debug counter here too.
      
      From-SVN: r137774
      Daniel Berlin committed
    • re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid g0.d) · 6efc56ed
      2008-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/36725
      	gfortran.dg/fmt_go_4.f08: New test.
      
      From-SVN: r137770
      Jerry DeLisle committed
    • re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid g0.d) · 41d6f399
      2008-07-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/36725
      	* io.c: Add error check for g0 edit descriptor followed by '.'.
      
      From-SVN: r137769
      Jerry DeLisle committed
    • re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand:… · 0de5137b
      re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invalid operand for 'p' modifier)
      
      	PR target/35492
      	* gcc.c-torture/compile/pr35492.c: New test.
      
      From-SVN: r137766
      Hans-Peter Nilsson committed
    • re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand:… · f49e46d8
      re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invalid operand for 'p' modifier)
      
      	PR target/35492.
      	* config/cris/cris.h (CRIS_CONST_OK_FOR_LETTER_P): Renamed from
      	CONST_OK_FOR_LETTER_P.  All port-local users changed.
      	(CONST_OK_FOR_CONSTRAINT_P): Define; implement Kc as old K,
      	implement Kp matching power-of-two.
      	(CONSTRAINT_LEN): Define to match.
      	* config/cris/cris.md: Replace all use of constraint K with Kc.
      	("*btst*): Use Kp for operand 0 of last alternative.
      
      From-SVN: r137765
      Hans-Peter Nilsson committed
    • Daily bump. · 2961c7a9
      From-SVN: r137763
      GCC Administrator committed
  3. 13 Jul, 2008 5 commits
  4. 12 Jul, 2008 5 commits
    • driver-native.c (host_detect_local_cpu): Handle sb1 and r5000 cpus. · a5a12a83
      	* config/mips/driver-native.c (host_detect_local_cpu): Handle
      	sb1 and r5000 cpus.
      
      From-SVN: r137747
      David Daney committed
    • [multiple changes] · 4b156631
      2008-07-12  Daniel Kraft  <d@domob.eu>
      
      	* resolve.c (resolve_fl_derived):  Allow pointer components to empty
      	derived types fixing a missing part of PR fortran/33221.
      
      2008-06-22  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/used_types_21.f90:  New test.
      
      From-SVN: r137737
      Daniel Kraft committed
    • date_time: Remove, per N2549, in WP. · d5740f02
      2008-07-12  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/date_time: Remove, per N2549, in WP.
      	* src/date_time.cc: Likewise.
      	* config/abi/pre/gnu.ver: Remove <date_time> symbols.
      	* include/Makefile.am: Remove date_time in std headers.
      	* src/Makefile.am: Remove date_time.cc to source files.
      	* include/Makefile.in: Regenerate.
      	* src/Makefile.in: Likewise.
      	* testsuite/31_date_time/headers/date_time/types_std.cc: Remove.
      	* testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
      	* testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
      	* testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
      	* testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
      	* testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
      	* testsuite/31_date_time/system_time/requirements: Likewise.
      	* testsuite/31_date_time/system_time/requirements/traits.cc: Likewise.
      	* testsuite/17_intro/headers/c++200x/all.cc: Adjust.
      	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Adjust.
      
      From-SVN: r137736
      Paolo Carlini committed
    • md.texi: Document the MIPS "v" constraint. · 2feaae20
      gcc/
      	* doc/md.texi: Document the MIPS "v" constraint.
      	* config/mips/mips.h (reg_class): Revert last change.
      	(REG_CLASS_NAMES): Likewise.
      	(REG_CLASS_CONTENTS): Likewise.
      	* config/mips/mips.c (mips_regno_to_class): Likewise.
      	* config/mips/constraints.md (v): Likewise, but add documentation.
      	Add a comment to say that this constraint should not be used in
      	gcc code.
      
      From-SVN: r137734
      Richard Sandiford committed
    • Daily bump. · 4f72fd0b
      From-SVN: r137731
      GCC Administrator committed