1. 17 Sep, 2008 11 commits
    • re PR c++/37558 (rev 140120 changes the accessibility of a friend decl.) · 118dde55
              PR c++/37588
              * name-lookup.c (lookup_type_scope): Look through sk_function_parms.
      
      From-SVN: r140424
      Jason Merrill committed
    • re PR c++/37552 (ICE with invalid array access) · 8aff539b
      	PR c++/37552
      	* typeck.c (build_array_ref): Use protected_set_expr_location instead
      	of SET_EXPR_LOCATION when ret might not be an expression.
      
      	* g++.dg/parse/crash49.C: New test.
      
      From-SVN: r140422
      Jakub Jelinek committed
    • re PR preprocessor/37324 (FAIL: gcc.dg/utf-array.c (test for errors)) · 1b829d45
      	PR preprocessor/37324
      	* lib/target-supports.exp
      	(check_effective_target_wchar_t_char16_t_compatible,
      	check_effective_target_wchar_t_char32_t_compatible): New.
      	* gcc.dg/utf-array.c: Use __CHAR{16,32}_TYPE__ macros in typedefs.
      	Only require from incompatible errors for char{16,32}_t vs. wchar_t
      	initializations if those types are indeed incompatible.
      
      From-SVN: r140421
      Jakub Jelinek committed
    • ipa-reference.c (analyze_function): Declare step only if ENABLE_CHECKING is defined. · 71b10713
      2008-09-17  Art Haas  <ahaas@impactweather.com>
      
      	* ipa-reference.c (analyze_function): Declare step only if
      	ENABLE_CHECKING is defined.
      
      From-SVN: r140420
      Art Haas committed
    • re PR middle-end/18071 (-Winline does not respect -fno-default-inline) · 0494626a
      	PR c++/18071
      	* tree.h (DECL_INLINE): remove.
      	(DECL_DECLARED_INLINE_P): Update docs.
      	(DECL_NO_INLINE_WARNING_P): new.
      	(tree_function_decl): Replace inline_flag by no_inline_warning_flag.
      	* tree-inline.c (inlinable_function_p): Set DECL_NO_INLINE_WARNING_P.
      
      	Java:
      	* class.c (add_method_1): Do not initialize DECL_INLINE.
      	(make_local_function_alias): Likewise.
      	* expr.c (rewrite_arglist_getcaller): Set DECL_UNINLINABLE.
      	* lang.c (java_decl_ok_for_sibcall): Use DECL_UNINLINABLE.
      
      	Objc:
      	* objc/objc-act.c (objc_finish_method_definition): Do not set DECL_INLINE.
      	
      	C++:
      	* cp/decl.c (start_method): Set DECL_NO_INLINE_WARNING_P.
      
      From-SVN: r140418
      Jan Hubicka committed
    • re PR bootstrap/37441 (dwarf2 unwind info patches produce undefined symbols) · 1c1b0507
      	PR bootstrap/37441
      	* dwarf2out.c (dwarf2out_do_cfi_asm) [MIPS_DEBUGGING_INFO]: Return
      	false.
      
      Co-Authored-By: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
      
      From-SVN: r140417
      Jakub Jelinek committed
    • ipa-reference.c (ipa_obstack): Remove. · ebcf9dc8
      	* ipa-reference.c (ipa_obstack): Remove.
      	(local_info_obstack, global_info_obstack): New.
      	(add_static_var): We now handle variables only.
      	(mark_address_taken, mark_load, mark_store): New functions based on ...
      	(check_operand): ... remove.
      	(get_asm_stmt_operands): Rename to ...
      	(check_asm_memory_clobber): ... this. Look only for memory clobber.
      	(scan_stmt_for_static_refs): Rewrite.
      	(scan_op_for_static_refs): Rename to ...
      	(scan_initializer_for_static_refs): do not look for VAR_DECL
      	initializers; stop recursion on types and decls.
      	(ipa_init): Use proper obstacks.
      	(analyze_variable): Use scan_initializer_for_static_refs.
      	(init_function_info): Use local obstack.
      	(analyze_function): Simplify.
      	(add_new_function): We don't need visited_nodes obstack.
      	(generate_summary): Use proper obstacks; cleanup after propagation.
      
      From-SVN: r140415
      Jan Hubicka committed
    • re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and function pointers) · 791f1714
      2008-09-17  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/37385
      	PR tree-optimization/37491
      	* alias.c (get_alias_set): Use the canonical type.
      	* tree-vect-transform.c (vectorizable_store): Use the type of
      	the lhs for the vector type.  Adjust checking.
      	(vectorizable_load): Adjust checking.
      
      From-SVN: r140412
      Richard Guenther committed
    • re PR ada/21327 (gnat_ugn.texi invalid @direntry) · 03e74118
      2008-09-17  Pascal Rigaux  <pixel@mandriva.com>
      
          gcc/ada/
      	PR ada/21327
      	* gnat_ugn.texi: Use proper format in direntry.
      
      From-SVN: r140411
      Pascal Rigaux committed
    • Daily bump. · 29440527
      From-SVN: r140408
      GCC Administrator committed
    • re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and warnings) · d0488d17
      	PR testsuite/25241
      	* testsuite/g++.dg/charset/attribute2.c: Replace dg-error with
      	dg-warning or vice versa.
      	* testsuite/g++.dg/conversion/dr195.C: Ditto.
      	* testsuite/g++.dg/cpp0x/variadic60.C: Ditto.
      	* testsuite/g++.dg/expr/cast2.C: Ditto.
      	* testsuite/g++.dg/ext/anon-struct4.C: Ditto.
      	* testsuite/g++.dg/ext/member-attr.C: Ditto.
      	* testsuite/g++.dg/ext/utf-array.C: Ditto.
      	* testsuite/g++.dg/ext/utf-array-short-wchar.C: Ditto.
      	* testsuite/g++.dg/ext/utf-typedef-cxx0x.C: Ditto.
      	* testsuite/g++.dg/ext/visibility/redecl1.C: Ditto.
      	* testsuite/g++.dg/ext/visibility/warn4.C: Ditto.
      	* testsuite/g++.dg/parse/defarg11.C: Ditto.
      	* testsuite/g++.dg/template/error17.C: Ditto.
      	* testsuite/g++.dg/warn/pedantic2.C: Ditto.
      	* testsuite/g++.dg/warn/pr21983.C: Ditto.
      	* testsuite/g++.dg/warn/return-reference2.C: Ditto.
      	* testsuite/g++.old-deja/g++.bob/inherit1.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/crash13.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/crash17.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/crash52.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/crash55.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/enum7.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/operators4.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/template17.C: Ditto.
      	* testsuite/g++.old-deja/g++.brendan/warnings1.C: Ditto.
      	* testsuite/g++.old-deja/g++.bugs/900205_03.C: Ditto.
      	* testsuite/g++.old-deja/g++.bugs/900227_01.C: Ditto.
      	* testsuite/g++.old-deja/g++.ext/arrnew.C: Ditto.
      	* testsuite/g++.old-deja/g++.ext/attrib4.C: Ditto.
      	* testsuite/g++.old-deja/g++.jason/cond.C: Ditto.
      	* testsuite/g++.old-deja/g++.jason/operator.C: Ditto.
      	* testsuite/g++.old-deja/g++.jason/report.C: Ditto.
      	* testsuite/g++.old-deja/g++.law/friend5.C: Ditto.
      	* testsuite/g++.old-deja/g++.law/temps1.C: Ditto.
      	* testsuite/g++.old-deja/g++.law/union4.C: Ditto.
      	* testsuite/g++.old-deja/g++.martin/pure1.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/empty.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/for2.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/misc9.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/p10769b.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/p2855.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/p3060c.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/p700.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/p9732c.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/pmf6.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/warn1.C: Ditto.
      	* testsuite/g++.old-deja/g++.mike/warn5.C: Ditto.
      	* testsuite/g++.old-deja/g++.niklas/t141.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/cast6.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/cond5.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/conv8.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/decl5.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/delete2.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/delete4.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/linkage1.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/ptrmem8.C: Ditto.
      	* testsuite/g++.old-deja/g++.other/typename1.C: Ditto.
      	* testsuite/g++.old-deja/g++.pt/typename14.C: Ditto.
      	* testsuite/g++.old-deja/g++.pt/typename4.C: Ditto.
      	* testsuite/g++.old-deja/g++.pt/typename5.C: Ditto.
      	* testsuite/g++.old-deja/g++.pt/typename7.C: Ditto.
      
      From-SVN: r140405
      Janis Johnson committed
  2. 16 Sep, 2008 11 commits
  3. 15 Sep, 2008 10 commits
  4. 14 Sep, 2008 8 commits