aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-04-26c-typeck.c (build_unary_op): Invoke non_lvalue.Richard Henderson3-0/+15
2002-04-26re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)Mark Mitchell5-1/+30
2002-04-26* g++.dg/abi/enum1.C: New test.Alexandre Oliva2-0/+20
2002-04-26tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva2-1/+19
2002-04-26pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the portable run...John David Anglin2-0/+6
2002-04-26c-parse.in (yyoverflow): Revert.Richard Henderson4-69/+8
2002-04-26rs6000.md (sCC pattern): Remove clobber and use result as temporary value.David Edelsohn2-8/+13
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson13-187/+322
2002-04-26* gcc.dg/c99-bool-1.c: Expect always true warning.Richard Henderson2-1/+7
2002-04-26Daily bump.GCC Administrator2-2/+2
2002-04-26linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for x86-64.Bo Thorsen2-0/+70
2002-04-26cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth3-83/+95
2002-04-25c-parse.in (yyoverflow): New.Richard Henderson6-0/+107
2002-04-25re PR c/2098 (compare with unsigned variable - no error reporting)Richard Henderson3-12/+20
2002-04-25re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115)Richard Henderson2-1/+8
2002-04-25sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check for DECL being NULL.David S. Miller2-1/+8
2002-04-25md.texi (Machine Constraints): Add IA-64 constraints.Steve Christiansen2-0/+67
2002-04-25c-decl.c (grokdeclarator): Remove outdated ??? note on invalid declaration of...Eric Botcazou2-4/+5
2002-04-26* gcc.dg/i386-memset-1.c: New test case for PR target/6456.Roger Sayle2-0/+104
2002-04-25* doc/invoke.texi: Document -gdwarf{,-2} vs debug level.Richard Henderson2-2/+9
2002-04-25s390.c (s390_emit_epilogue): Always restore registers needed by the compiler...Ulrich Weigand2-0/+13
2002-04-25mips.c (mips_class_max_nregs, [...]): New functions.Matt Hiller14-88/+753
2002-04-25integrate.c (function_attribute_inlinable_p): Simplify.Neil Booth2-18/+15
2002-04-2520020227-1.x: New file, xfail on 64-bit targets.Kaveh R. Ghazi2-0/+26
2002-04-25re PR c++/5607 (No pointer adjustment in covariant return types)Jason Merrill5-2/+52
2002-04-25* doc/c-tree.texi: Fix typo in introduction.Steven Bosscher2-1/+5
2002-04-25Daily bump.GCC Administrator2-2/+2
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth26-95/+91
2002-04-25For PR java/6425:Tom Tromey2-1/+9
2002-04-25mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell3-8/+21
2002-04-24typeck.c (build_modify_expr): The pedwarn for array assignment is now uncondi...Jason Merrill6-5/+12
2002-04-25loop.c (load_mems): Don't change the interface of called functions.J"orn Rennecke3-4/+30
2002-04-24cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs void.Mark Mitchell4-1/+23
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-1/+0
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-0/+15
2002-04-24c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays for c99.Richard Henderson4-1/+31
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller3-22/+76
2002-04-24expr.c (PRE_JSR): Call NOTE_LABEL for return address.Per Bothner3-8/+9
2002-04-24sh.c (sh_va_arg): If argument was passed by reference, dereference the pointer.J"orn Rennecke2-2/+22
2002-04-24sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.J"orn Rennecke4-2/+10
2002-04-24sh.md (divsi3_i4_media): Use match_operand for input values rather than hard ...J"orn Rennecke2-17/+30
2002-04-24sh.h (RETURN_IN_MEMORY): Return variable size BLKmode values in memory.J"orn Rennecke2-1/+6
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth19-1201/+1272
2002-04-24labels-3.x: New file, don't assemble the compiler output on mips*-*-irix*.Kaveh R. Ghazi2-0/+12
2002-04-24dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.Jason Merrill3-7/+23
2002-04-24* config/mips/mips.md (movdi_usd): Renumber.Richard Henderson2-2/+7
2002-04-24re PR target/6420 (libstdc++ failures on sparc-linux-gnu)David S. Miller2-2/+23
2002-04-24* loop.c (canonicalize_condition): Use gen_int_mode.Jan Hubicka2-4/+8
2002-04-24altivec.h: Cleanup file.Aldy Hernandez2-42/+2295
2002-04-24re PR c++/6331 (g++ 3.1 looses const qualifiers)Jason Merrill4-3/+31