1. 05 Feb, 2008 1 commit
  2. 04 Feb, 2008 12 commits
  3. 03 Feb, 2008 4 commits
  4. 02 Feb, 2008 6 commits
  5. 01 Feb, 2008 12 commits
  6. 31 Jan, 2008 5 commits
    • c-tree.texi (Types): Fix grammar. · dc9a511d
      	* doc/c-tree.texi (Types): Fix grammar.
      	(Expression trees): Ditto.
      	* doc/passes.texi (Tree-SSA passes): Ditto.
      
      	* doc/configterms.texi (Configure Terms): Fix typo.
      	* doc/cpp.texi (Common Predefined Macros): Ditto.
      	* doc/md.texi (Machine Constraints): Ditto.
      
      	* doc/makefile.texi (Makefile): Add comma.
      
      From-SVN: r131987
      Tom Browder committed
    • sourcebuild.texi (Front End): Remove references to CVS and CVSROOT/modules. · 5dc81ee9
      	* doc/sourcebuild.texi (Front End): Remove references to CVS
      	and CVSROOT/modules.
      	(Texinfo Manuals): Replace reference to CVS by one to SVN.
      	(Back End): Remove reference to CVS.
      
      Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com>
      
      From-SVN: r131986
      Tom Browder committed
    • re PR fortran/34910 (ICE on invalid assignments in doubly-contained functions) · db39d0c2
      2008-01-31  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34910
      	* expr.c (gfc_check_assign): It is an error to assign
      	to a sibling procedure.
      
      2008-01-31  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34910
      	* gfortran.dg/proc_assign_2.f90: New test.
      
      From-SVN: r131985
      Paul Thomas committed
    • re PR c++/34935 (ICE with attribute may_alias) · 0451301c
      2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
                 Jakub Jelinek  <jakub@redhat.com>
      
             PR c++/34935
             PR c++/34936
             * typeck.c (structural_comptypes): Handle comparisons of
             VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, FIXED_POINT_TYPE, and
             REAL_TYPE nodes.
             * mangle.c (write_builtin_type): Map down to the canonical type,
             which will be one of the predefined type nodes.
      
      2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
                 Jakub Jelinek  <jakub@redhat.com>
      
             PR c++/34935
             PR c++/34936
             * g++.dg/ext/alias-canon.C: New.
             * g++.dg/ext/alias-mangle.C: New.
      	
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r131984
      Douglas Gregor committed
    • re PR target/34900 (target mips64vrel-elf. Internal compiler error (in… · 5ca3d30c
      re PR target/34900 (target mips64vrel-elf. Internal compiler error (in reload_cse_simplify_operands, at postreload.c:392) while building libiberty)
      
      gcc/
      	PR target/34900
      	* config/mips/mips.c (gen_load_const_gp): New function, taking a
      	comment from...
      	(mips16_gp_pseudo_reg): ...here.
      	* config/mips/mips.md (load_const_gp): Replace with...
      	(load_const_gp_<mode>): ...this :P-based insn.
      
      From-SVN: r131983
      Richard Sandiford committed