aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth9-23/+47
2003-05-11Fix expected error message.Kriang Lerdsuwanakij1-1/+1
2003-05-11int8421.f: New test.Toon Moene2-0/+24
2003-05-11re PR fortran/10726 (Documentation for function "IDate Intrinsic (Unix)" is w...Toon Moene5-10/+30
2003-05-11re PR c++/689 ([diagnostic] this warning is not helpful: `class xxxx' only de...Gabriel Dos Reis5-2/+25
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij4-2/+41
2003-05-11re PR c++/10552 (Small sample using nested templates causes internal compiler...Kriang Lerdsuwanakij4-0/+54
2003-05-11builtins: New directory.Richard Sandiford33-237/+505
2003-05-11reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's patch.Alexandre Oliva2-9/+8
2003-05-11diagnostic.c: Reorder functions for clarity...Zack Weinberg2-340/+364
2003-05-11Daily bump.GCC Administrator1-1/+1
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand11-103/+120
2003-05-10* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.Alexander Aganichev2-1/+5
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell8-129/+177
2003-05-10Properly remove previous patch.Richard Kenner1-8/+0
2003-05-10defer a mistake until laterBruce Korb1-7/+7
2003-05-10* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij2-0/+9
2003-05-10arm.md (DOM_CC_X_AND_Y, [...]): New constants.Richard Earnshaw4-20/+94
2003-05-10revert: vxxscale.h, [...]: New files.Richard Kenner8-219/+4
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij15-60/+115
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij6-50/+132
2003-05-10alpha.c (alpha_start_function): Declare frame_size as unsigned to avoid signe...Roger Sayle2-1/+6
2003-05-09stdarg1.C: Make sure arg "3" is passed as a long, and not an int.DJ Delorie2-1/+6
2003-05-10Daily bump.GCC Administrator1-1/+1
2003-05-09xtensa.c (xtensa_emit_loop_end): Only use "nop.n" instruction if the Xtensa d...Bob Wilson2-2/+7
2003-05-09Treelang fixes including built failures on PPC and others.Tim Josling5-8/+31
2003-05-09mklibgcc.in: Remove extra quotes.Matt Kraai2-1/+5
2003-05-09rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void.Mark Mitchell2-2/+6
2003-05-09vxxscale.h, [...]: New files.Olivier Hainque8-0/+223
2003-05-09reload1.c (reload_cse_move2add): Don't turn an implicit truncation into a sel...Alexandre Oliva2-4/+22
2003-05-09* arm.md (clzsi2): The CLZ instruction is predicable.Richard Earnshaw2-1/+6
2003-05-09* config/xtensa/xtensa.c: Formatting.Bob Wilson2-60/+64
2003-05-09tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS...Diego Novillo2-1/+7
2003-05-09PR c++/10555, c++/10576Kriang Lerdsuwanakij4-0/+39
2003-05-09tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand.Diego Novillo2-1/+6
2003-05-09toplev.h (warning_with_file_and_line): Don't declare.Gabriel Dos Reis3-36/+7
2003-05-09c-parse.in (if_stmt_locus): New object.Gabriel Dos Reis4-11/+27
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra15-80/+94
2003-05-09Daily bump.GCC Administrator1-1/+1
2003-05-08stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for whi...DJ Delorie4-19/+47
2003-05-0820020404-1.x: New, skip for 16-bit targets.DJ Delorie7-0/+35
2003-05-08mklibgcc.in: Use mkinstalldirs when installing multilib directories.Aldy Hernandez2-2/+7
2003-05-08sh.c (gen_block_redirect, [...]): Use CODE_FOR_jump_compact instead of CODE_F...J"orn Rennecke2-3/+8
2003-05-08objc-act.c (error_with_ivar): Don't use error_with_file_and_line.Gabriel Dos Reis2-10/+11
2003-05-08stmt.c (emit_locus): New macro.Gabriel Dos Reis2-16/+27
2003-05-08Fix an entry.David O'Brien1-0/+1
2003-05-08* g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.Kaveh R. Ghazi2-1/+3
2003-05-08c-decl.c (define_label): Tidy.Gabriel Dos Reis2-29/+31
2003-05-08builtins.c (readonly_data_expr): New function.Kaveh R. Ghazi4-21/+88
2003-05-08re PR fortran/8485 (g77 doesn't accept INTEGER*8 constant in PARAMETER multip...Roger Sayle5-16/+130