aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch
AgeCommit message (Expand)AuthorFilesLines
2001-03-02remove spurious codeNick Clifton1-11/+0
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner2-0/+7
2001-02-15Fix typosDJ Delorie1-2/+2
2001-02-15Makefile.in (install-common): Don't depend on installdirs here.Jim Meyering2-2/+7
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner8-50/+56
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi3-7/+8
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi4-8/+13
2001-01-05lang-options.h: Bring comment in line with reality.Phil Edwards1-5/+2
2000-12-12configure.in: Simplify language enabling/disabling code.Alexandre Oliva1-1/+4
2000-12-08configure.in: Don't define INSTALL_INFO.Joseph Myers2-5/+12
2000-12-08safe-ctype.h: New file.Zack Weinberg2-586/+591
2000-12-06actions.h: Standarize copyright statement.Rodney Brown14-13/+28
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers3-3/+8
2000-11-05Makefile.in: Remove all targets related to building distributions and diffs, ...Joseph Myers2-13/+5
2000-11-03In gcc/:Geoff Keating4-20/+15
2000-10-07Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf.Joseph Myers2-2/+6
2000-10-05* decl.c (finish_chill_function): Don't init can_reach_end.Richard Henderson2-3/+4
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-2/+1
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg4-52/+11
2000-08-29top level:Zack Weinberg3-3/+8
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell2-2/+6
2000-08-21lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.Nix2-2/+8
2000-08-07* decl.c: Fix a comment typo.Kazu Hirata2-1/+5
2000-08-05[multiple changes]Zack Weinberg3-8/+10
2000-07-31Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through...Zack Weinberg2-1/+5
2000-07-31* Makefile.in: Remove naked "^L".Casper Dik2-1/+5
2000-07-13gcc.c (do_spec_1): Add new %B operator.Zack Weinberg2-20/+10
2000-07-12gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi...Zack Weinberg1-4/+4
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek3-1/+17
2000-06-13Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not $(INSTALL_PRO...Maciej W. Rozycki2-2/+7
2000-06-11Warning fixes:Kaveh R. Ghazi3-6/+17
2000-06-06configure.in (AC_C_INLINE): Added.Philipp Thomas3-9/+32
2000-06-03* chill.texi (INFO-DIR-ENTRY): Fix chill entry.Jeffrey A Law2-1/+5
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson2-0/+17
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner3-5/+12
2000-05-18* Makefile.in (hash.h): Delete a redundant use of gawk and sed.Chris Demetriou2-4/+6
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney2-2/+8
2000-05-09top level:Zack Weinberg8-34/+34
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi2-1/+5
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-2/+2
2000-04-18cccp.c, [...]: Removed.Zack Weinberg3-4/+6
2000-04-03Should have been committed with previous batchZack Weinberg1-0/+4
2000-04-03gcc.c (C specs): Pass -f(no-)show-column to the preprocessor.Zack Weinberg1-0/+1
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner2-1/+5
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner3-3/+10
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner2-106/+169
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2-1/+5
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner4-8/+21
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis2-4/+4
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner4-48/+47