1. 26 Jan, 2009 2 commits
  2. 25 Jan, 2009 3 commits
  3. 24 Jan, 2009 8 commits
  4. 23 Jan, 2009 6 commits
  5. 22 Jan, 2009 13 commits
  6. 21 Jan, 2009 8 commits
    • functions.c: Remove atomic_flag_fence. · 5904fbed
      2009-01-21  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/29_atomics/headers/stdatomic.h/functions.c: Remove
      	atomic_flag_fence.
      
      From-SVN: r143557
      Benjamin Kosnik committed
    • re PR middle-end/38587 (IRA doesn't preserve local variables after setjmp) · 1240d76e
      2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR middle-end/38587
      	* ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
      	crossing setjmps.
      
      From-SVN: r143554
      Vladimir Makarov committed
    • re PR bootstrap/37660 (Error Building libssp, recent update) · b8a1087d
      	PR bootstrap/37660
      	* config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
      	(LIBGCC_SPEC):  Don't define.
      	(REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
      
      From-SVN: r143552
      Dave Korn committed
    • ssa-store-ccp-3.c: Skip for mips*-*-linux* and mips*-*-irix*. · dbbe6937
      gcc/testsuite/
      	* gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
      	and mips*-*-irix*.
      	* gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
      
      From-SVN: r143551
      Richard Sandiford committed
    • * testsuite/ChangeLog: Add missing ChangeLog entry. · bfcccc7f
      From-SVN: r143550
      Uros Bizjak committed
    • re PR rtl-optimization/38879 (scheduler does not look for conflicting alias sets) · 435da628
      	PR rtl-optimization/38879
      	* alias.c (base_alias_check): Unaligned access via AND address can
      	alias all surrounding object types except those with sizes equal
      	or wider than the size of unaligned access.
      
      From-SVN: r143549
      Uros Bizjak committed
    • re PR c++/26693 (Access checks not performed for types in templates) · d597b3ce
      gcc/ChangeLog:
      2009-01-21  Dodji Seketeli  <dodji@redhat.com>
      
      	PR c++/26693
      	* c-decl.c: (clone_underlying_type): Move this  ...
      	* c-common.c (set_underlying_type): ... here.
      	Also, make sure the function  properly sets TYPE_STUB_DECL() on
      	the newly created typedef variant type.
      	(is_typedef_decl ): New entry point.
      	* tree.h: Added a new member member_types_needing_access_check to
      	struct tree_decl_non_common.
      	(set_underlying_type): New entry point.
      	(is_typedef_type): Likewise.
      
      gcc/cp/ChangeLog/
      2009-01-21  Dodji Seketeli  <dodji@redhat.com>
      
      	PR c++/26693
      	* decl2.c (grokfield): when a typedef appears in a
      	class, create the typedef variant type node for it.
      	(save_template_attributes): Creating typedef variant type node
      	 here is now useless.
      	* decl.c (grokdeclarator): If the typedef'ed struct/class was
      	anonymous, set the proper type name to all its type variants.
      	* name-lookup.c (pushdecl_maybe_friend): Reuse the
      	set_underlying_type function to install typedef variant types.
      	* cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
      	macro.
      	(append_type_to_template_for_access_check): New entry points.
      	* semantics.c (check_accessibility_of_qualified_id):
      	When a typedef that is a member of a class appears in a template,
      	add it to the template. It will be ...
      	* pt.c (instantiate_class_template, instantiate_template ): ... access
      	checked at template instantiation time.
      	(tsubst): Handle the case of being called with NULL args.
      	(resolve_type_name_type): The type name should be the name of the
      	main type variant.
      	(append_type_to_template_for_access_check): New entry point.
      
      gcc/testsuite/ChangeLog
      2009-01-21  Dodji Seketeli  <dodji@redhat.com>
      
      	PR c++/26693
      	* g++.dg/template/typedef11.C: New test.
      	* g++.dg/template/typedef12.C: Likewise.
      	* g++.dg/template/typedef13.C: Likewise.
      	* g++.dg/template/typedef14.C: Likewise.
      	* g++.dg/template/sfinae3.C: Compile this pedantically.
      	The only errors expected should be the one saying the typedef is ill
      	formed.
      	* g++.old-deja/g++.pt/typename8.C: Likewise.
      	* g++.dg/template/access11.C: Update this.
      
      libstdc++-v3/ChangeLog:
      2009-01-21  Dodji Seketeli  <dodji@redhat.com>
      
      	* include/ext/bitmap_allocator.h: the typedefs should be made public
      	if we want them to be accessible. This has been revealed by the patch
      	that fixes PR c++/26693 in g++.
      
      From-SVN: r143546
      Dodji Seketeli committed
    • re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array arguments) · 210879b8
      2009-01-21  Daniel Kraft  <d@domob.eu>
      
      	* trans-stmt.c (gfc_conv_elemental_dependencies):  Cleaned up comment.
      
      2009-01-21  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/38887
      	* runtime/in_unpack_generic.c (internal_unpack):  Return instead of
      	abort when called with empty array.
      	* m4/in_unpack.m4:  Ditto.
      	* generated/in_unpack_i1.c:  Regenerated.
      	* generated/in_unpack_i2.c:  Regenerated.
      	* generated/in_unpack_i4.c:  Regenerated.
      	* generated/in_unpack_i8.c:  Regenerated.
      	* generated/in_unpack_i16.c: Regenerated.
      	* generated/in_unpack_r4.c:  Regenerated.
      	* generated/in_unpack_r8.c:  Regenerated.
      	* generated/in_unpack_r10.c: Regenerated.
      	* generated/in_unpack_r16.c: Regenerated.
      	* generated/in_unpack_c4.c:  Regenerated.
      	* generated/in_unpack_c8.c:  Regenerated.
      	* generated/in_unpack_c10.c: Regenerated.
      	* generated/in_unpack_c16.c: Regenerated.
      
      2009-01-21  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/38887
      	* gfortran.dg/mvbits_5.f90:  New test.
      
      From-SVN: r143541
      Daniel Kraft committed