aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-05-04simplify.c (ascii_table): Fix wrong entry.Tobias Schlüter2-1/+5
2006-05-04re PR middle-end/25962 (Pointer (null) check after the use in cgraph.c)Jan Hubicka2-2/+7
2006-05-04bfin.c: Include "optabs.h".Bernd Schmidt3-1/+474
2006-05-04predicates.md (const01_rtx): Tell generator programs that this only matches C...Bernd Schmidt3-25/+32
2006-05-04[multiple changes]Razya Ladelsky16-37/+4030
2006-05-04re PR tree-optimization/26447 (verify_flow_info failed, load PRE with java pr...Richard Guenther2-8/+18
2006-05-04re PR tree-optimization/27285 (ivopts postgresql miscompilation)Jakub Jelinek2-0/+49
2006-05-04re PR middle-end/27388 (omp_is_private issues)Jakub Jelinek6-6/+104
2006-05-04re PR c++/27359 (ICE with missing initialization of iteration variable in par...Jakub Jelinek4-4/+25
2006-05-04re PR java/8260 (gcj -fprofile-arcs doesn't work)Alexandre Oliva2-8/+14
2006-05-04Daily bump.GCC Administrator1-1/+1
2006-05-03re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed)Steven G. Kargl8-13/+56
2006-05-03re PR tree-optimization/27381 (ice on valid code with -O)Andrew MacLeod3-8/+25
2006-05-03re PR fortran/27395 (Problem with arrays in the OpenMP REDUCTION clause in Fo...Jakub Jelinek2-2/+9
2006-05-03re PR tree-optimization/26626 (ICE in in add_virtual_operand)Daniel Berlin4-1/+43
2006-05-03re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell4-6/+26
2006-05-03Daily bump.GCC Administrator1-1/+1
2006-05-02re PR testsuite/27032 (gcc.c-torture/compile/pr23237.c fails)Steve Ellcey2-2/+7
2006-05-02re PR c++/26943 ([gomp] firstprivate + lastprivate uses inefficient barrier)Jakub Jelinek2-11/+69
2006-05-02tree.c (unsigned_type_for, [...]): Make sure a type of the correct signedness...Zdenek Dvorak2-1/+8
2006-05-02re PR tree-optimization/27364 (VRP miscompiles some unsigned math)Jeff Law4-1/+47
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell8-20/+54
2006-05-02* tree-flow-inline.h (op_iter_init_phiuse): Fixed typo.Tom Tromey2-2/+6
2006-05-02re PR target/27387 (Thumb thunk is not PIC)Kazu Hirata1-0/+0
2006-05-02re PR target/27387 (Thumb thunk is not PIC)Kazu Hirata5-1/+111
2006-05-02re PR fortran/27269 (Segfault with EQUIVALENCEs in modules together with ONLY...Paul Thomas5-6/+85
2006-05-02Fix mistake in my previous commit (n_of_executions_at_least should beZdenek Dvorak1-5/+5
2006-05-02re PR target/25871 (TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code)Stanislaw Skowronek2-5/+16
2006-05-02arm.c (add_minipool_forward_ref): Check if insn and pool overlap.Paul Brook2-13/+30
2006-05-02re PR ada/27366 (ada build fails as cygwin does not have clearenv)David Billinghurst2-1/+7
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek10-6/+112
2006-05-02re PR middle-end/27328 (ICE with -fopenmp and goto)Jakub Jelinek5-18/+70
2006-05-02re PR middle-end/27325 (ICE with enabled exceptions and -fopenmp)Jakub Jelinek4-4/+40
2006-05-02re PR middle-end/27310 (ICE in duplicate_eh_regions)Jakub Jelinek4-1/+34
2006-05-02Trivial formatting fixes accumulated over the last few months.Ben Elliston1-4/+5
2006-05-01configure.ac (gcc_cv_nm): Don't use an in-tree nm if build!=host.DJ Delorie3-4/+15
2006-05-02Daily bump.GCC Administrator1-1/+1
2006-05-01re PR target/27374 (*arm_movdi_vfp in config/arm/vfp.md has wrong output temp...Kazu Hirata2-2/+8
2006-05-01vec.c: Include bconfig.h when appropriate.DJ Delorie4-3/+25
2006-05-01tree-into-ssa.c (phis_to_rewrite, [...]): New variables.Zdenek Dvorak2-6/+78
2006-05-01re PR rtl-optimization/27291 (verify_flow_info failed: too many outgoing bran...Zdenek Dvorak4-37/+447
2006-05-01re PR tree-optimization/27283 (ICE: SSA corruption - Conflict across an abnor...Zdenek Dvorak4-112/+180
2006-05-01re PR tree-optimization/27144 (segfault with -O2 on x86_64 (and powerpc64))Zdenek Dvorak5-77/+101
2006-05-01re PR c/27358 (ICE with invalid variable after #pragma omp parallel)Richard Henderson3-44/+88
2006-05-01c-typeck.c (parser_build_binary_op): Don't call the function unsigned_convers...Roger Sayle7-6/+28
2006-05-01re PR target/26726 (-fivopts producing out of bounds array refs)Richard Guenther4-0/+45
2006-05-01omp-low.c (dump_omp_region): Add newlines.Diego Novillo2-2/+6
2006-05-01common.opt (Woverflow): New command line option.Roger Sayle8-7/+56
2006-05-01Daily bump.GCC Administrator1-1/+1
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell6-21/+66