aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger48-4948/+3095
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger20-1648/+1044
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell12-70/+164
2003-07-06Daily bump.GCC Administrator1-1/+1
2003-07-05* combine.c (nonzero_bits1): Fix a warning.Kazu Hirata2-2/+7
2003-07-05h8300.c (compute_mov_length): Correct the length of loading CONST0_RTX (SFmode).Kazu Hirata2-0/+9
2003-07-05toplev.c (output_clean_symbol_name): Remove.Nathan Sidwell4-29/+16
2003-07-05ggc.h: Follow spelling conventions.Kazu Hirata5-4/+11
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata32-36/+70
2003-07-05cppcharset.c: Use the correct return type for the fallback iconv macro.Zack Weinberg2-2/+7
2003-07-05Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>Zdenek Dvorak2-12/+15
2003-07-05re PR fortran/11301 (ICE with -fno-globals)Toon Moene2-1/+8
2003-07-05tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-1/+1
2003-07-05expr.c (expand_expr, [...]): When seeing if should use bitfield operations...Richard Kenner2-1/+10
2003-07-05genattrtab.c (write_attr_get): Revert part of last patch to always write out ...Andreas Jaeger3-3/+26
2003-07-05cfgloopmanip.c (force_single_succ_latches): Force latch to be different from ...Zdenek Dvorak2-1/+7
2003-07-05Missed one in last change.Andreas Schwab1-1/+1
2003-07-05m68k.c: Remove code protected by CRDS.Andreas Schwab3-203/+23
2003-07-05re PR driver/11417 (fortran options warned about in cc1 when *.F or -x f77-cp...Neil Booth2-2/+28
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi13-204/+99
2003-07-05call.c: Fix comment typos.Kazu Hirata15-65/+82
2003-07-05re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver)Kazu Hirata1-0/+1
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg30-1342/+2060
2003-07-05install.texi: Fix typos.Kazu Hirata4-3/+9
2003-07-05Daily bump.GCC Administrator1-1/+1
2003-07-05fptr.c: Fix comment typos.Kazu Hirata12-16/+30
2003-07-04re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver)Kazu Hirata1-0/+1
2003-07-04* gcc.c-torture/compile/20030704-1.c: New.Kazu Hirata2-0/+15
2003-07-042064.md: Change GNU CC to GCC.Ulrich Weigand11-130/+147
2003-07-04expr.c (do_store_flag): Pass in the correct result type when calling fold_sin...Jeff Law3-4/+14
2003-07-04* opts.c (common_handle_options): Negate sense of -falign- switches.Neil Booth2-4/+8
2003-07-04Fix it again.H.J. Lu1-1/+1
2003-07-04Fix typo.H.J. Lu1-1/+0
2003-07-04Makefile.tpl: Replace PWD with PWD_COMMAND.H.J. Lu9-46/+63
2003-07-04cfgloopanal.c (count_strange_loop_iterations): New static function.Zdenek Dvorak2-7/+134
2003-07-04install.texi: Even the g77 manpage is derived from the full g77 manual.Toon Moene2-2/+6
2003-07-04intl: New directory; see intl/ChangeLog for details.Zack Weinberg39-10665/+915
2003-07-04* gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.Kazu Hirata2-0/+5
2003-07-04aix51.h (TARGET_C99_FUNCTIONS): Define.Roger Sayle3-0/+15
2003-07-04PR c++/5287, PR c++/7910, PR c++/11021Danny Smith12-13/+241
2003-07-04PR c++/5287, PR c++/7910, PR c++/11021Danny Smith3-62/+227
2003-07-03Patch from Uwe Stieber.Uwe Stieber2-2/+11
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell15-361/+192
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi10-18/+70
2003-07-04Daily bump.GCC Administrator1-1/+1
2003-07-03cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed...Zdenek Dvorak5-288/+244
2003-07-032003-7-03 Devang Patel <dpatel@apple.com>Devang Patel2-1/+5
2003-07-03misc.c (gnat_argv): Revert last change.Matt Kraai2-4/+9
2003-07-03real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ...Roger Sayle8-3/+589
2003-07-03vector-defs.h: New file.Janis Johnson10-0/+255