aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-01Daily bump.GCC Administrator1-1/+1
2004-11-01Convert diagnostics to use quoting flag q 8/nGabriel Dos Reis2-41/+52
2004-11-01re PR c++/15172 (Copy constructor optimization in aggregate initialization)Mark Mitchell4-17/+66
2004-10-31re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle4-14/+24
2004-10-31mips.c (mips_cannot_change_mode_class): Use a stricter mode check.Richard Sandiford2-21/+35
2004-10-31* c-common.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-31re PR middle-end/17526 (libcpp is miscompiled with -fno-pcc-struct-return -O2)Jason Merrill2-3/+12
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski8-30/+108
2004-10-31sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types.Danny Smith2-0/+10
2004-10-31c-common.c (catenate_strings): New.Gabriel Dos Reis4-12/+60
2004-10-31re PR fortran/17590 (Standard conformance should take intrinsics into account.)Janne Blomqvist6-392/+492
2004-10-31Daily bump.GCC Administrator1-1/+1
2004-10-30sh.c (calc_live_regs): Declare reg as unsigned and modify the for loop expres...Kaz Kojima2-10/+18
2004-10-30re PR rtl-optimization/18084 (setfill coupled with inline function: incorrect...Roger Sayle2-0/+37
2004-10-30re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern6-4/+37
2004-10-30invoke.texi (Darwin Options): Improve description of how the subtype is chosen.Geoffrey Keating2-4/+22
2004-10-30re PR middle-end/18096 (internal compiler error: in final_scan_insn, at final...Roger Sayle4-1/+32
2004-10-30* gcc.dg/pr17581-1.c: Add missing prototype for abort.Roger Sayle2-0/+6
2004-10-30f95-lang.c (lang_tree_node): Add chain_next to be the TREE_CHAIN.Andrew Pinski2-1/+6
2004-10-30simplify.c (twos_complement): Calculate mask in GMP arithmetic.Tobias Schlüter2-9/+11
2004-10-30trans.c (gfc_trans_code): Set global locus after recursing.Tobias Schlüter2-4/+9
2004-10-30check.c (gfc_check_rand): Allow missing optional argument.Canqun Yang3-3/+15
2004-10-30* tree-ssa-dom.c: Fix comment typos.Kazu Hirata2-2/+6
2004-10-30sh.c (prepare_move_operands): Use operands[0] for the output rtl if no_new_ps...Kaz Kojima2-2/+7
2004-10-30re PR c/16666 (dremf type conflict)Joseph Myers10-3/+122
2004-10-30bf-ms-attrib.c: Add protototype for abort.Danny Smith2-1/+6
2004-10-30Back out previous accidental commit.Geoffrey Keating1-2/+0
2004-10-30darwin.h (ASM_SPEC): Simplify.Geoffrey Keating6-24/+68
2004-10-30* de.po: Update.Joseph Myers2-452/+460
2004-10-30re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case...Roger Sayle5-4/+52
2004-10-30Daily bump.GCC Administrator1-1/+1
2004-10-30* tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN.Kazu Hirata2-4/+4
2004-10-29tree-ssa-dom.c (struct edge_info): New structure holding edge equivalences an...Jeff Law2-363/+511
2004-10-29* config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.Geoffrey Keating2-0/+5
2004-10-29* config/rs6000/darwin-tramp.asm: Make more 64-bit-friendly.Stan Shebs2-22/+46
2004-10-29tree-phinodes.c (allocate_phi_node): New.Kazu Hirata2-58/+49
2004-10-29sysv4.h (TARGET_POWER): Define as 0.David Edelsohn3-0/+13
2004-10-29* pt.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-29tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.Kazu Hirata3-11/+15
2004-10-29* opts.c (decode_options): Lower the crossjump threshold for -Os.Richard Earnshaw2-0/+7
2004-10-29* tree.h (struct tree_ssa_name): Remove field 'equiv'.Diego Novillo2-2/+4
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell21-95/+124
2004-10-29typeck.c (composite_pointer_type): Remove comment about DR 195.Nathan Sidwell7-29/+71
2004-10-29re PR c++/17695 (ICE in add_abstract_origin_attribute)Mark Mitchell4-0/+31
2004-10-29(CONDITIONAL_REGISTER_USAGE): When adding the PIC register to the fixed_regs ...Nick Clifton2-1/+8
2004-10-29re PR fortran/13490 (Compiler rejects valid constant -2147483648 for 32-bit int)David Billinghurst3-3/+9
2004-10-29gthr-posix.h (__gthread_recursive_mutex_init_function): Guard with #ifdef PTH...Eric Botcazou2-2/+9
2004-10-29tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.Daniel Berlin2-10/+59
2004-10-29c++/14124Matt Austern5-2/+48
2004-10-29tree-phinodes.c (add_phi_arg): Turn an "if" that always triggers into gcc_ass...Kazu Hirata2-27/+31