aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis4-5/+11
2004-10-10re PR c/17881 (Incomplete type warning is issued even for prototypes)Joseph Myers2-0/+33
2004-10-10Fix typoMark Mitchell1-1/+1
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell5-0/+79
2004-10-10re PR c/17301 (ICE on wrong usage of __builtin_stdarg_start)Joseph Myers2-0/+16
2004-10-10re PR c/17189 (bogus warning for struct Foo { int; };)Joseph Myers2-0/+12
2004-10-10re PR c/17844 (-fshort-enums: ISO/IEC 9899:1999 : wrong size of identifier in...Joseph Myers2-0/+25
2004-10-09re PR middle-end/17906 (ICE in verify_ssa: PHI argument is not SSA_NAME, or i...Zdenek Dvorak2-0/+12
2004-10-09[multiple changes]Roger Sayle2-0/+24
2004-10-09pr17902.C: Fix typo in dg-do.Andrew Pinski2-1/+5
2004-10-09re PR c++/17524 (ICE with initializing a variable of type void)Mark Mitchell3-0/+23
2004-10-09re PR middle-end/17894 (div/compare folding incorrect)Roger Sayle2-0/+207
2004-10-08re PR tree-optimization/17902 (ICE from tree_verify_flow_info)Andrew Pinski2-0/+31
2004-10-09* gcc.dg/cpp/ident-1.c: Add dg-options "".Jakub Jelinek2-0/+5
2004-10-08c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of...Joseph Myers3-0/+31
2004-10-08c-typeck.c (enum impl_conv): Add ic_argpass_nonproto.Joseph Myers2-0/+17
2004-10-08re PR c/16999 (#ident stopped working)Andrew Pinski2-0/+12
2004-10-08tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert, reverting my ...Nathan Sidwell2-2/+27
2004-10-08darwin-longdouble.c: Include stdlib.h and string.h.Andrew Pinski3-0/+8
2004-10-08re PR target/17245 (ICE compiling gsl-1.5 statistics/lag1.c)Eric Botcazou2-0/+29
2004-10-08* gcc.dg/doloop-2.c: New test.Michael Matz2-0/+23
2004-10-08c-typeck.c (enum impl_conv): New.Joseph Myers6-7/+260
2004-10-07Radar 3813796Geoffrey Keating3-2/+18
2004-10-07string_intrinsics.c (string_verify): Fix off by one error.Paul Brook2-0/+16
2004-10-07* gfortran.dg/empty_format_1.f90: Remove stray commas.Paul Brook2-3/+7
2004-10-07intrinsic_mvbits.f90, ishft.f90: Add more tests.Tobias Schlüter3-4/+5
2004-10-07primary.c (match_boz_constant): Allow kind parameter suffixes.Tobias Schlüter3-1/+26
2004-10-07parser.c (cp_parser_asm_definition): Look passed the CLEANUP_POINT_EXPR to ge...Andrew Pinski2-1/+5
2004-10-07re PR c++/17115 (-Winline does not respect __attribute__((__noinline__)))Giovanni Bajo2-0/+22
2004-10-07Fix wrong attribution.Christian Ehrhardt1-1/+1
2004-10-07* gcc.c-torture/compile/20041007-1.c: New test.Christian Ehrhardt2-0/+20
2004-10-07re PR fortran/17678 (USE statement incorrectly initializes allocatable array)Paul Brook2-0/+23
2004-10-06re PR middle-end/17849 (intrinsic_pack.f90)Andrew Pinski2-0/+28
2004-10-06c-typeck.c (convert_arguments): Take expression for called function rather th...Joseph Myers3-0/+121
2004-10-06[multiple changes]Andrew Pinski2-1/+17
2004-10-06added changelog entry for prior commit.Kenneth Zadeck1-0/+4
2004-10-06re PR libfortran/17709 (NULL I/O list and Format error.)Paul Brook2-0/+26
2004-10-06Added missing memory attribute to asm instruction.Kenneth Zadeck1-1/+1
2004-10-06re PR fortran/17283 (UNPACK issues)Tobias Schlüter2-3/+6
2004-10-06re PR fortran/17568 (ISHFT intrinsic: bogus overflow error)Tobias Schlüter2-0/+49
2004-10-06trans-stmt.c (gfc_trans_simple_do): New function.Paul Brook2-0/+84
2004-10-06builtins.c (expand_builtin_strcpy): Delete duplicate code.Kaveh R. Ghazi2-1/+6
2004-10-05c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in system headers.Joseph Myers3-0/+17
2004-10-05c-decl.c (pushdecl): When an extern declaration at block scope refers to a vi...Joseph Myers2-0/+10
2004-10-05re PR c++/17829 (wrong error: call of overloaded function is ambiguous)Nathan Sidwell2-2/+28
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis4-15/+21
2004-10-04re PR fortran/17708 (gfortran problem with goto inside loop)Tobias Schlüter2-0/+12
2004-10-04re PR libfortran/17631 (libfortran: intrinsic subroutine MVBITS not implemented)Tobias Schlüter2-0/+13
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter2-1/+19
2004-10-04pr16105.c: Enable for mipsisa64*-*-*.Chao-ying Fu32-2/+98