builtins.c (expand_builtin): When not optimizing...
[gcc.git] / gcc /
2003-08-06 Roger Saylebuiltins.c (expand_builtin): When not optimizing...
2003-08-05 Alexandre Olivac.opt: Introduce -fworking-directory.
2003-08-05 Gabriel Dos Reispretty-print.h (pp_set_line_maximum_length): Make macro.
2003-08-05 Tom Tromeyre PR java/11600 (CloneNotSupportedException not checke...
2003-08-05 Chris Demetrioumips.md (fix_truncdfsi2_macro): Properly restore "...
2003-08-05 Steven Bosschertree.h (DID_INLINE_FUNC): Remove macro.
2003-08-05 Josef Zlomek* gcse.c (try_replace_reg): Fix updating of note.
2003-08-05 GCC AdministratorDaily bump.
2003-08-04 Janis Johnsonre PR target/11739 (i386 prefetch tests need to made...
2003-08-04 Roger Saylere PR middle-end/11771 (Segfault with simple double...
2003-08-04 Roger Saylefold-const.c (fold <PLUS_EXPR>): Transform x+x into...
2003-08-04 Roger Saylec-common.c (flag_noniso_default_format_attributes)...
2003-08-04 Richard Sandifordmips.c (override_options): Disable -G on targets that...
2003-08-04 Nathanael Nerodeinclhack.def (svr4_undeclared_getrnge): Introduce and...
2003-08-04 Tom Tromeyjava-tree.h (METHOD_TRANSIENT): Removed.
2003-08-04 Alexandre Olivac-ppoutput.c (cb_line_change): Don't skip line changing...
2003-08-04 Alexandre Oliva* gcc.dg/cpp/separate-1.c: New test.
2003-08-04 Neil Boothconfig.in: Remove HAVE_LSTAT.
2003-08-04 Mark Mitchellre PR c++/11713 (declaration conflicts)
2003-08-04 GCC AdministratorDaily bump.
2003-08-03 Gabriel Dos Reisopts.c (decode_options): Do language-specific initializ...
2003-08-03 Gabriel Dos Reispretty-print.h: Adjust macro definitions.
2003-08-03 Kaveh R. Ghazibuiltins.def (BUILT_IN_ABS, [...]): Move to miscellaneo...
2003-08-03 Nathan Sidwellre PR c++/11704 (ICE in type_dependent_expression_p...
2003-08-03 Nathan Sidwellre PR c++/11766 (ICE in comp_ptr_ttypes_real)
2003-08-03 Neil Booth*** empty log message ***
2003-08-03 Neil Booth* cppexp.c (parse_defined): Warn only if -pedantic.
2003-08-03 Kriang Lerdsuwanakijre PR c++/9453 (ICE in is_specialization_of, at cp...
2003-08-03 Neil Boothcppfiles.c (stack_file): Use file path.
2003-08-03 Roger Saylebuiltin-types.def (BT_SSIZE): New primitive type.
2003-08-03 Kaz Kojimalinux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
2003-08-03 GCC AdministratorDaily bump.
2003-08-02 Kaveh R. Ghazibuiltins-1.c: Add macro helpers.
2003-08-02 Nathan Sidwellre PR c++/9447 (using Base<T>::member does not work)
2003-08-02 Neil Boothcppfiles.c (struct _cpp_file): Rename once_only_next...
2003-08-02 Neil Boothcppfiles.c (ENOTDIR): Remove.
2003-08-02 Nathan Sidwellcp-tree.h (pushclass): Remove unneeded parameter.
2003-08-02 Zdenek Dvoraklibgcov.c (gcov_exit): Cleanup and fix.
2003-08-02 Kaveh R. Ghazi* builtins.def: Categorize.
2003-08-02 Kaveh R. Ghazibuiltins.def (BUILT_IN_CABS, [...]): Mind fp rounding.
2003-08-02 Andreas Tobler003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
2003-08-02 Nathanael Nerodetypeck2.c (add_exception_specifier): Use 'bool' where...
2003-08-02 GCC AdministratorDaily bump.
2003-08-01 Jakub Jelinekcfgcleanup.c (outgoing_edges_match): Check REG_EH_REGIO...
2003-08-01 Nathanael Nerodefixfixes.c, [...]: ANSIfy function prototypes and defin...
2003-08-01 Rainer Orth* ggc-common.c (gt_pch_restore): Case MAP_FAILED to...
2003-08-01 Nathanael Nerodeinclhack.def (broken_cabs): Make matching more generous.
2003-08-01 Richard Kennerexcept.c (sjlj_emit_dispatch_table): Use ptr_mode,...
2003-08-01 Geoffrey Keatingsourcebuild.texi (Front End Directory): Don't make...
2003-08-01 Richard Hendersonsystem.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
2003-08-01 Mark Mitchellre PR c++/11697 (Failure to diagnose class template...
2003-08-01 Zack Weinbergc-decl.c (gettags, [...]): Delete.
2003-08-01 Kaveh R. Ghazi* builtins.def: Resort builtins.
2003-08-01 Kaveh R. Ghazibuiltins.def (DEF_GCC_BUILTIN, [...]): Prepend "__built...
2003-08-01 Kaveh R. Ghazibuiltins.def (ATTR_MATHFN_ERRNO, [...]): New macros.
2003-08-01 Ulrich WeigandFix whitespace in last entry.
2003-08-01 Andreas Krebbels390.c (s390_select_ccmode): Do not attempt to use...
2003-08-01 Kriang Lerdsuwanakijre PR c++/7983 (ICE for friend declaration using typede...
2003-08-01 Kriang LerdsuwanakijPR c++/8442, c++/8806
2003-08-01 Nathan Sidwellparser.c (cp_parser_init_declarator, [...]): Reformat.
2003-08-01 Neil BoothMakefile.in: Refine dependencies.
2003-08-01 Nathan Sidwellre PR c++/11295 (ICE when using a non-trivial object...
2003-08-01 Nathan Sidwelltypeck.c (build_compound_expr): If RHS is a TARGET_EXPR...
2003-08-01 Nathan Sidwellre PR c++/11525 (ICE/segfault on C++ code)
2003-08-01 SUGIOKA Toshinobuconfig.gcc (sh-*-linux*): Do not override sh/t-linux...
2003-08-01 Nathan Sidwellre PR c++/9447 (using Base<T>::member does not work)
2003-08-01 Kaveh R. Ghazibuiltin-types.def: Use `LONGDOUBLE' instead of `LONG_DO...
2003-08-01 Jason Merrilltweak
2003-08-01 Jason MerrillMakefile.in (bubblestrap): Don't require a previous...
2003-08-01 Roger Saylefold-const.c (fold <MULT_EXPR>): Optimize both x*pow...
2003-08-01 GCC AdministratorDaily bump.
2003-07-31 Geoffrey KeatingMakefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2003-07-31 Nathanael Nerodeinclhack.def (stdio_va_list): Avoid bogus replacement...
2003-07-31 Jakub Jelineki386.c (legitimate_pic_address_disp_p): Disallow TLS...
2003-07-31 Richard Kenner* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCT...
2003-07-31 Richard Kenner* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCT...
2003-07-31 Per Bothneropts.c (in_fnames, [...]): Moved here from c-opts.
2003-07-31 Zdenek Dvorakcombine.c (try_combine): Set JUMP_LABEL for newly creat...
2003-07-31 Zdenek Dvorak* fold-const.c (fold): Fold some comparisons of bit...
2003-07-31 Andrew Pinskicrash18.C: Remove.
2003-07-31 Jan Hubickacgraph.c (create_edge): Fix typo.
2003-07-31 Nathan Sidwellgcov.texi (Invoking Gcov): Describe output name manglin...
2003-07-31 Rainer Orthre PR bootstrap/9330 ([alpha-osf]small alphaev56-dec...
2003-07-31 Rainer Orthconfigure.in (gcc_cv_ld_hidden): Also disable on mips...
2003-07-31 Nathan Sidwellpt.c (coerce_template_parms): Refactor.
2003-07-31 Nathan Sidwellre PR c++/11347 (Error on valid expression in default...
2003-07-31 Nathan Sidwellpt.c (coerce_template_template_parms, [...]): Reformat.
2003-07-31 Vladimir MakarovPrevent interblock move of CC0 setter.
2003-07-31 Kaveh R. Ghazi* com.c (ffecom_init_0): Use `dconsthalf'.
2003-07-31 Roger Sayle* builtins.def: Alphabetize.
2003-07-31 Matt Kraaic-tree.texi: Normalize spellings of "lowercase" and...
2003-07-31 Matt Kraai* objc/Make-lang.in (objc.stage1, objc.stage2, objc...
2003-07-31 Chris Demetrioumips.h (SIZE_TYPE, [...]): Undef these macros before...
2003-07-31 GCC AdministratorDaily bump.
2003-07-30 Jan Hubickadecl2.c (maybe_make_one_only): Use mark_referenced.
2003-07-30 Ulrich Weigands390.md (UNSPEC_ROUND, [...]): New constants.
2003-07-30 Jan Hubicka* gcse.c (insert_store): Fix typo in previous patch.
2003-07-30 Andrew Pinskire PR target/11565 (gcc.dg/i386-387-1.c test flawed...
2003-07-30 Neil Booth* cppfiles.c (stack_file, open_file_failed): Use path...
2003-07-30 Andi Kleen* loop.c (check_dbra_loop): Allow LTU in the loop condi...
next