Richard Earnshaw
a5559dbc82
(operand_subword): For 32-bit targets, return
...
the appropriate subword of extended precision CONST_DOUBLEs.
From-SVN: r11300
1996-02-19 11:57:13 +00:00
Jason Merrill
4ae27eb62f
warn_sign_compare
...
From-SVN: r11299
1996-02-19 10:32:37 +00:00
Jason Merrill
d51f93635d
warn_sign_compare
...
From-SVN: r11298
1996-02-19 10:22:57 +00:00
Richard Kenner
d669f5da3c
(yylex...
...
(yylex, case '0'..'9','.'): For cases '0' and '1', check for single
digit constant before resorting to general number processing.
From-SVN: r11297
1996-02-18 21:13:37 -05:00
Richard Kenner
dc086e21e4
(const_umulsi3_highpart): Disable for TARGET_M68060.
...
(ftruncdf2, ftruncsf2, muldf3, mulsidi3): Likewise.
(smulsi3_highpart, umulsi3_highpart, umulsidi3): Likewise.
From-SVN: r11296
1996-02-18 21:06:13 -05:00
Richard Kenner
30e6bc6338
(TARGET_68060): New macro.
...
(TARGET_SWITCHES): Add -m68060.
From-SVN: r11295
1996-02-18 21:05:45 -05:00
Richard Kenner
935531caec
(DBX_NO_XREFS): Removed.
...
From-SVN: r11294
1996-02-18 19:29:36 -05:00
Richard Kenner
80d390a260
Install latest version of last patch.
...
From-SVN: r11293
1996-02-18 19:26:39 -05:00
Richard Kenner
11e8772743
Fix typo in comments.
...
From-SVN: r11292
1996-02-18 13:44:00 -05:00
Richard Kenner
15cf7c831e
(check_format_info): Warn about `L' if -pedantic.
...
From-SVN: r11291
1996-02-18 13:29:45 -05:00
Paul Eggert
7e842ef8c5
c-typeck.c (convert_for_assignment): Bring back conversion to union without a cast...
...
* c-typeck.c (convert_for_assignment):
Bring back conversion to union without a cast,
undoing the Jan 16 change, but with the following differences:
* The union must have the transparent_union attribute.
* The conversion must be for a function argument.
* Warn consistently about such conversions if pedantic.
* Do not warn about an assignment incompatibility for one union member
if another union member is compatible with no warning.
From-SVN: r11290
1996-02-16 20:13:23 +00:00
Stan Cox
0afeb08a70
(ix86_expand_binary_operator): Allow for operand1 of MINUS to be CONST_INT
...
From-SVN: r11289
1996-02-16 16:59:27 +00:00
Stan Cox
b7237e6d06
(OPTIMIZATION_OPTIONS): call optimization_options
...
From-SVN: r11288
1996-02-16 16:51:26 +00:00
Richard Kenner
d393843914
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.
...
From-SVN: r11287
1996-02-16 08:39:42 -05:00
Richard Kenner
40938406e7
Don't include alpha.h.
...
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.
From-SVN: r11286
1996-02-16 08:39:20 -05:00
Richard Kenner
5258d7aeb2
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int.
...
From-SVN: r11285
1996-02-16 08:38:40 -05:00
Richard Kenner
428fb713e6
Don't include a29k-udi.h.
...
From-SVN: r11284
1996-02-16 08:37:51 -05:00
Richard Kenner
31f3d75396
Don't include a29k.h.
...
From-SVN: r11283
1996-02-16 08:37:30 -05:00
Richard Kenner
217dcd5da6
Renamed from a29k-udi.h.
...
Don't include a29k.h or dbxcoff.h.
From-SVN: r11282
1996-02-16 08:36:43 -05:00
Michael Meissner
d0bac83e22
Round size to 16 byte alignment
...
From-SVN: r11281
1996-02-16 00:01:21 +00:00
Michael Meissner
cea05fab52
Fix alloca on NT
...
From-SVN: r11280
1996-02-15 23:35:34 +00:00
Jim Wilson
10568ad0dd
(save_for_inline_copying): Allocate reg_map with size
...
based on regno_pointer_flag_length instead of max_reg+1.
From-SVN: r11279
1996-02-15 13:48:26 -08:00
Richard Kenner
f639f6b6ff
(rpc/types.h): Remove spurios "ls" command.
...
From-SVN: r11278
1996-02-15 08:27:48 -05:00
Richard Kenner
94714ecc92
(eliminate_regs, case USE): If using a register that is source of
...
elimination, show can't be eliminated.
From-SVN: r11277
1996-02-15 07:53:26 -05:00
Richard Kenner
a8a8cbb759
(expand_builtin, case BUILT_IN_SETJMP): Shows clobbers FP and all caller-save registers.
...
(expand_builtin, case BUILT_IN_SETJMP): Shows clobbers FP and all
caller-save registers.
Set current_function_has_nonlocal_goto.
From-SVN: r11276
1996-02-15 07:48:12 -05:00
David Edelsohn
bc9fadfb1c
append / to AIX import path if not present
...
From-SVN: r11275
1996-02-14 19:35:33 +00:00
David Edelsohn
e8d791dd55
fix_truncdfsi2 SUBREG and movdi HOST_BITS_PER_WIDE_INT test
...
From-SVN: r11274
1996-02-14 18:45:05 +00:00
Michael Meissner
f4558646ab
Use HOST_WIDE_INT, not long long
...
From-SVN: r11273
1996-02-14 14:07:05 +00:00
Per Bothner
05c0b40505
expr.c (store_constructor): Fix flow control thinko (merge error).
...
* expr.c (store_constructor): Fix flow control thinko (merge error).
* expr.c (store_constructor): Pass correct value to recursive call.
From-SVN: r11272
1996-02-13 16:58:09 -08:00
Mike Stump
41531e5b36
expr.c (expand_expr, [...]): We must always store into the allocated slot for TAREGT_EXPRs.
...
* expr.c (expand_expr, case TARGET_EXPR): We must always store
into the allocated slot for TAREGT_EXPRs.
From-SVN: r11271
1996-02-13 23:46:51 +00:00
Richard Kenner
f0f50f84de
(memory.h): Fix it also on sysV68.
...
From-SVN: r11270
1996-02-13 18:26:57 -05:00
Richard Kenner
7ac09502bd
#include flags.h
...
#include flags.h
(output_function_prologue, function_epilogue): Remove declarations
of call_used_regs and frame_pointer_needed.
From-SVN: r11269
1996-02-13 18:19:26 -05:00
Richard Kenner
f33f79c0fd
(overflow_warning): Fix typo in warning message.
...
From-SVN: r11268
1996-02-13 18:16:06 -05:00
Richard Kenner
8ab0613ce7
(convert_move): Fix typo in extendqfh2 case.
...
From-SVN: r11267
1996-02-13 18:11:23 -05:00
Richard Kenner
7d4ea832ef
(SWITCH_TAKES_ARG): Use DEFAULT_SWITCH_TAKES_ARG.
...
From-SVN: r11266
1996-02-13 17:58:57 -05:00
Richard Kenner
815cf875cb
(DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.
...
(SWITCH_TAKES_ARG): Use it.
From-SVN: r11265
1996-02-13 17:55:17 -05:00
Richard Kenner
e3b776dcc4
(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified declaration to...
...
(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified
declaration to match an outside file scope declaration.
From-SVN: r11264
1996-02-13 17:47:16 -05:00
Jim Wilson
f6135b207a
(save_constants_in_decl_trees): New function.
...
(save_for_inline_copying, save_for_inline_nocopy): Call it.
From-SVN: r11263
1996-02-13 14:43:08 -08:00
Richard Kenner
53ac8a7b36
(reload): Make some non-group code no longer conditional on
...
SMALL_REGISTER_CLASSES.
From-SVN: r11262
1996-02-13 17:40:08 -05:00
Richard Kenner
27b6c4423a
(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.
...
From-SVN: r11261
1996-02-13 17:30:36 -05:00
Richard Kenner
3f6fe18e08
(expand_end_case): Don't use ADDR_DIFF_VEC for PIC if
...
ASM_OUTPUT_ADDR_DIFF_ELT is not defined.
From-SVN: r11260
1996-02-13 17:29:17 -05:00
Michael Meissner
979721f881
Cygwin32 support; Make eabi update stack first before doing stores in prolog
...
From-SVN: r11259
1996-02-13 19:19:40 +00:00
Jim Wilson
126e5b0d25
(store_constructor_field): Only call change_address if
...
bitpos is nonzero.
From-SVN: r11258
1996-02-13 10:28:57 -08:00
Richard Kenner
03075c1367
(CPP_SPEC): Add '-trigraphs' because IBM's h files contain them.
...
From-SVN: r11257
1996-02-13 08:20:56 -05:00
Richard Kenner
abf7b40ab2
(bc_pushcase): Fix precedence error.
...
From-SVN: r11256
1996-02-13 08:17:39 -05:00
Richard Kenner
3a42c8c332
(emit_reload_insns): Fix precedence errors.
...
From-SVN: r11255
1996-02-13 08:17:02 -05:00
Richard Kenner
2e53329bbc
(record_reg_life_pat): Fix precedence error.
...
From-SVN: r11254
1996-02-13 08:16:30 -05:00
Richard Kenner
9e3908374e
(jump_optimize): Fix potential infinite loop.
...
From-SVN: r11253
1996-02-13 08:15:42 -05:00
Richard Kenner
72c3833bfc
(gen_lowpart): Could return without a value.
...
From-SVN: r11252
1996-02-13 08:14:58 -05:00
Richard Kenner
01c82bbba1
(force_to_mode, num_sign_bit_copies, simplify_comparison): Fix
...
precedence errors.
From-SVN: r11251
1996-02-13 08:14:11 -05:00