aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-03-11configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook3-51/+65
2004-03-11Daily bump.GCC Administrator1-1/+1
2004-03-10optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.Uros Bizjak8-0/+223
2004-03-10invoke.texi (ARM Options): Fix -mpfu typo.Anthony Green2-1/+5
2004-03-10aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...David Edelsohn7-72/+54
2004-03-10fold-const.c (tree_expr_nonnegative_p): Add more builtin cases.Kaveh R. Ghazi4-0/+219
2004-03-10rs6000-c.c (rs6000_cpu_cpp_builtins): Define __LONGDOUBLE128 on AIX.David Edelsohn2-1/+10
2004-03-10re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epi...Andrew Haley1-0/+1
2004-03-10function.c (expand_function_end): Emit a blockage insn before the epilogue wh...Andrew Haley3-4/+21
2004-03-10re PR target/14480 (gcc/config/rs6000/t-rtems is missing)Joel Sherrill2-1/+6
2004-03-10dbxout.c (dbxout_symbol_location): Do not output references to optimized-out ...Ulrich Weigand2-4/+25
2004-03-10ia64.md (divsi3, udivsi3): Remove unused variable twon34_r.Andreas Schwab2-2/+5
2004-03-09Testsuite changes for new -Wstrict-aliasing=2 option.James E Wilson3-1/+22
2004-03-09New option -Wstrict-aliasing=2.James E Wilson8-7/+51
2004-03-09re PR bootstrap/12371 ([m68k-linux] bootstrap error in make compare)Roman Zippel3-7/+44
2004-03-10ia64.md (divsi3): Fix algorithm.Steve Ellcey3-9/+35
2004-03-10system.h (SUNOS4_SHARED_LIBRARIES): Poison.Ian Lance Taylor6-291/+13
2004-03-10Daily bump.GCC Administrator1-1/+1
2004-03-10re PR other/14474 (make dvi breaks for "TeX (Web2C 7.3.1) 3.14159")Hans-Peter Nilsson2-0/+61
2004-03-09hpux.h (MULTILIB_DEFAULTS): Define.Zack Weinberg2-1/+8
2004-03-09* c-decl.c (last_function_parms, last_function_parm_tags)Zack Weinberg4-132/+176
2004-03-09ifcvt.c (noce_try_sign_mask): New function to transform "x = (y < 0) ? z ...Roger Sayle4-0/+103
2004-03-09c-typeck.c (tagged_types_tu_compatible_p): Fix typo.Andrew Pinski2-1/+6
2004-03-09re PR c++/14397 (Access check for wrong copy constructor)Nathan Sidwell4-3/+36
2004-03-09* call.c (initialize_reference): Fix typo.Mark Mitchell2-1/+5
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle8-85/+86
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo6-9/+84
2004-03-09* config/m32r/m32r.md: Remove all define_peephole's.Kazu Hirata2-58/+4
2004-03-09* config/rs6000/rs6000.md: Remove trailing whitespace.Alan Modra2-52/+56
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell4-0/+34
2004-03-09rewrap commentJason Merrill1-2/+2
2004-03-09Fix typoMark Mitchell1-1/+1
2004-03-09re PR c++/14432 (Built-ins lead to conflict even if no header file included)Mark Mitchell4-7/+30
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell21-162/+146
2004-03-09Makefile.in (site.exp): Add libiconv variable definition.Eric Christopher4-17/+32
2004-03-09* configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2-4/+8
2004-03-09re PR target/14480 (gcc/config/rs6000/t-rtems is missing)Joel Sherrill2-0/+91
2004-03-09Daily bump.GCC Administrator1-1/+1
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill6-33/+42
2004-03-08re PR middle-end/14289 (ICE in a register array)Roger Sayle7-5/+62
2004-03-08s390.md ("*extendqidi2_short_displ"): Add CC clobber.Ulrich Weigand2-2/+9
2004-03-08re PR debug/14079 (wrong debug info for extern boolean variable in debug mode)Matt Austern2-2/+12
2004-03-08pdp11.c (comparison_operator_index): Remove.Kazu Hirata3-51/+7
2004-03-08expr.c (highest_pow2_factor_for_type): Rename into highest_pow2_factor_for_ta...Eric Botcazou4-9/+46
2004-03-08rs6000.c: Formatting fix.Alan Modra2-2/+6
2004-03-08rs6000.c (rs6000_override_options): Don't override -msoft-float by -mcpu.Alan Modra2-16/+11
2004-03-08rs6000.md (ashrdi3): Do not call ashrdi3_no_power for little endian.Aldy Hernandez2-3/+11
2004-03-08fold-const.c (tree_expr_nonnegative_p): Reformat checks for builtins.Kaveh R. Ghazi2-53/+29
2004-03-08re PR target/14471 (Workaround for errata regarding multiplication bug)Hans-Peter Nilsson1-0/+8
2004-03-08re PR target/14471 (Workaround for errata regarding multiplication bug)Hans-Peter Nilsson8-498/+1318