1. 31 Mar, 2006 13 commits
  2. 30 Mar, 2006 15 commits
  3. 29 Mar, 2006 12 commits
    • * Makefile.in (build/genpeep.o): Add toplev.h dependency. · c13a761d
      From-SVN: r112522
      David Edelsohn committed
    • * genpeep.c (main): Add toplev.h to included headers. · f160357f
      From-SVN: r112519
      David Edelsohn committed
    • * config/rs6000/constraints.md: Add "W" constraint. · 40377a6d
      From-SVN: r112518
      David Edelsohn committed
    • genconditions.c (write_header): Add tm-constrs.h to included headers. · f8569394
              * genconditions.c (write_header): Add tm-constrs.h to included
              headers.
      
      From-SVN: r112516
      David Edelsohn committed
    • * genpreds.c (write_tm_constrs_h): Delete variable p. · 10a27391
      From-SVN: r112515
      David Edelsohn committed
    • sgetn.txt: Correct copyright holder. · 5d2a0db5
      2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/data/sgetn.txt:  Correct copyright holder.
      	* testsuite/data/wistream_extractor_other-1.tst: Same.
      	* testsuite/data/wistream_extractor_other-2.tst: Same.
      	* testsuite/data/istream_extractor_other-1.txt: Same.
      	* testsuite/data/filebuf_virtuals-1.txt: Same.
      	* testsuite/data/wostream_inserter_other-1.tst: Same.
      	* testsuite/data/wostream_inserter_other-2.tst: Same.
      	* testsuite/data/ostream_inserter_other-1.tst: Same.
      	* testsuite/data/ostream_inserter_other-2.tst: Same.
      	* testsuite/data/wistream_extractor_other-1.txt: Same.
      	* testsuite/data/istream_extractor_other-1.tst: Same.
      	* testsuite/data/istream_extractor_other-2.tst: Same.
      	* testsuite/data/filebuf_virtuals-1.tst: Same.
      	* testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
      	conditions.
      	* testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
      	* testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
      	* testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
      
      From-SVN: r112514
      Benjamin Kosnik committed
    • stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correctly… · a6a12bb9
      stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correctly testing whether the size fits a...
      
      
      	* stor-layout.c (mode_for_size_tree): Remove restiction on type
      	sizes by correctly testing whether the size fits a host integer.
      	(initialize_sizetypes): Use set_min_and_max_values_for_integral_type
      	to correctly set TYPE_MIN_VALUE and TYPE_MAX_VALUE to the full
      	SImode range for the default sizetype and bitsizetype.
      
      From-SVN: r112513
      Roger Sayle committed
    • Remove extra parentheses for "M" case. · 68441323
      From-SVN: r112512
      David Edelsohn committed
    • convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW and… · 0a931ce5
      convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW bits of the argument.
      
      
      	* convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
      	and TREE_CONSTANT_OVERFLOW bits of the argument.  Return
      	quickly if the argument is already of the correct type.
      	Call fold_build1 instead of build1.  Tidy up blank lines.
      
      From-SVN: r112511
      Roger Sayle committed
    • re PR bootstrap/26901… · 9b71c701
      re PR bootstrap/26901 (../../../../../gcc/libjava/classpath/tools/gnu/classpath/tools/AbstractMethodGenerator.java:1: fatal error: unknown encoding: 'roman8')
      
      	PR gcc/26901:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (SUBDIRS): Remove 'tools'.
      	(DIST_SUBDIRS): Likewise.
      
      From-SVN: r112510
      Tom Tromey committed
    • genemit.c (main): Add tm-constrs.h to included headers. · 279bb624
              * genemit.c (main): Add tm-constrs.h to included headers.
              * genoutput.c (output_prologue): Add tm-constrs.h to included headers.
              * genpeep.c (main): Add tm-constrs.h to included headers.
              * genpreds.c (write_satisfies_constraint_fns): Rename to ...
              (write_tm_constrs_h): this and write complete file.
              (write_tm_preds_h): Do not emit satisfies_constraint fns.
              (write_insn_preds_c): Add tm-constrs.h to included headers.
              (gen_constrs): New variable.
              (parse_option): Parse "-c".
              (main): Invoke write_tm_constrs_h.
              * genrecog.c (write_header): Add tm-constrs.h to included headers.
              * Makefile.in (STAGECOPYSTUFF): Add tm-constrs.h.
              (object_out_file): Add tm-constrs.h dependency.
              (insn-emit.o): Same.
              (insn-output.o): Same.
              (insn-peep.o): Same.
              (insn-preds.o): Same.
              (insn-recog.o): Same.
              (tm-constsr.h): New target.
              (s-constrs-h): New target.
      
              * config/rs6000/constraints.md: New file.
              * config/rs6000/rs6000.c: Include tm-constrs.h.
              (num_insn_constant_wide): Convert to satisfies_constraint.
              (rs6000_rtx_costs): Convert to satisfies_constraint.
              * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Delete.
              (CONST_OK_FOR_LETTER_P): Delete.
              (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
              (EXTRA_CONSTRAINT): Delete.
              (EXTRA_MEMORY_CONSTRAINT): Delete.
              (EXTRA_ADDRESS_CONSTRAINT): Delete.
              * config/rs6000/predicates.md: Convert to satisfies_constraint.
              * config/rs6000/rs6000.md: Include constraints.md.  Convert to
              satisfies_constraint.
      
              * config/i386/i386.c: Include tm-constrs.h.
      
      From-SVN: r112508
      David Edelsohn committed