aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-08-04* gcc.dg/cpp/separate-1.c: New test.Alexandre Oliva2-0/+16
2003-08-04config.in: Remove HAVE_LSTAT.Neil Booth4-5/+7
2003-08-04re PR c++/11713 (declaration conflicts)Mark Mitchell2-0/+48
2003-08-04Daily bump.GCC Administrator1-1/+1
2003-08-03opts.c (decode_options): Do language-specific initialization for the global d...Gabriel Dos Reis5-0/+36
2003-08-03pretty-print.h: Adjust macro definitions.Gabriel Dos Reis3-50/+52
2003-08-03builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.Kaveh R. Ghazi2-6/+11
2003-08-03re PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in...Nathan Sidwell4-0/+45
2003-08-03re PR c++/11766 (ICE in comp_ptr_ttypes_real)Nathan Sidwell3-1/+39
2003-08-03*** empty log message ***Neil Booth1-0/+3
2003-08-03* cppexp.c (parse_defined): Warn only if -pedantic.Neil Booth2-1/+5
2003-08-03re PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860)Kriang Lerdsuwanakij2-0/+24
2003-08-03cppfiles.c (stack_file): Use file path.Neil Booth4-2/+10
2003-08-03builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle6-73/+52
2003-08-03linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.Kaz Kojima2-8/+16
2003-08-03Daily bump.GCC Administrator1-1/+1
2003-08-02builtins-1.c: Add macro helpers.Kaveh R. Ghazi6-184/+191
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell9-32/+80
2003-08-02cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth9-60/+107
2003-08-02cppfiles.c (ENOTDIR): Remove.Neil Booth2-86/+98
2003-08-02cp-tree.h (pushclass): Remove unneeded parameter.Nathan Sidwell5-43/+35
2003-08-02libgcov.c (gcov_exit): Cleanup and fix.Zdenek Dvorak3-81/+114
2003-08-02* builtins.def: Categorize.Kaveh R. Ghazi2-92/+101
2003-08-02builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding.Kaveh R. Ghazi2-4/+10
2003-08-02003-08-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2-0/+8
2003-08-02typeck2.c (add_exception_specifier): Use 'bool' where appropriate.Nathanael Nerode2-6/+10
2003-08-02Daily bump.GCC Administrator1-1/+1
2003-08-02cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedg...Jakub Jelinek4-8/+50
2003-08-01fixfixes.c, [...]: ANSIfy function prototypes and defintions.Nathanael Nerode9-162/+85
2003-08-01* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.Rainer Orth2-1/+5
2003-08-01inclhack.def (broken_cabs): Make matching more generous.Nathanael Nerode3-7/+12
2003-08-01except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to...Richard Kenner2-3/+8
2003-08-01sourcebuild.texi (Front End Directory): Don't make references to libsubdir, i...Geoffrey Keating6-37/+53
2003-08-01system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.Richard Henderson5-11/+39
2003-08-01re PR c++/11697 (Failure to diagnose class template redeclaration via using d...Mark Mitchell7-7/+77
2003-08-01c-decl.c (gettags, [...]): Delete.Zack Weinberg4-288/+286
2003-08-01* builtins.def: Resort builtins.Kaveh R. Ghazi2-8/+12
2003-08-01builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with st...Kaveh R. Ghazi2-911/+196
2003-08-01builtins.def (ATTR_MATHFN_ERRNO, [...]): New macros.Kaveh R. Ghazi2-96/+59
2003-08-01Fix whitespace in last entry.Ulrich Weigand1-1/+1
2003-08-01s390.c (s390_select_ccmode): Do not attempt to use CCL, CCL1, or CCL2 modes w...Andreas Krebbel3-4/+171
2003-08-01re PR c++/7983 (ICE for friend declaration using typedef in class template)Kriang Lerdsuwanakij2-0/+17
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij18-171/+210
2003-08-01parser.c (cp_parser_init_declarator, [...]): Reformat.Nathan Sidwell3-21/+18
2003-08-01Makefile.in: Refine dependencies.Neil Booth8-43/+59
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell9-99/+322
2003-08-01typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the compound exp...Nathan Sidwell4-0/+66
2003-08-01re PR c++/11525 (ICE/segfault on C++ code)Nathan Sidwell4-5/+47
2003-08-01config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.SUGIOKA Toshinobu2-1/+6
2003-08-01re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell5-2/+31