aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-10-21builtins.c (expand_builtin_int_roundingfn_2): New function.Richard Guenther2-6/+99
2006-10-21re PR rtl-optimization/19398 (secondary reloads don't consider "m" alternatives)Uros Bizjak2-0/+28
2006-10-21i386.md (extendsfdf2, [...]): Do not force operand1 to register if both opera...Uros Bizjak2-19/+15
2006-10-21configure.in: Require GMP-4.1+ and MPFR-2.2+.Kaveh R. Ghazi7-20/+25
2006-10-21re PR tree-optimization/3511 (Inlined strlen() could be smarter)Richard Guenther4-0/+44
2006-10-21re PR middle-end/26898 (Fold does not fold signed + CST1 CMP signed + CST2)Richard Guenther5-0/+80
2006-10-21re PR target/19116 (-funsafe-math-optimizations make nan compares equal to on...Richard Guenther3-3/+11
2006-10-21builtins.c (fold_builtin_classify): Fix typo.Richard Guenther2-1/+5
2006-10-21re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)Richard Guenther2-2/+10
2006-10-21re PR target/29512 (compile time hog / deadloop.)Richard Guenther2-42/+8
2006-10-21* BASE-VER: Set to 4.3.0.Mark Mitchell2-1/+5
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