1. 12 Jan, 2000 3 commits
    • 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com> · b903d81e
               Implement automatic line wrapping mode in the g++ front-end.
      
      From-SVN: r31343
      Gabriel Dos Reis committed
    • cpplib.h (struct cpp_options): Change lang_asm to char. · 40c79d58
      2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
      
      	* cpplib.h (struct cpp_options): Change lang_asm to char.
      	Add lang_fortran.
      	* cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
      	done in cpp_handle_option now.
      	(initialize_builtins): Take out special case code used only by
      	__STDC_VERSION__.
      	(cpp_handle_option): Turn off trigraphs and trigraph warnings
      	if -traditional.  Recognize -lang-fortran and set
      	lang_fortran, also turn off cplusplus_comments.
      	(print_help): Document -lang-fortran.
      	* cpplib.c (handle_directive): Ignore `# 123 "file"' if
      	lang_asm. Ignore all directives other than `# 123 "file"' if
      	CPP_PREPROCESSED.
      	(cpp_get_token): If -traditional, don't recognize directives
      	unless the # is in column 1.
      	(parse_string): If lang_fortran or lang_asm, silently
      	terminate strings ('' or "") at end of line.
      	Remove unnecessary braces.
      
      From-SVN: r31342
      Zack Weinberg committed
    • * Add self as cpplib maintainer, as requested by Jason · 2e76d35c
      	Merrill.  Correct my e-mail address.
      
      From-SVN: r31341
      Zack Weinberg committed
  2. 11 Jan, 2000 31 commits
  3. 10 Jan, 2000 6 commits
    • Makefile.in (optabs.o): Depend on real.h · 7bdb32b9
      	* Makefile.in (optabs.o): Depend on real.h
      	(resource.o): Depend on insn-attr.h
      
      	* builtins.c (result_vector): Wrap prototype in macro conditions
      	governing definition and use.
      
      	* c-common.c: Include tm_p.h.
      
      	* c-lex.c: Likewise.
      
      	* elfos.h: Constify a char*.
      
      	* final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
      	(get_attr_length, shorten_branches, profile_after_prologue): Mark
      	parameter with ATTRIBUTE_UNUSED.
      
      	* fold-const.c (exact_real_inverse): Wrap variable `i' in
      	CHECK_FLOAT_VALUE.
      
      	* haifa-sched.c (schedule_insns): Mark parameter with
      	ATTRIBUTE_UNUSED.
      
      	* optabs.c: Include real.h.
      
      	* real.h (ereal_atof): Add prototype arguments.
      
      	* resource.c: Include insn-attr.h.
      
      	* sdbout.c (sdbout_queue_anonymous_type,
      	sdbout_dequeue_anonymous_types): Wrap in macro
      	SDB_ALLOW_FORWARD_REFERENCES.
      	(sdbout_init, sdbout_start_new_source_file): Mark parameter with
      	ATTRIBUTE_UNUSED.
      
      	* stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
      
      	* stupid.c: Include tm_p.h.
      
      	* tree.c (real_value_from_int_cst): Mark parameter with
      	ATTRIBUTE_UNUSED.
      
      cp:
      	* lex.c: Include tm_p.h.
      
      ch:
      	* lex.c: Include tm_p.h.
      
      From-SVN: r31308
      Kaveh R. Ghazi committed
    • i960-protos.h: New file. · 3d2cfac6
      	* i960-protos.h: New file.
      
      	* i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
      	time warnings.
      
      	* i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
      
      From-SVN: r31307
      Kaveh R. Ghazi committed
    • Missed toplevel Changelog in my previous commit. · 4c25fdcf
      From-SVN: r31306
      Geoffrey Keating committed
    • natMath.cc (pow): Cast args to `double', not `jdouble'. · 0cf69aff
      2000-01-10  Jeff Sturm  <jsturm@sigma6.com>
      
      	* java/lang/natMath.cc (pow): Cast args to `double', not
      	`jdouble'.
      	(atan2): Likewise.
      	(IEEEremainder): Likewise.
      	* java/lang/mprec.h: Don't wrap includes in `extern "C"'.
      	* java/lang/fdlibm.h: Don't wrap includes in `extern "C"'.
      
      From-SVN: r31305
      Jeff Sturm committed
    • combine.c (expand_field_assignment): Do not discard SUBREGs while computing nonzero_bits. · b1e9c8a9
      * combine.c (expand_field_assignment): Do not discard SUBREGs
      while computing nonzero_bits.
      
      From-SVN: r31304
      Alexandre Oliva committed
    • configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43. · 93e1dce9
      	* configure.in: Use mt-aix43 to handle *_TARGET defs,
      	not mh-aix43.
      	* config/mh-aix43: Delete, move to mt-aix43.
      	* config/mt-aix43: New file.
      
      From-SVN: r31303
      Geoff Keating committed