aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2011-07-09Add x32 support to GCC testsuite.H.J. Lu2-2/+2
2011-07-07pragma-align.c: Run only if target !default_packed.Georg-Johann Lay1-0/+1
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill1-0/+0
2011-05-09re PR c++/34772 (self-initialisation does not silence uninitialised warnings ...Jason Merrill8-0/+72
2011-05-02re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill1-0/+21
2011-04-24re PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)Jakub Jelinek1-0/+13
2011-04-14tree.h (get_object_alignment_1): Declare.Richard Guenther1-0/+45
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-0/+162
2011-03-25passes.c (init_optimization_passes): Add FRE pass after early SRA.Richard Guenther1-3/+3
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2-0/+26
2011-02-08re PR middle-end/47646 (Revision 169918 caused many testsuite failures)Andreas Krebbel1-2/+2
2010-11-22pr44832.c: Use -fno-short-enums option for "target short_enums".Ian Bolton1-0/+1
2010-11-18re PR c/33193 (slopiness in __real/__imag)Nathan Froyd1-0/+19
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-0/+11
2010-11-05re PR middle-end/43690 (Internal compiler error detected by avr-gcc.)Jakub Jelinek1-0/+13
2010-10-22re PR tree-optimization/46137 (g++.dg/torture/pr45877.C FAILs with -fno-tree-...Richard Guenther1-0/+18
2010-10-18re PR c/46015 (-Wunused-but-set-variable warns for arrays used in gotos)Jakub Jelinek1-0/+27
2010-09-09Wunused-var-12.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.John David Anglin1-0/+1
2010-09-08* c-c++-common/uninit-17.c: Adjust.Michael Matz1-2/+2
2010-09-01re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek1-0/+18
2010-07-30fix testXinliang David Li1-1/+1
2010-07-29fix PR45121Xinliang David Li1-2/+2
2010-07-21re PR middle-end/44738 (c-c++-common/uninit-17.c failed)Bernd Schmidt1-2/+2
2010-07-16guality.exp: Run also c-c++-common/guality/ tests.Jakub Jelinek1-0/+16
2010-07-15Disable float tests for __SPU__ targets due to lack of signed zero:Ulrich Weigand9-0/+18
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-0/+160
2010-07-02re PR c++/44780 (Bogus set-but-not-used variable warning)Jakub Jelinek1-0/+25
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+23
2010-06-30re PR tree-optimization/39799 (missing 'may be used uninitialized' warning)Bernd Schmidt1-0/+25
2010-06-24c-parser.c (c_parser_conditional_expression): Call warn_for_omitted_condop.Andi Kleen1-0/+29
2010-06-07re PR c++/44443 (-Wunused-but-set-variable problem with unused attribute on t...Jakub Jelinek1-0/+12
2010-06-06re PR c/20000 (missing warning for noreturn function returning non-void)Manuel López-Ibáñez1-0/+32
2010-06-05re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-0/+80
2010-06-04re PR c++/44362 (Bogus set-but-not-used warning)Jakub Jelinek1-0/+68
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz3-0/+864
2010-05-17re PR c++/44108 (-Wunused-but-set-variable does not consider array sizing use...Dodji Seketeli1-0/+19
2010-05-11re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek1-0/+44
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek1-0/+48
2010-05-06Wunused-var-8.c: Move to...Jakub Jelinek1-0/+15
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek5-0/+298
2010-04-30re PR debug/43942 (-fcompare-debug faulure with external declaration in funct...Jakub Jelinek1-0/+33
2010-04-14re PR other/42966 (add some indication that a warning has been converted to a...Manuel López-Ibáñez1-1/+1
2010-04-13cpp.exp: Test also c-c++-common/cpp.Manuel López-Ibáñez5-0/+52
2010-04-09re PR c++/28584 (Cast to pointer from integer of different size)Manuel López-Ibáñez3-0/+46
2010-04-06redeclaration-1.C: Moved from c-c++-common/dwarf2/redeclaration-1.CDodji Seketeli1-18/+0
2010-04-01re PR debug/43325 (C++ external inner reference does not override outer scope)Dodji Seketeli1-0/+18
2010-03-29More N3077 raw string changesJason Merrill5-12/+109
2010-03-29raw-string-1.c: Combine C and C++ raw string tests.Jason Merrill7-0/+363
2010-02-26re PR debug/43190 (Used pointer typedefs eliminated from debug info)Jakub Jelinek1-0/+13
2010-02-24re PR c/43128 (c-c++-common/pr41779.c doesn't work)Manuel López-Ibáñez1-0/+25