1. 18 May, 2015 18 commits
  2. 17 May, 2015 7 commits
  3. 16 May, 2015 15 commits
    • FT32 target added. Approved by Jeff Law [law@redhat.com] · fef939d6
      From-SVN: r223261
      James Bowman committed
    • toplev.c (emit_debug_global_declarations): Do not output debug info when doing slim LTO objects. · 9261aa43
      	* toplev.c (emit_debug_global_declarations): Do not output debug info
      	when doing slim LTO objects.
      
      From-SVN: r223260
      Jan Hubicka committed
    • ipa-utils.h (warn_types_mismatch, [...]): Declare. · 499568ed
      
      	* ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
      	odr_types_equivalent_p): Declare.
      	(odr_type_p): Use gcc_checking_assert.
      	(type_in_anonymous_namespace_p) Declare.
      	(type_with_linkage_p): Declare.
      	* common.opt (Wlto-type-mismatch): New warning.
      	* ipa-devirt.c (compound_type_base): New function.
      	(odr_or_derived_type_p): New function.
      	(odr_types_equivalent_p): New function.
      	(add_type_duplicate): Simplify.
      	(type_with_linkage_p): Add hack to prevent false positives on C types
      	(type_in_anonymous_namespace_p): Likewise.
      	* tree.c (need_assembler_name_p): Use type_with_linkage.
      	* tree.h (type_in_anonymous_namespace_p): Remove.
      	* doc/invoke.texi (-Wlto-type-mismatch): Document
      
      From-SVN: r223259
      Jan Hubicka committed
    • ipa-utils.h (warn_types_mismatch, [...]): Declare. · 259d29e3
      
      	* ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
      	odr_types_equivalent_p): Declare.
      	(odr_type_p): Use gcc_checking_assert.
      	(type_in_anonymous_namespace_p) Declare.
      	(type_with_linkage_p): Declare.
      	* common.opt (Wlto-type-mismatch): New warning.
      	* ipa-devirt.c (compound_type_base): New function.
      	(odr_or_derived_type_p): New function.
      	(odr_types_equivalent_p): New function.
      	(add_type_duplicate): Simplify.
      	(type_with_linkage_p): Add hack to prevent false positives on C types
      	(type_in_anonymous_namespace_p): Likewise.
      	* tree.c (need_assembler_name_p): Use type_with_linkage.
      	* tree.h (type_in_anonymous_namespace_p): Remove.
      	* doc/invoke.texi (-Wlto-type-mismatch): Document
      
      	* lto-symtab.c (warn_type_compatibility_p): Break out from ...;
      	compare ODR types (if available) and function types.
      	(lto_symtab_merge): ... here; output ODR violation warnings
      	and call warn_types_mismatch.
      
      	* gfortran.dg/lto/20091028-2_1.c: Fix return value.
      	* gfortran.dg/lto/pr41576_1.f90: Add interface.
      	* gfortran.dg/lto/pr41521_0.f90: Disable lto-type-mismatch
      	* gfortran.dg/lto/pr60635_0.f90: Disable lto-type-mismatch.
      	* gfortran.dg/lto/20091028-1_1.c: Fix return type.
      	* gcc.dg/lto/20120723_0.c: Disbale lto-type-mismatch.
      
      From-SVN: r223258
      Jan Hubicka committed
    • tree.c (verify_type_variant): Verify tree_base and type_common flags. · 4d259d33
      	* tree.c (verify_type_variant): Verify tree_base and type_common flags.
      	(verify_type): Verify STRING_FLAG.
      
      From-SVN: r223252
      Jan Hubicka committed
    • re PR fortran/65903 (Line continuation followed by comment character in string fails to compile) · f7071302
      2015-05-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/65903
      	* gfortran.dg/continuation_13.f90: Update test.
      	* gfortran.dg/pr65903.f90: New test.
      
      From-SVN: r223249
      Jerry DeLisle committed
    • re PR fortran/65903 (Line continuation followed by comment character in string fails to compile) · c55bbc72
      2015-05-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/65903
      	* io.c (format_lex): Change to NONSTRING when checking for
      	possible doubled quote.
      	* scanner.c (gfc_next_char_literal): Revert change from 64506
      	and add a check for quotes and return.
      
      From-SVN: r223248
      Jerry DeLisle committed
    • d-demangle.c (dlang_symbol_kinds): New enum. · 7e865541
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_symbol_kinds): New enum.
      	(dlang_parse_symbol): Update signature.  Handle an ambiguity between
      	pascal functions and template value arguments.  Only check for a type
      	if parsing a function, or at the top level.  Return failure if the
      	entire symbol was not successfully demangled.
      	(dlang_identifier): Update signature.  Handle an ambiguity between two
      	adjacent digits in a mangled symbol string.
      	(dlang_type): Update call to dlang_parse_symbol.
      	(dlang_template_args): Likewise.
      	(dlang_parse_template): Likewise.
      	(dlang_demangle): Likewise.
      	* testsuite/d-demangle-expected: Fix bad tests found, and add problematic
      	examples to the unittests.
      
      From-SVN: r223247
      Iain Buclaw committed
    • d-demangle.c (dlang_template_args): Skip over specialized template parameters in mangled symbol. · ed4cdb85
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_template_args): Skip over specialized template
      	parameters in mangled symbol.
      	* testsuite/d-demangle-expected: Add coverage and unittest for specialized
      	template parameters.
      
      From-SVN: r223246
      Iain Buclaw committed
    • d-demangle.c (dlang_type): Handle cent and ucent types. · 59251a73
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_type): Handle cent and ucent types.
      	* testsuite/d-demangle-expected: Add coverage tests for cent and ucent.
      
      From-SVN: r223245
      Iain Buclaw committed
    • d-demangle.c (dlang_attributes): Handle return attributes, ignoring return… · 7ce4461f
      d-demangle.c (dlang_attributes): Handle return attributes, ignoring return parameters in the mangled string.
      
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_attributes): Handle return attributes, ignoring
      	return parameters in the mangled string.  Return NULL if have encountered
      	an unknown attribute.
      	(dlang_function_args): Handle return parameters in the mangled string.
      	* testsuite/d-demangle-expected: Add coverage tests for functions with
      	return parameters and return attributes.
      
      From-SVN: r223244
      Iain Buclaw committed
    • d-demangle.c (dlang_identifier): Check encoded length of identifier to verify… · 5cc158e9
      d-demangle.c (dlang_identifier): Check encoded length of identifier to verify strncmp matches entire string.
      
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_identifier): Check encoded length of identifier
      	to verify strncmp matches entire string.
      	* testsuite/d-demangle-expected: Fix wrong test for postblit symbol.
      
      From-SVN: r223243
      Iain Buclaw committed
    • d-demangle.c (dlang_type_modifiers): New function. · fa66ced4
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_type_modifiers): New function.
      	(dlang_type_modifier_p): New function.
      	(dlang_call_convention_p): Ignore any kind of type modifier.
      	(dlang_type): Handle and emit the type modifier after delegate types.
      	(dlang_parse_symbol): Handle and emit the type modifier after the symbol.
      	* testsuite/d-demangle-expected: Add coverage tests for all valid
      	usages of function symbols with type modifiers.
      
      From-SVN: r223242
      Iain Buclaw committed
    • d-demangle.c (dlang_call_convention): Return NULL if have reached the end of the… · 76b41cad
      d-demangle.c (dlang_call_convention): Return NULL if have reached the end of the symbol, but expected something to read.
      
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_call_convention): Return NULL if have reached the
      	end of the symbol, but expected something to read.
      	(dlang_attributes): Likewise.
      	(dlang_function_type): Likewise.
      	(dlang_type): Likewise.
      	(dlang_identifier): Likewise.
      	(dlang_value): Likewise.
      
      From-SVN: r223241
      Iain Buclaw committed
    • d-demangle.c (dlang_parse_string): Represent embedded whitespace or… · eb058b7d
      d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-printable characters as hex or escape...
      
      libiberty/ChangeLog:
      
      2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
      
      	* d-demangle.c (dlang_parse_string): Represent embedded whitespace or
      	non-printable characters as hex or escape sequences.
      	* testsuite/d-demangle-expected: Add test for templates with tabs and
      	newlines embedded into the signature.
      
      From-SVN: r223240
      Iain Buclaw committed