1. 13 Feb, 2011 12 commits
    • re PR fortran/47569 (gfortran does not detect that the parameters for passing a… · 975b975b
      re PR fortran/47569 (gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect)
      
      2011-02-13  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/47569
              * interface.c (compare_parameter): Avoid ICE with
              character components.
      
      2011-02-13  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/argument_checking_13.f90: Update dg-error.
              * gfortran.dg/argument_checking_17.f90: New.
      
      From-SVN: r170110
      Tobias Burnus committed
    • * jvspec.c (jvgenmain_spec): Remove %{a*}. · 4b79050f
      From-SVN: r170109
      Joseph Myers committed
    • t-darwin (config/darwin.h.rebuild): Harden against parallel builds. · 877ba3d5
      	* config/t-darwin (config/darwin.h.rebuild): Harden against parallel builds.
      
      cp:
      	* Make-lang.in (objcp/plugin/parser.h): Harden against parallel builds.
      
      From-SVN: r170108
      Mike Stump committed
    • t-darwin (build/slashify1): Harden against rebuilds. · a93fa71e
      	* config/t-darwin (build/slashify1): Harden against rebuilds.
      	* config/slashify.c: Nix parms to quite the build.
      
      cp:
      	(build/slashify): Harden against rebuilds.
      
      From-SVN: r170107
      Mike Stump committed
    • Remove freebsd1 from libtool.m4 macros and config.rpath. · 029c8f3e
      /:
      	Import from Libtool and gnulib:
      
      	2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
      
      	Prepare for supporting FreeBSD 10.
      	* config.rpath: Remove handling of freebsd1* which soon would
      	match FreeBSD 10.0.
      
      	2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
      
      	Remove support for FreeBSD 1.x.
      	* libtool.m4 (_LT_LINKER_SHLIBS)
      	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
      	soon would incorrectly match FreeBSD 10.0.
      
      boehm-gc/:
      	* configure: Regenerate.
      
      gcc/:
      	* configure: Regenerate.
      
      libffi/:
      	* configure: Regenerate.
      
      libgfortran/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libgo/:
      	* config/libtool.m4: (_LT_LINKER_SHLIBS)
      	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
      	soon would incorrectly match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libgomp/:
      	* configure: Regenerate.
      
      libjava/:
      	* configure: Regenerate.
      	* shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
      	of freebsd1* which soon would incorrectly match FreeBSD 10.0.
      
      libjava/classpath/:
      	* config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
      	handling of freebsd1* which soon would match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libjava/libltdl/:
      	* acinclude.m4 (AC_LIBTOOL_PROG_LD_SHLIBS)
      	(AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
      	of freebsd1* which soon would incorrectly match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libmudflap/:
      	* configure: Regenerate.
      
      libobjc/:
      	* configure: Regenerate.
      
      libquadmath/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libssp/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libstdc++-v3/:
      	* configure: Regenerate.
      
      lto-plugin/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      zlib/:
      	* configure: Regenerate.
      
      From-SVN: r170106
      Ralf Wildenhues committed
    • parser.h: Add arguments to all plugins. · a4404ff5
      objcp:
      	* plugin/parser.h: Add arguments to all plugins.
      cp:
      	* parser.c (cp_parser_primary_expression): Add arguments to all the plugins.
      
      From-SVN: r170105
      Mike Stump committed
    • lex.h: Plugify. · 88a3b649
      objcp:
      	* plugin/lex.h: Plugify.
      cp:
      	* lex.c: Plugify.
      	* Make-lang.in (objcp/plugin/lex.h): Likewise.
      
      From-SVN: r170104
      Mike Stump committed
    • parser.c (cp_parser_declaration): Remove unused variable. · eb369a70
      2011-02-13  Tobias Burnus  <burnus@net-b.de>
      
              * parser.c (cp_parser_declaration): Remove unused variable.
      
      From-SVN: r170103
      Tobias Burnus committed
    • Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down. · 9acf6b7a
      	* Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
      	down.
      
      From-SVN: r170102
      Mike Stump committed
    • t-darwin (build/slashify): Allow others to reuse easier. · ba326d36
      gcc:
      	* config/t-darwin (build/slashify): Allow others to reuse easier.
      
      objcp:
      	* Make-lang.in (obj-c++.tags): Plugify Objective-C++.
      	* plugin/parser.h: Likewise.
      	* plugin/parser.c: Likewise.
      
      cp:
      	* Make-lang.in (build/slashify): Plugify Objective-C++.
      	(cp/parser.o): Likewise.
      	(objcp/plugin/parser.h): Likewise.
      
      From-SVN: r170101
      Mike Stump committed
    • darwin.h: Make pretty. · 8efc91cd
      	* config/darwin.h: Make pretty.
      	* config/t-darwin (config/darwin.h.rebuild): Add.
      	(build/slashify): Add.
      	* config/slashify.c: Add.
      
      From-SVN: r170097
      Mike Stump committed
    • Daily bump. · d65dd7dc
      From-SVN: r170096
      GCC Administrator committed
  2. 12 Feb, 2011 21 commits
  3. 11 Feb, 2011 7 commits