1. 10 Jun, 2010 28 commits
    • read-md.h (read_md_file): Declare. · c5e88b39
      gcc/
      	* read-md.h (read_md_file): Declare.
      	(read_char, unread_char): New functions.
      	(fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
      	(read_quoted_string, read_string): Remove FILE * argument.
      	* read-md.c (read_md_file): New variable.
      	(read_md_filename, read_md_lineno): Update comments and remove
      	unnecessary initialization.
      	(fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
      	(read_escape, read_quoted_string, read_braced_string, read_string):
      	Remove FILE * argument.  Update calls accordingly, using read_char
      	and unread_char instead of getc and ungetc.
      	* rtl.h (read_rtx): Remove FILE * argument.
      	* read-rtl.c (iterator_group): Remove FILE * argument from
      	"find_builtin".
      	(iterator_traverse_data): Remove "infile" field.
      	(find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
      	(add_mapping, read_name, read_constants, read_conditions)
      	(validate_const_int, find_iterator, read_mapping, check_code_iterator)
      	(read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
      	Remove file arguments from all calls, using read_char and unread_char
      	instead of getc and ungetc.
      	* gensupport.c (process_include): Preserve read_md_file around
      	the include.  Set read_md_file to the handle of the included file.
      	Update call to read_rtx.
      	(init_md_reader_args_cb): Set read_md_file to the handle of the file
      	and remove local FILE *.  Update calls to read_rtx.
      
      From-SVN: r160572
      Richard Sandiford committed
    • read-md.h (read_rtx_lineno): Rename to... · d2a3ce4e
      gcc/
      	* read-md.h (read_rtx_lineno): Rename to...
      	(read_md_lineno): ...this.
      	(read_rtx_filename): Rename to...
      	(read_md_filename): ...this.
      	(copy_rtx_ptr_loc): Rename to...
      	(copy_md_ptr_loc): ...this.
      	(print_rtx_ptr_loc): Rename to...
      	(print_md_ptr_loc): ...this.
      	* read-md.c: Likewise.  Update references after renaming.
      	(string_obstack): Replace RTL with MD in comment.
      	(set_rtx_ptr_loc): Rename to...
      	(set_md_ptr_loc): ...this.
      	(get_rtx_ptr_loc): Rename to...
      	(get_md_ptr_loc): ...this.
      	* genconditions.c: Update references after renaming.
      	* genemit.c: Likewise.
      	* genoutput.c: Likewise.
      	* genpreds.c: Likewise.
      	* gensupport.c: Likewise.
      	* read-rtl.c: Likewise.
      
      From-SVN: r160571
      Richard Sandiford committed
    • Makefile.in (READ_MD_H): New variable. · 10692477
      gcc/
      	* Makefile.in (READ_MD_H): New variable.
      	(BUILD_RTL): Add build/read-md.o.
      	(lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
      	(build/gensupport.o, build/read-rtl.o, build/genattr.o)
      	(build/genattrtab.o, build/genconditions.o build/genemit.o)
      	(build/genextract.o, build/genflags.o, build/genoutput.o)
      	(build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
      	(build/read-md.o): New rule.
      	* defaults.h (obstack_chunk_alloc, obstack_chunk_free)
      	(OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
      	* coretypes.h: ...here.
      	* lto-wrapper.c: Include coretypes.h instead of defaults.h.
      	* pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
      	* genattr.c: Include read-md.h.
      	* genattrtab.c: Likewise.
      	* genconditions.c: Likewise.
      	* genemit.c: Likewise.
      	* genextract.c: Likewise.
      	* genflags.c: Likewise.
      	* genoutput.c: Likewise.
      	* genpreds.c: Likewise.
      	* genrecog.c: Likewise.
      	* rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
      	(join_c_conditions, print_c_condition, read_rtx_filename)
      	(read_rtx_lineno): Move to read-md.h.
      	* read-rtl.c: Include read-md.h.
      	(ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
      	(joined_conditions, joined_conditions_obstack, read_rtx_lineno)
      	(read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
      	(leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
      	(copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
      	(print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
      	(read_braced_string, read_string): Move to read-md.c.
      	(read_rtx): Move some initialization to init_md_reader and call
      	init_md_reader here.
      	* gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
      	Move to read-md.h.
      	* gensupport.c: Include read-md.h.
      	(message_with_line, n_comma_elts, scan_comma_elt): Move to
      	read-md.c.
      	* read-md.h, read-md.c: New files.
      
      From-SVN: r160570
      Richard Sandiford committed
    • re PR fortran/38273 (Cray pointers: Document that pointers cannot be function return values) · f14b9067
      	PR fortran/38273
      	* gfortran.texi: Document that Cray pointers cannot be function
      	results.
      
      	PR fortran/36234
      	* gfortran.texi: Document lack of support for syntax
      	"complex FUNCTION name*16()", and existence of alternative
      	legacy syntax "complex*16 FUNCTION name()".
      
      From-SVN: r160569
      Francois-Xavier Coudert committed
    • re PR fortran/43032 (FLUSH: Document that it does not call fsync() but fflush()) · da12c997
      	PR fortran/43032
      	* intrinsic.texi (FLUSH): Note the difference between FLUSH and
      	POSIX's fsync(), and how to call the latter from Fortran code.
      
      From-SVN: r160568
      Francois-Xavier Coudert committed
    • re PR fortran/44457 (Missing ASYNCHRONOUS constraint check) · 84efddb2
      gcc/fortran/:
      2010-06-10  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/44457
      	* interface.c (compare_actual_formal): Reject actual arguments with
      	array subscript passed to ASYNCHRONOUS dummys.
      
      gcc/testsuite/:
      2010-06-10  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/44457
      	* gfortran.dg/asynchronous_3.f03
      
      From-SVN: r160567
      Daniel Franke committed
    • Fix PR44185: prefetch test failures. · da604ebd
      2010-06-10  Changpeng Fang  <changpeng.fang@amd.com>
      
      	PR middle-end/44185
      	* gcc.dg/tree-ssa/prefetch-7.c: take the loops that will generate
      	non-temporal stores out of the tests to form new test cases.  As a
      	result, no non-temporal store should be generated in this case.
      
      	* gcc.dg/tree-ssa/prefetch-8.c: New.  Test from original
      	prefetch-7.c that generate one non-temporal store.
      
      	* gcc.dg/tree-ssa/prefetch-9.c: New.  Test from original
      	prefetch-7.c that generate one non-temporal store and one
      	one-temporal prefetch.
      
      From-SVN: r160566
      Changpeng Fang committed
    • moxie.h (FUNCTION_VALUE, [...]): Remove macros. · feab9982
      	* config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
      	LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
      	* config/moxie/moxie-protos.h (moxie_function_value): Remove.
      	* config/moxie/moxie.c (moxie_function_value): Make static.
      	(moxie_libcall_value, moxie_function_value_regno_p): New functions.
      	(TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
      
      From-SVN: r160565
      Anatoly Sokolov committed
    • Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies. · 567a4beb
      2010-06-10  Martin Jambor  <mjambor@suse.cz>
      
      	* Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
      	* dbgcnt.def (tree_sra): New counter.
      	* tree-sra.c: Include dbgcnt.h.
      	(gate_intra_sra): Check tree_sra debug counter.
      
      From-SVN: r160562
      Martin Jambor committed
    • re PR tree-optimization/44258 (possible SRA wrong-code generation.) · 591d4f4a
      2010-06-10  Martin Jambor  <mjambor@suse.cz>
      
      	PR tree-optimization/44258
      	* tree-sra.c (build_access_subtree): Return false iff there is a
      	partial overlap.
      	(build_access_trees): Likewise.
      	(analyze_all_variable_accesses): Disqualify candidates if
      	build_access_trees returns true for them.
      
      	* testsuite/gcc.dg/tree-ssa/pr44258.c: New test.
      
      From-SVN: r160561
      Martin Jambor committed
    • Makefile.def (configure-gcc): Depend on all-libelf. · c63a4676
      * Makefile.def (configure-gcc): Depend on all-libelf.
      * Makefile.in: Rebuild.
      
      From-SVN: r160560
      Alexandre Oliva committed
    • re PR debug/41371 (var-tracking is slow and memory hungry) · b933b33a
      PR debug/41371
      * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
      tail-recurse into canonical node.  Fast-forward over
      non-canonical VALUEs.
      
      From-SVN: r160559
      Alexandre Oliva committed
    • override.m4: Remove obsolete (<2.64) definitions. · 0c179631
      2010-06-10  Paolo Bonzini  <bonzini@gnu.org>
      
      	* override.m4: Remove obsolete (<2.64) definitions.
      
      From-SVN: r160558
      Paolo Bonzini committed
    • Revert the part of r160394 to fix bootstap with --with-arch=atom. · ff534e89
      2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR boostrap/44470
      	* config/i386/i386.md (*add<mode>_1): Revert revision 160394.
      	(*addsi_1_zext) <TYPE_LEA>: Likewise.
      	(add lea splitter): Likewise.
      	(add_zext lea splitter): Likewise.
      
      From-SVN: r160557
      H.J. Lu committed
    • re PR other/43838 (Incorrect output from abi::__cxa_demangle) · 9c4d7e52
      	PR other/43838
      	* cp-demangle.c (struct d_print_info): Add flush_count field.
      	(d_print_init): Initialize it to 0.
      	(d_print_flush): Increment it.
      	(d_print_comp): If needed flush before appending ", ".  Only
      	decrement dpi->len if no flushes happened during the recursive
      	call.
      	* testsuite/demangle-expected: Add a test for this.
      
      From-SVN: r160554
      Jakub Jelinek committed
    • common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++. · 1cb42611
      gcc:
      	* common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
      
      gcc/c-family:
      	* c-opts.c (c_common_handle_option): Don't handle
      	OPT_fshow_column.
      
      libcpp:
      	* include/cpplib.h (struct cpp_options): Remove show_column.
      	* init.c (cpp_create_reader, post_options): Don't set show_column.
      
      From-SVN: r160553
      Joseph Myers committed
    • re PR libstdc++/43918 (gcc 4.5.0 is failing for i586-pc-msdosdjgpp) · a51d1999
      2010-06-10  Suresh Gumpula  <suresh.gumpula@amd.com>
      
      	PR libstdc++/43918
      	* config/os/djgpp/error_constants.h: New.
      	* configure.host: Use it.
      
      From-SVN: r160551
      Suresh Gumpula committed
    • re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr)) · 03af1e4c
      2010-06-10  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/38936
      	* gfortran.h (enum gfc_statement): Add ST_ASSOCIATE, ST_END_ASSOCIATE.
      	(struct gfc_symbol): New field `assoc'.
      	(struct gfc_association_list): New struct.
      	(struct gfc_code): New struct `block' in union, move `ns' there
      	and add association list.
      	(gfc_free_association_list): New method.
      	(gfc_has_vector_subscript): Made public;
      	* match.h (gfc_match_associate): New method.
      	* parse.h (enum gfc_compile_state): Add COMP_ASSOCIATE.
      	* decl.c (gfc_match_end): Handle ST_END_ASSOCIATE.
      	* interface.c (gfc_has_vector_subscript): Made public.
      	(compare_actual_formal): Rename `has_vector_subscript' accordingly.
      	* match.c (gfc_match_associate): New method.
      	(gfc_match_select_type): Change reference to gfc_code's `ns' field.
      	* primary.c (match_variable): Don't allow names associated to expr here.
      	* parse.c (decode_statement): Try matching ASSOCIATE statement.
      	(case_exec_markers, case_end): Add ASSOCIATE statement.
      	(gfc_ascii_statement): Hande ST_ASSOCIATE and ST_END_ASSOCIATE.
      	(parse_associate): New method.
      	(parse_executable): Handle ST_ASSOCIATE.
      	(parse_block_construct): Change reference to gfc_code's `ns' field.
      	* resolve.c (resolve_select_type): Ditto.
      	(resolve_code): Ditto.
      	(resolve_block_construct): Ditto and add comment.
      	(resolve_select_type): Set association list in generated BLOCK to NULL.
      	(resolve_symbol): Resolve associate names.
      	* st.c (gfc_free_statement): Change reference to gfc_code's `ns' field
      	and free association list.
      	(gfc_free_association_list): New method.
      	* symbol.c (gfc_new_symbol): NULL new field `assoc'.
      	* trans-stmt.c (gfc_trans_block_construct): Change reference to
      	gfc_code's `ns' field.
      
      2010-06-10  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/38936
      	* gfortran.dg/associate_1.f03: New test.
      	* gfortran.dg/associate_2.f95: New test.
      	* gfortran.dg/associate_3.f03: New test.
      	* gfortran.dg/associate_4.f08: New test.
      
      From-SVN: r160550
      Daniel Kraft committed
    • df-problems.c (df_live_problem_data): Add live_bitmaps. · 29aba2bb
      
      	* df-problems.c (df_live_problem_data): Add live_bitmaps.
      	(df_live_alloc): Initialize problem data and live_osbtacks.
      	(df_live_finalize): Remove obstack, problem data; do not
      	clear all bitmaps.
      	(df_live_top_dump, df_live_bottom_dump): Do not dump old
      	data when not allocated.
      	(df_live_verify_solution_start): Do not allocate problem data.
      	(df_live_verify_solution_end): Check if out is allocated.
      	(struct df_md_problem_data): New structure.
      	(df_md_alloc): Allocate problem data.
      	(df_md_free): Free problem data; do not clear bitmaps.
      
      From-SVN: r160549
      Jan Hubicka committed
    • tuple (tuple(const tuple&)): Define explicitly-defaulted. · d247d662
      2010-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/tuple (tuple(const tuple&)): Define explicitly-defaulted.
      	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-warning
      	line number.
      
      From-SVN: r160539
      Paolo Carlini committed
    • configure.ac: Replace $() with ${} when intending to expand variables rather than invoking... · bfa912a8
      gcc/
      2010-06-10  Jan Beulich  <jbeulich@novell.com>
      
      	* configure.ac: Replace $() with ${} when intending to expand
      	variables rather than invoking commands.
      	* configure: Re-generate.
      
      From-SVN: r160538
      Jan Beulich committed
    • re PR rtl-optimization/44460 (r160380 breaks libjava bootstrap on *-apple-darwin*) · fea87e28
      	PR rtl-optimization/44460
      	* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING
      	sanity check.
      (oops, forgot the PR markers)
      
      From-SVN: r160533
      Hans-Peter Nilsson committed
    • emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING sanity check. · 21d9971a
      	* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING
      	sanity check.
      
      From-SVN: r160530
      Jan Hubicka committed
    • re PR libstdc++/44487 ([C++0x] pair of references doesn't work) · 87b2e746
      2010-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/44487
      	* include/bits/stl_pair.h (pair(pair&&)): Remove.
      	(pair(pair<_U1, _U2>&&): Use forward, consistently with Bullet 5
      	of LWG 1326.
      	* include/std/tuple (tuple(pair<_U1, _U2>&&)): Likewise.
      	* testsuite/20_util/pair/44487.cc: Add.
      	* testsuite/20_util/tuple/cons/44487.cc: Likewise.
      	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
      	line numbers.
      
      From-SVN: r160528
      Paolo Carlini committed
    • selected_char_kind.c (selected_char_kind): Fix return value for ISO_10646. · cefab2e4
      	* intrinsics/selected_char_kind.c (selected_char_kind): Fix
      	return value for ISO_10646.
      
      	* gfortran.dg/selected_char_kind_4.f90: New test.
      
      From-SVN: r160527
      François-Xavier Coudert committed
    • error.c (error_print): Pre-initialize loc by NULL. · acaed831
      2010-06-10  Kai Tietz  <kai.tietz@onevision.com>
      
      	* error.c (error_print): Pre-initialize loc by NULL.
      	* openmp.c (resolve_omp_clauses): Add explicit
      	braces to avoid ambigous else.
      	* array.c (match_subscript): Pre-initialize m to MATCH_ERROR.
      
      From-SVN: r160525
      Kai Tietz committed
    • type_traits (is_nothrow_constructible): Add. · e4f32cb0
      2010-06-09  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/type_traits (is_nothrow_constructible): Add.
      	(declval): Add noexcept specification.
      	* testsuite/util/testsuite_tr1.h (struct NothrowExplicitClass,
      	ThrowExplicitClass, NoexceptExplicitClass, ExceptExplicitClass):
      	Add.
      	* testsuite/20_util/is_nothrow_constructible/value.cc: New.
      	* testsuite/20_util/is_nothrow_constructible/requirements/
      	typedefs.cc: Likewise.
      	* testsuite/20_util/is_nothrow_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
      	Adjust dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
      
      From-SVN: r160523
      Paolo Carlini committed
    • Daily bump. · 3cebddd6
      From-SVN: r160522
      GCC Administrator committed
  2. 09 Jun, 2010 12 commits