aboutsummaryrefslogtreecommitdiff
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* src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra2-1/+3
2004-02-09[multiple changes]Arnaud Charlet8-38/+128
2004-02-09MAINTAINERS: Add myself to write-after-approval.Paolo Bonzini2-0/+5
2004-02-09re PR libstdc++/14072 (basic_ios::imbue leaves dangling pointers)Paolo Carlini4-1/+238
2004-02-08parse.y (resolve_qualified_expression_name): In case of inaccessible class do...Per Bothner2-1/+13
2004-02-09crossconfig.m4: Don't enable _GLIBCXX_USE_LFS on *-uclinux*.Bernardo Innocenti3-2/+19
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra5-19/+48
2004-02-09m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler.Bernardo Innocenti7-460/+189
2004-02-09Daily bump.GCC Administrator2-2/+2
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-08ByteBuffer.java (shiftDown): New helper method.Per Bothner13-548/+489
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-08re PR libstdc++/14026 (std::uncaught_exception is true although there are no ...Richard Henderson3-3/+46
2004-02-08* include/x86_64-signal.h: Fix typo.Andreas Jaeger2-1/+5
2004-02-08i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.Diego Novillo1-1/+1
2004-02-08i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.Diego Novillo1-0/+1
2004-02-08basic_string.tcc (assign(const _CharT*, size_type)): When working in place re...Paolo Carlini2-0/+7
2004-02-08* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.Eric Botcazou2-8/+24
2004-02-08i386-signal.h (MAKE_THROW_FRAME): Add volatile qualifier to _regs.Diego Novillo2-1/+6
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra4-82/+110
2004-02-08* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.Jan Hubicka2-1/+4
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti65-3434/+3470
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 Administrator2-2/+2
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-07* src/types.c: Use 16 byte long double for POWERPC64.Alan Modra2-1/+5
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