aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2009-04-01re PR c/39605 ("error: variable-size type declared outside of any function" i...Joseph Myers4-4/+28
2009-04-01fold-const.c (fold_plusminus_mult_expr): Do not fold i * 4 + 2 to (i * 2 + 1)...Richard Guenther2-0/+24
2009-04-01re PR c/37772 (ICE with empty asm statement)Jakub Jelinek3-2/+49
2009-04-01(restore_ld_library_path_env_vars): Always restore GCC_EXEC_PREFIX to its ori...H.J. Lu2-4/+9
2009-03-31re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill2-2/+6
2009-03-31pr33009.c: Removed.H.J. Lu2-0/+4
2009-03-31C++ DR 613Jason Merrill4-9/+15
2009-03-31common.opt (frtl-abstract-sequences): Delete.Ramana Radhakrishnan3-76/+5
2009-03-31re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers8-1/+477
2009-03-31re PR fortran/38917 (Can't use DATA to initialize pointer to array to NULL())Paul Thomas2-0/+41
2009-03-31re PR fortran/38915 (wrong results for structure assignment of character comp...Paul Thomas2-0/+38
2009-03-31decl.c (grokdeclarator): Reject pointer to qualified function type.Jason Merrill2-0/+5
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill2-0/+35
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-1/+1
2009-03-31mangle.c (write_expression): Mangle dependent name as source-name.Jason Merrill3-2/+7
2009-03-31re PR middle-end/31029 (Fold does not fold C - a == a)Richard Guenther3-0/+49
2009-03-31tree.h (div_if_zero_remainder): Declare.Richard Guenther2-0/+26
2009-03-31re PR target/39592 (Revision 145272 breaks -ansi -msse)Joseph Myers2-0/+15
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers8-2/+42
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther3-0/+49
2009-03-31alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl8-2/+179
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas5-0/+135
2009-03-30re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...Jakub Jelinek2-0/+26
2009-03-30trans-types.c (gfc_sym_type, [...]): For sym->attr.result check sym->ns->proc...Jakub Jelinek2-0/+35
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers7-0/+500
2009-03-30re PR c/35235 (struct/union rvalue qualifiers must not propagate to members)Joseph Myers2-0/+35
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers8-21/+33
2009-03-29ChangeLog: Fix whitespace.Uros Bizjak1-2/+2
2009-03-29re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)Steven G. Kargl2-0/+63
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers47-66/+1132
2009-03-29tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addre...Richard Guenther2-0/+23
2009-03-29re PR fortran/37423 (Fortran 2003: DEFERRED bindings not yet implemented)Daniel Kraft6-4/+164
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter5-14/+76
2009-03-29re PR target/39545 (Structures with flexible array member passed/returned inc...H.J. Lu5-0/+98
2009-03-2920090113-1.c: New testcase.Richard Guenther8-1/+447
2009-03-29re PR objc/27377 (false compiler warnings generated in Objective-C code)David Ayers2-0/+50
2009-03-29cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.Adam Nemet2-0/+21
2009-03-28re PR fortran/34656 (modifies do loop variable)Tobias Burnus5-0/+87
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka5-12/+33
2009-03-28fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.Martin Jambor2-0/+24
2009-03-28rs6000-c.c (rs6000_macro_to_expand): If macro following vector keyword has ex...Jakub Jelinek2-0/+18
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek7-58/+10
2009-03-28re PR tree-optimization/38723 (default definitions not in avail_out)Richard Guenther2-0/+20
2009-03-28re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))Paul Thomas2-0/+54
2009-03-28re PR fortran/38765 (ICE in check_host_association)Paul Thomas2-0/+25
2009-03-28string_intrinsics.c: #include <assert.h>Daniel Kraft2-0/+45
2009-03-28Warray-bounds.c: Do not use redundant stores.Richard Guenther3-24/+29
2009-03-28re PR fortran/32626 (Run-time check for recursive functions)Tobias Burnus2-1/+46
2009-03-28re PR fortran/38432 (Add warning for loops which are never executed)Tobias Burnus7-24/+66
2009-03-28re PR tree-optimization/38180 (CCP does not propagate through constant initia...Richard Guenther2-0/+28