aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-04-04re PR objc/31281 (ICE on ObjC try-catch blocks with next runtime)Stuart Hastings4-2/+38
2007-04-04typo fixMartin Michlmayr1-1/+1
2007-04-04re PR other/31356 (gcc --help=<language> option has problems in the output he...Brooks Moses2-2/+12
2007-04-04re PR driver/31353 (gcc --help=target gives a linker error.)Brooks Moses2-1/+8
2007-04-04PRR doc/31355Brooks Moses2-11/+22
2007-04-04winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore dllimport attribute of v...Danny Smith6-72/+56
2007-04-04crti.asm: Change _bss_start to __bss_start.Chen Liqin9-66/+112
2007-04-03Daily bump.GCC Administrator1-1/+1
2007-04-03pr29902.C: Require ilp32.Eric Christopher2-3/+7
2007-04-03re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert11-41/+340
2007-04-03opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets.Uros Bizjak2-1/+5
2007-04-03expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield an appropri...Richard Henderson2-3/+18
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley6-9/+74
2007-04-03re PR target/31175 (isinf incorrectly expanded)Uros Bizjak2-2/+9
2007-04-03config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.Richard Sandiford4-23/+64
2007-04-03re PR c++/30847 (ICE with invalid statement expression)Jakub Jelinek4-0/+30
2007-04-03re PR middle-end/30704 (Incorrect constant generation for long long)Jakub Jelinek4-16/+88
2007-04-03genpreds.c (write_insn_constraint_len): Write function optimized for CONSTRAI...Richard Guenther3-20/+50
2007-04-03config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.Uros Bizjak10-5/+130
2007-04-03invoke.texi (i386 and x86-64 Options): Document -m64 limitations on darwin.Eric Christopher2-44/+51
2007-04-02Daily bump.GCC Administrator1-1/+1
2007-04-03re PR target/31137 (missing "break" in switch for MULT in avr_rtx_costs)Anatoly Sokolov2-0/+7
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill6-8/+54
2007-04-02ChangeLog: Fixed trivial whitespace formatting error.Dave Korn1-3/+3
2007-04-02tm.texi (FUNCTION_MODE): Update and extend documentation.Dave Korn2-2/+9
2007-04-02libgcc2.h (exception_descriptor): Don't forward-declare.Dave Korn2-4/+6
2007-04-02ebitmap.h: New fileDaniel Berlin4-0/+1194
2007-04-01Daily bump.GCC Administrator1-1/+1
2007-04-01emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka4-4/+18
2007-04-01re PR rtl-optimization/31391 (undefined label with -O -g due to cfglayout)Steven Bosscher2-0/+9
2007-04-01re PR tree-optimization/31169 (Bootstrap comparison error at revision 122821)Richard Henderson2-11/+24
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2-0/+95
2007-04-01re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle4-0/+54
2007-04-01re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Richard Sandiford3-10/+22
2007-04-01dllimport6.C: Remove extra ';'.Danny Smith4-3/+9
2007-03-31Daily bump.GCC Administrator1-1/+1
2007-03-31re PR target/31364 (secureplt breaks bootstrap)Andrew Pinski2-2/+13
2007-03-31intrinsic.c (add_functions): Fix name of dummy argument for new_line and exit...Tobias Burnus2-2/+7
2007-03-31re PR fortran/31160 (%VAL and related features need to be documented.)Paul Thomas2-0/+45
2007-03-31re PR rtl-optimization/14737 (Purge political statement from -ffast-math docs)Wolfgang Bangerth2-8/+20
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther8-80/+103
2007-03-31re PR c++/31138 (ICE with ellipsis)Douglas Gregor4-18/+90
2007-03-31predicates.md (even_register_operand, [...]): New predicates.Anatoly Sokolov3-0/+45
2007-03-30Daily bump.GCC Administrator1-1/+1
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola22-75/+75
2007-03-30cygming.h (DWARF2_DEBUGGING_INFO): Enable by default for 64-bit.Richard Henderson14-188/+519
2007-03-30tree-ssa-loop-ivopts.c: Include target.h.Richard Henderson2-9/+23
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson4-0/+191
2007-03-31avr.c (avr_override_options): Clear 'flag_delete_null_pointer_checks'.Anatoly Sokolov2-0/+7
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini35-11/+2219