aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-02-09[multiple changes]Arnaud Charlet29-1040/+1456
2004-02-09* call.c, parser.c, tree.c: Fix comment typos.Kazu Hirata4-5/+9
2004-02-09fold-const.c (fold): Use the original type conversion tree code rather than c...Roger Sayle4-12/+33
2004-02-09[multiple changes]Arnaud Charlet8-38/+128
2004-02-08parse.y (resolve_qualified_expression_name): In case of inaccessible class do...Per Bothner2-1/+13
2004-02-09m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler.Bernardo Innocenti7-460/+189
2004-02-09Daily bump.GCC Administrator1-1/+1
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Bernardo Innocenti1-3/+20
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Andreas Schwab7-106/+75
2004-02-08Fixed a typo in ChangeLog.Kazu Hirata1-1/+2
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata23-51/+21
2004-02-08README.Portability: Change "ISO C89" to "ISO C90".Joseph Myers5-7/+16
2004-02-08real.c (encode_ibm_extended): Normalize the input value before converting it ...Richard Sandiford5-4/+40
2004-02-08c-objc-common.c (): Fix a typo in a warning.Kazu Hirata4-31/+41
2004-02-08* g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.Eric Botcazou2-1/+7
2004-02-08* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.Eric Botcazou2-8/+24
2004-02-08* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.Jan Hubicka2-1/+4
2004-02-07* function.c (assign_parms): Fix formatting.David Edelsohn2-1/+6
2004-02-08default.h (PROMOTE_PROTOTYPES): Remove.Kazu Hirata7-50/+30
2004-02-08system.h (SHARED_SECTION_ASM_OP): Poison.Kazu Hirata4-17/+8
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg19-167/+157
2004-02-08Daily bump.GCC Administrator1-1/+1
2004-02-07Makefile.in, [...]: Use the top level mkinstalldirs, not the one in the gcc s...Nathanael Nerode8-133/+32
2004-02-07re PR middle-end/13696 (enum not useable as array index?)Roger Sayle4-277/+450
2004-02-07genrecog.c (find_operand): add extra argument stop.Jan Hubicka2-8/+28
2004-02-07config.gcc: Don't mention MAX_LONG_TYPE_SIZE.Kazu Hirata26-100/+24
2004-02-07re PR bootstrap/13990 (build fails because of wrong use of gen_rtx_NE)Stephane Carrez2-2/+15
2004-02-07var-tracking.c (vt_add_function_parameters): Surround checkings by #ifdef ENA...Josef Zlomek2-0/+9
2004-02-07fold-const.c (negate_expr_p, [...]): Optimize -(A+B) into either (-A)-B or (-...Roger Sayle2-13/+68
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata15-13/+25
2004-02-07* c-ppoutput.c, var-tracking.c: Fix comment typos.Kazu Hirata3-4/+8
2004-02-06Fix compile error with old glibc verisons.James E Wilson2-0/+11
2004-02-07tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_...Kazu Hirata2-1/+6
2004-02-07t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.Alan Modra6-14/+100
2004-02-07builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_hig...Roger Sayle2-22/+30
2004-02-06dwarf2out.c (loclabel_num): Move into #ifdef DWARF2_DEBUGGING_INFO.Andrew Pinski2-2/+8
2004-02-07re PR c++/14033 (tree check: expected class 't', have 'x' (error_mark) in ini...Giovanni Bajo2-0/+18
2004-02-07re PR c++/14033 (tree check: expected class 't', have 'x' (error_mark) in ini...Giovanni Bajo2-2/+6
2004-02-07Daily bump.GCC Administrator1-1/+1
2004-02-06[gcc/ChangeLog]Ziemowit Laski2-0/+18
2004-02-06reload1.c (check_eliminable_occurrences): Optimize the reset of can_eliminate.Kazu Hirata2-2/+8
2004-02-06dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function at the be...Daniel Berlin2-35/+374
2004-02-06loop.c (force_movables): Transitively increase the priorities of all insns fo...Ulrich Weigand2-3/+14
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek24-10/+2820
2004-02-06flow.c (update_life_info): Allocate reg_deaths when called from scheudler.Jan Hubicka2-8/+24
2004-02-06re PR debug/11816 (Incorrect debugging information for anonymous structures)Ulrich Weigand2-2/+8
2004-02-06* cfganal.c (flow_call_edges_add): Never split a libcall block.Ulrich Weigand2-1/+18
2004-02-06dwarf2out.c (output_loc_list): Don't use deltas if we have a separate line in...Daniel Berlin2-11/+29
2004-02-06invoke.texi: Remove the pni option from -mfpmath=.H.J. Lu2-8/+6
2004-02-06re PR c++/14028 (Parser accepts invalid unbalanced triangular bracketing.)Giovanni Bajo2-0/+11