aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-10-21tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin8-173/+46
2006-10-21Daily bump.GCC Administrator1-1/+1
2006-10-20re PR c++/28053 (ICE deriving from class with invalid bitfield)Lee Millward5-1/+56
2006-10-20* gcc.dg/tree-ssa/ivopts-2.c: Match final candidates line only.Adam Nemet2-1/+5
2006-10-19invoke.texi: Fixed "denormal" typo.Brooks Moses2-1/+5
2006-10-20Daily bump.GCC Administrator1-1/+1
2006-10-19install.texi (Downloading GCC): Clarify mention of Fortran in the "full distr...Brooks Moses2-5/+10
2006-10-19Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin9-160/+763
2006-10-19re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert2-3/+205
2006-10-19fold-const.c (add_double): Rename to add_double_with_sign.Eric Botcazou5-28/+86
2006-10-19invoke.texi (Score Options): New section.Chen Liqin8-23/+154
2006-10-19Fix spelling typo in commentNick Clifton2-1/+5
2006-10-19[multiple changes]Paul Thomas15-12/+200
2006-10-19* doc/install.texi (Prerequisites): Mention automake 1.9.6.Tom Tromey2-2/+6
2006-10-19* sv.po: Update.Joseph Myers2-591/+602
2006-10-19Daily bump.GCC Administrator1-1/+1
2006-10-18re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope sta...Jan Hubicka2-1/+12
2006-10-18eb133b.C: Add XFAILed error for 'using namespace std' without previous declar...Geoffrey Keating3-4/+9
2006-10-18omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT,...Marcin Dalecki2-1/+6
2006-10-18primary.c: Revert 'significand'-to-'significant' comment change.Tobias Burnus3-4/+10
2006-10-18re PR c++/26884 (Misleading diagnostic for invalid array initializer)Mark Shinwell2-0/+15
2006-10-18re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle3-4/+49
2006-10-18Daily bump.GCC Administrator1-1/+1
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward6-10/+51
2006-10-17parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.Mark Mitchell2-0/+6
2006-10-17re PR c++/28261 (ICE with enum in constructor definition)Mark Mitchell4-14/+81
2006-10-17re PR c++/29039 (implicitly defined constructor for class with reference member)Mark Mitchell5-4/+28
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell7-14/+22
2006-10-17contraints.md: New file.Wolfgang Gellerich6-175/+565
2006-10-17Add PR number to ChangeLog entry.Richard Sandiford1-0/+1
2006-10-17linux.h (SUBTARGET_CC1_SPEC): Override.Andrew Pinski3-3/+14
2006-10-16Makefile.in: Add TEXI2PDF definition.Brooks Moses3-2/+21
2006-10-17sysv4.h (DBX_REGISTER_NUMBER): Move to rs6000.h.Geoffrey Keating3-14/+22
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell5-3/+26
2006-10-17arm.c (arm_rtx_costs_1): Handle multiply-accumulate.Paul Brook2-0/+12
2006-10-17Fix typoMike Stump1-1/+1
2006-10-17Daily bump.GCC Administrator1-1/+1
2006-10-16re PR c++/29408 (parse error for valid code)Mark Mitchell4-0/+19
2006-10-16re PR c++/29435 (seg fault with sizeof and templates)Mark Mitchell4-3/+31
2006-10-16* doc/invoke.texi (Darwin Options): Document -mkernel.Mike Stump2-1/+12
2006-10-16[multiple changes]Paul Thomas6-2/+82
2006-10-16* g++.dg/other/unused1.C : Match on '.ascii\t"name\000"' also.David Daney2-2/+6
2006-10-16asm-4.c: Fix inline asm for darwin x86_64.Eric Christopher2-0/+11
2006-10-16contrib.texi, [...]: Standardize on "GNU Fortran" as the official name of the...Brooks Moses4-21/+27
2006-10-16darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support.Mike Stump9-8/+184
2006-10-16sourcebuild.texi, [...]: Added mention of "make pdf" target, and Texinfo requ...Brooks Moses4-10/+34
2006-10-16s390.c (s390_decompose_address): Allow symbol+offset into the GOT in case we ...DJ Delorie2-1/+5
2006-10-16re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...Mark Mitchell6-14/+62
2006-10-16io.c (gfc_match_close): Ensure that status is terminated by a NULL element.Kaz Kojima2-1/+6
2006-10-16trans-stmt.c: Fix a typoTobias Burnus6-6/+14