Commit Graph

20 Commits

Author SHA1 Message Date
Jeff Law e5e809f419 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
for details.

        * haifa-sched.c: Mirror recent changes from gcc2.

From-SVN: r18984
1998-04-04 06:32:39 -07:00
Manfred Hollstein f8344bea51 c-decl (finish_struct): Change type of min_align to unsigned.
a
gcc/ChangeLog:
	* c-decl (finish_struct): Change type of min_align to unsigned.
	* cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
	remove unused variable len.
	* dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
	comment indicating this is proper behaviour.
	(reg_loc_descriptor): Remove redundant comparison of unsigned variable
	reg >= 0.
	(based_loc_descr): Likewise.
	* enquire.c (bitpattern): Change type of variable i to unsigned.
	* final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
	* flow.c (life_analysis): Change type of variable i to size_t;
	remove unused variable insn.
	* gcc.c (translate_options): Change type of variables optlen, arglen and
	complen to size_t.
	(input_filename_length): Change type to size_t.
	(do_spec_1): Change type of variable bufsize to size_t.
	(main): Change type of variables i and j to size_t;
 	remove subblock local definition of variable i.
	(lookup_compiler): Change type of second argument to size_t;
	change type of variable i to size_t.
	* genemit.c (output_init_mov_optab): Change type of variable i to size_t.
	* genopinit.c (get_insn): Change type of variable pindex to size_t.
	* genrecog.c (add_to_sequence): Change type of variable i to size_t.
	* global.c (global_alloc): Change type of variable i to size_t.
	* regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
	* stmt.c (expand_end_bindings): Change type of variable i to size_t.
	(expand_end_case): Change type of variable count to size_t.
	* toplev.c (main): Change type of variable j to size_t.
	(set_target_switch): Change type of variable j to size_t.
	(print_switch_values): Change type of variable j to size_t;
	remove unused variable flags.
	* varasm.c (assemble_variable): Change type of variable align to size_t.
	(const_hash_rtx): Change type of variable i to size_t.
gcc/cp/ChangeLog:
Sun Mar  8 17:13:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
	* decl2.c (lang_decode_option): Change j's type to size_t.
	* tree.c (layout_vbasetypes): record_align and desired_align are of
	type unsigned int; const_size and nonvirtual_const_size likewise.

From-SVN: r18491
1998-03-12 00:02:52 +00:00
Richard Kenner 75ef7cf8da (fake_f_rep): Add missing element name in cast.
From-SVN: r13893
1997-04-13 15:29:35 -04:00
Mike Stump 0f41302f47 formatting tweaks
From-SVN: r12390
1996-07-03 22:07:53 +00:00
Richard Kenner 94e6a16503 Define __GCC_FLOAT_NOT_NEEEDED.
From-SVN: r11244
1996-02-12 20:41:35 -05:00
Jim Wilson 367ac69d7e Change "gstddef.h" to <stddef.h>.
From-SVN: r6941
1994-03-31 21:23:12 -08:00
Richard Kenner b956480716 (f_rep): Remove decl of unused variable F1.
From-SVN: r6880
1994-03-25 14:02:00 -05:00
Richard Kenner b60e974d79 (main): Move declarations of SIZE and TOTAL to where they won't cause "unused" warnings when NO_MEM is defined.
(main):  Move declarations of SIZE and TOTAL to where they won't cause
"unused" warnings when NO_MEM is defined.
(promotions):  Explicitly declare return type (to avoid warnings).
Always return a value.

From-SVN: r6265
1993-12-22 13:44:10 -05:00
Richard Stallman 659d75b802 (FPROP): Recognize 80387 or 68881 XFmode format.
From-SVN: r5410
1993-09-22 19:15:37 +00:00
Richard Stallman 39ed64b801 (F_check): Do nothing in long double case, if NO_LONG_DOUBLE_IO.
From-SVN: r4522
1993-05-20 23:17:11 +00:00
Richard Stallman 5b59d75766 (F_check): Check NO_LONG_DOUBLE_IO.
From-SVN: r4518
1993-05-20 13:01:37 +00:00
Richard Stallman bb8d9cd434 (fake_f_rep): Clear all of u, initially.
Make the ints in u unsigned.
(f_define): Use ordinary constants for long double
if it's same width as double.
Make __convert_long_double_i unsigned.

From-SVN: r3589
1993-03-02 07:01:45 +00:00
Jim Wilson 2d3c34adf2 (i_define, u_define, f_define): Add #undef before #define.
From-SVN: r2858
1992-12-10 14:52:49 -08:00
Charles Hannum 8d6c8465b4 entered into RCS
From-SVN: r1262
1992-06-24 03:58:10 +00:00
Richard Stallman 905b2befa1 *** empty log message ***
From-SVN: r1163
1992-06-05 06:18:51 +00:00
Richard Stallman 6dc42e49d3 *** empty log message ***
From-SVN: r930
1992-05-07 06:41:23 +00:00
Richard Stallman 9692712143 *** empty log message ***
From-SVN: r877
1992-05-04 02:19:20 +00:00
Richard Stallman ea47d37c9a *** empty log message ***
From-SVN: r838
1992-04-27 01:54:02 +00:00
Richard Stallman ab5809b54e *** empty log message ***
From-SVN: r671
1992-04-03 07:32:57 +00:00
Richard Stallman 2817655c4a Initial revision
From-SVN: r127
1991-12-23 08:37:43 +00:00