aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2008-11-19re PR c++/37563 (Trouble calling qualified member function)Jason Merrill1-0/+23
2008-11-19re PR c++/37256 (extern template / explicit instantiation broken in 4.4.0-pre)Jason Merrill1-0/+16
2008-11-18re PR c++/37962 (ICE with (auto*) casts)Jason Merrill4-5/+148
2008-11-17re PR testsuite/38099 (tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_...Jack Howarth1-1/+2
2008-11-17re PR c++/36089 (Funny rejects valid with constant integral expression)Jakub Jelinek1-0/+68
2008-11-15re PR c++/37561 (Revision 140405 caused g++.old-deja/g++.mike/warn1.C)Jakub Jelinek1-0/+18
2008-11-14re PR c++/38030 (name-lookup for non-dependent name in template function is w...Jason Merrill1-0/+19
2008-11-14re PR c++/37740 ([C++0x] "foo f{...}" form compiles, but "new foo{...}" one d...Jason Merrill1-0/+19
2008-11-14re PR middle-end/38004 (g++.dg/vect/pr36648.cc)Steve Ellcey1-2/+2
2008-11-14re PR tree-optimization/38104 (ICE segmentation fault (with -O3 when deref a...Jakub Jelinek1-0/+19
2008-11-13re PR c++/37932 (narrowing conversion with -std=c++0x)Jason Merrill2-0/+20
2008-11-13re PR debug/27017 (Debug information for static local class members are not e...Jakub Jelinek2-0/+152
2008-11-13struct-layout-1_generate.c (dg-options): Add -mno-mmx for i?86-*-* and x86_64...Uros Bizjak1-1/+1
2008-11-12re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...Dodji Seketeli1-0/+30
2008-11-12re PR c++/38007 (g++ instantiate same operator twice due to bitfield in -O0 m...Jason Merrill3-1/+26
2008-11-12re PR c++/34269 (Incomplete __decltype/__typeof expressions accepted)Jakub Jelinek3-2/+40
2008-11-12re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek1-0/+21
2008-11-10* g++.dg/other/anon5.C: Skip on Solaris.Eric Botcazou1-1/+1
2008-11-10re PR c++/38021 (C++ hang for new keywords)Jakub Jelinek1-0/+6
2008-11-07iinline-1.C: Remove -c flag, add -fpie for PIC targets.Kaveh R. Ghazi1-1/+2
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-0/+10
2008-11-04re PR c/35430 (ICE with complex arithmetic)Jakub Jelinek1-0/+10
2008-11-03re PR testsuite/37241 (FAIL: g++.dg/abi/key2.C)Jakub Jelinek1-2/+2
2008-10-31re PR c++/37967 (ICE with function returning auto)Jakub Jelinek1-0/+16
2008-10-31re PR c++/37965 (ICE with invalid auto variable in template)Jakub Jelinek1-0/+13
2008-10-30re PR debug/36668 (FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar...Jakub Jelinek2-1/+19
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-0/+12
2008-10-29re PR c++/26997 (g++ reports misleading error message when the identifier wi...Manuel López-Ibáñez1-0/+50
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-0/+259
2008-10-19re PR c++/37004 ([C++ only] Wconversion warns for short y = 0x7fff; short z =...Manuel López-Ibáñez1-1/+1
2008-10-14re PR c++/37819 (ice for bitfield code)Jakub Jelinek1-0/+13
2008-10-14re PR c++/37650 (ICE with broken default template parameter)Paolo Carlini1-0/+5
2008-10-14re PR c++/37553 (ICE in build_c_cast)Douglas Gregor1-0/+36
2008-10-10re PR c++/37146 (Invalid types with COND_EXPR)Jakub Jelinek3-0/+166
2008-10-07re PR c/35437 (ICE with struct containing incomplete type)Simon Martin1-0/+13
2008-10-07struct-layout-1_generate.c (dg_options): New.Bob Wilson1-1/+2
2008-10-06PR c++/37376, other mangling issuesJason Merrill5-13/+100
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-0/+35
2008-10-03re PR c++/37719 (incorrect type on warning of mismatched exception specificat...Paolo Carlini1-0/+9
2008-10-01rs6000-c.c (altivec_resolve_overloaded_builtin): Handle ALTIVEC_BUILTIN_VEC_S...Andrew Pinski5-0/+342
2008-10-01offsetof.C (main): Use __SIZE_TYPE__ instead of unsigned long for pointer cast.Kai Tietz5-7/+7
2008-09-30re PR c++/37555 (ICE with invalid typedef)Simon Martin2-0/+28
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-0/+23
2008-09-26struct-layout-1_x1.h: Add __SIZE_TYPE__ cast to avoid pointer truncation warn...Kai Tietz1-1/+1
2008-09-25re PR c++/37649 (ICE with invalid template class)Paolo Carlini1-0/+6
2008-09-23target-supports.exp (check_effective_target_pow10): New.Steve Ellcey1-36/+37
2008-09-23re PR c++/37533 (ICE with parallel for loop)Jakub Jelinek1-0/+50
2008-09-22re PR target/37170 (gcc.dg/weak/weak-1.c)Hans-Peter Nilsson1-0/+34
2008-09-18re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Janis Johnson178-933/+997
2008-09-18re PR target/37394 (Segfault in ia64_variable_issue with -O -fschedule-insns2)H.J. Lu1-0/+12