- 04 Jan, 1999 10 commits
-
-
From-SVN: r24486
Dave Brolley committed -
cpplib.c (skip_if_group): Split out the logic that handles directive recognition to its own function. 1998-12-21 18:03 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> * cpplib.c (skip_if_group): Split out the logic that handles directive recognition to its own function. Don't use parse markers; use a bare pointer into the buffer. Use copy/skip_rest_of_line instead of doing it by hand. Remove `return on any directive' mode which was never used, and take only one argument. (consider_directive_while_skipping): New function, subroutine of skip_if_group. Logic streamlined a bit. (conditional_skip, do_elif, do_else): Call skip_if_group with only one argument. From-SVN: r24485
Zack Weinberg committed -
Wed Dec 23 17:30:18 1998 Zack Weinberg <zack@rabi.phys.columbia.edu> * cpplib.c (do_undef): EOF immediately after '#undef FOO' is not an error. From-SVN: r24484
Zack Weinberg committed -
From-SVN: r24483
Jason Merrill committed -
From-SVN: r24482
Jason Merrill committed -
* tree.c (bound_pmf_p): New fn. * typeck.c (build_c_cast): Use it. From-SVN: r24481
Jason Merrill committed -
From-SVN: r24480
Jason Merrill committed -
* mips-tdump.c (st_to_string, sc_to_string, glevel_to_string, lang_to_string, type_to_string): Make return type const char*. (print_symbol): Apply `const' keyword to a char*. (print_file_desc): Cast structure member `crfd' to ulong when comparing against one. * mips-tfile.c (pfatal_with_name): Apply `const' keyword to char*. (fatal, error): Add ATTRIBUTE_PRINTF_1 to prototypes. (progname, input_name): Apply `const' keyword to a char*. Don't redundantly include sys/stat.h. (alloc_info): Apply `const' keyword to a char*. (st_to_string, sc_to_string): Likewise. (hash_string): Cast variable `hash_string' to a symint_t when comparing against one. (add_string): Cast PAGE_USIZE to Ptrdiff_t when comparing against one. Likewise cast it to long when comparing against one. (add_local_symbol): Apply `const' keyword to a char*. (add_ext_symbol): Likewise. (add_unknown_tag): Likewise. (add_procedure): Cast a printf-style field width to an int. (add_file): Cast PAGE_USIZE to long when comparing against one (parse_begin): Cast a printf-style field width to an int. (parse_bend): Likewise. (parse_def): Likewise. (parse_end): Likewise. (mark_stabs): Mark parameter `start' with ATTRIBUTE_UNUSED. (parse_stabs_common): Fix format specifier. (parse_input): Change type of variable `i' to Size_t. (write_object): Fix arguments to match format specifiers. Cast variable `num_write' to long when comparing against one. (read_seek): Cast variable `sys_read' to symint_t when comparing against one. Fix arguments to match format specifiers. Cast variable `size' to long when comparing against one. (copy_object): Cast result of `sizeof' to int when comparing against one. Fix arguments to match format specifiers. Cast variable `ifd' to long when comparing against a signed value. Likewise, likewise. From-SVN: r24479
Kaveh R. Ghazi committed -
* c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL. * c-parse.in (label): Parse attributes after a label, and call `decl_attributes' to handle them. * gansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define. * genrecog.c (OUTPUT_LABEL, write_tree_1, write_tree): When generating labels, mark them with ATTRIBUTE_UNUSED_LABEL. * invoke.texi: Note that labels can be marked `unused'. From-SVN: r24478
Kaveh R. Ghazi committed -
From-SVN: r24477
Jeff Law committed
-
- 03 Jan, 1999 11 commits
-
-
From-SVN: r24473
Jeffrey A Law committed -
* optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing RTL for a compare/jump sequence. From-SVN: r24472
Jeffrey A Law committed -
optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a target with HAVE_cc0 defined. * optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a target with HAVE_cc0 defined. (emit_cmp_and_jump_insns): New function. * expr.h (emit_cmp_and_jump_insns): Prototype it. * loop.c (check_dbra_loop): Use it to replace calls to emit_cmp_insn and emit_jump_insn and to canonicalise the comparison if necessary. * unroll.c (unroll_loop): Likewise. From-SVN: r24471
Michael Hayes committed -
* fixincludes (sys/utsname.h): Provide forward declaration of struct utsname on Ultrix V4.[35]. From-SVN: r24470
Rainer Orth committed -
From-SVN: r24469
Jeff Law committed -
From-SVN: r24468
Jeff Law committed -
From-SVN: r24467
Rainer Orth committed -
* mips.md (div_trap): Use local labels instead of dot-relative branches. Works around bug in ultrix assemblers. From-SVN: r24466
Rainer Orth committed -
* pa.md (branch, negated branch): Handle (const_int 0) as first source operand. * pa.c (output_cbranch): Likewise. Should fix unrolling aborts on the PA. From-SVN: r24465
Jeffrey A Law committed -
From-SVN: r24464
Jeff Law committed -
* rs6000.c (rs6000_stack_info): Undo spurious part of last change. From-SVN: r24463
David Edelsohn committed
-
- 02 Jan, 1999 2 commits
-
-
From-SVN: r24462
Robert Lipe committed -
From-SVN: r24461
Jeff Law committed
-
- 01 Jan, 1999 5 commits
-
-
* extend.texi (__builtin_constant_p): Add missing @smallexample. From-SVN: r24460
Manfred Hollstein committed -
� * extend.texi (__builtin_constant_p): Add missing @smallexample. From-SVN: r24459
Manfred Hollstein committed -
* i386.md (doubleword shifts): Fix dumb mistakes in previous change. From-SVN: r24457
Jeff Law committed -
� * i386.md (doubleword shifts): Fix dumb mistakes in previous change. From-SVN: r24456
Jeff Law committed -
From-SVN: r24455
Jeff Law committed
-
- 31 Dec, 1998 2 commits
-
-
From-SVN: r24454
Jeff Law committed -
* m68k.md (adddi_dilshr32): Allow all operands to be registers too. (adddi_dishl32): Similarly. From-SVN: r24452
Jeffrey A Law committed
-
- 30 Dec, 1998 9 commits
-
-
* cse.c (invalidate_skipped_block): Call invalidate_from_clobbers for each insn in the skipped block. Fixes m68k codegen bug. From-SVN: r24450
Jeffrey A Law committed -
reload1.c (reload_as_needed): Verify that the insn satisfies its constraints after replacing a register... * reload1.c (reload_as_needed): Verify that the insn satisfies its constraints after replacing a register address with an autoincrement address for reload inheritance purposes. From-SVN: r24449
Jeffrey A Law committed -
From-SVN: r24448
Jeffrey A Law committed -
From-SVN: r24447
Zack Weinberg committed -
From-SVN: r24446
David O'Brien committed -
From-SVN: r24445
Geoffrey Noer committed -
* loop.c (check_dbra_loop): While reversing the loop, if the comparison value has a VOID mode use the mode of the other operand to compute the mask. From-SVN: r24444
Andreas Schwab committed -
From-SVN: r24443
Michael Meissner committed -
* gcc.texi (Non-bugs): ``Empty'' loops will be optimized away in the future; indeed that already happens in some cases. From-SVN: r24442
Gerald Pfeifer committed
-
- 29 Dec, 1998 1 commit
-
-
From-SVN: r24441
Richard Henderson committed
-