1. 13 Jul, 2006 5 commits
    • Index: ChangeLog · 7c0de6a5
      2006-07-12  Geoffrey Keating  <geoffk@apple.com>
      
      	* doc/invoke.texi (C++ Dialect Options): Explain difference
      	between -fvisibility-inlines-hidden and setting hidden
      	visibility explicitly.
      
      Index: cp/ChangeLog
      2006-07-12  Geoffrey Keating  <geoffk@apple.com>
      
      	* decl2.c (determine_visibility): Don't change visibility of
      	function locals because of -fvisibility-inlines-hidden.
      
      Index: testsuite/ChangeLog
      2006-07-12  Geoffrey Keating  <geoffk@apple.com>
      
      	* g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: New.
      
      From-SVN: r115411
      Geoffrey Keating committed
    • re PR fortran/28174 (Corruption of multiple character arrays when passing array sections) · 72af9f0b
      2006-07-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/28174
      	* trans-expr.c (gfc_conv_aliased_arg): Missing formal arg means
      	that intent is INOUT (fixes regression).
      
      	PR fortran/25097
      	* check.c (check_present): The only permitted reference is a
      	full array reference.
      
      	PR fortran/20903
      	* decl.c (variable_decl): Add error if a derived type is not
      	from the current namespace if the namespace is an interface
      	body.
      
      2006-07-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/25097
      	* gfortran.dg/present_1.f90: New test.
      
      	PR fortran/20903
      	* gfortran.dg/interface_derived_type_1.f90: New test.
      
      From-SVN: r115410
      Paul Thomas committed
    • t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo. · 3fb8727b
      2006-07-12  Eric Christopher  <echristo@apple.com>
      
      	* config/t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.
      	(stmp-lipo): Depend on libgcc.a.
      
      From-SVN: r115409
      Eric Christopher committed
    • Daily bump. · b9c828c7
      From-SVN: r115406
      GCC Administrator committed
    • Makefile.am: Revert last change. · 04dc1691
      2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/Makefile.am: Revert last change.
      	* include/Makefile.in: Same.
      
      From-SVN: r115402
      Benjamin Kosnik committed
  2. 12 Jul, 2006 16 commits
  3. 11 Jul, 2006 8 commits
  4. 10 Jul, 2006 6 commits
  5. 09 Jul, 2006 2 commits
    • locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*,… · 5c171a74
      locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove.
      
      2006-07-09  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
      	long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
      	unsigned long, const _CharT*, ios_base::fmtflags),
      	__int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
      	__int_to_char<>(_CharT*, unsigned long long, const _CharT*,
      	ios_base::fmtflags)): Remove.
      	(__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
      	bool)): Adjust.
      	(num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
      	Likewise.
      
      From-SVN: r115298
      Paolo Carlini committed
    • Daily bump. · 3f01f6f1
      From-SVN: r115295
      GCC Administrator committed
  6. 08 Jul, 2006 3 commits