aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2011-06-20ChangeLog gcc/Kai Tietz7-0/+75
2011-06-18re PR testsuite/49432 (FAIL: obj-c++.dg/invalid-type-1.mm)Jakub Jelinek2-2/+7
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil2-0/+15
2011-06-18tree-sra.c (type_internals_preclude_sra_p): Return true if the element type i...Eric Botcazou5-0/+93
2011-06-18einfo.ads (Address_Taken): Document use for the second argument of Asm_Input ...Eric Botcazou2-2/+26
2011-06-18PR 49296 List directed read of string ending in EOF.Janne Blomqvist2-0/+27
2011-06-18re PR target/49411 ([4.6/4.7] ICE: unrecognizable insn with -mxop in _mm_roti...Jakub Jelinek11-0/+565
2011-06-18re PR c++/49458 ([C++0x][DR 1328] Obvious candidate for conversion to functio...Jason Merrill2-0/+12
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill3-2/+54
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil2-0/+29
2011-06-17re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson2-0/+62
2011-06-16re PR c++/44160 ([C++0x] a mysterious error on __func__ in a lambda expression)Jason Merrill2-0/+12
2011-06-16re PR c++/45378 ([C++0x] Narrowing error not detected)Jason Merrill2-0/+10
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill2-0/+3
2011-06-16re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type de...Jason Merrill2-0/+41
2011-06-16re PR c++/49251 ([C++0x][parameter pack expanding] unused parameter warning w...Jason Merrill2-0/+23
2011-06-16re PR c++/49420 ([C++0x] compiler segfault using result_of)Jason Merrill2-0/+24
2011-06-16tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.Jeff Law4-4/+21
2011-06-16re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Janus Weil2-0/+35
2011-06-16re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2)Steve Ellcey2-1/+6
2011-06-16re PR tree-optimization/49343 (ICE on field with variable offset)Martin Jambor3-0/+32
2011-06-16* gcc.dg/debug/pr49032.c: Prune mips-tfile warning.Rainer Orth2-0/+6
2011-06-16re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries3-16/+10
2011-06-16Revert r174940Ramana Radhakrishnan4-3/+14
2011-06-16tree-vectorizer.h (vect_recog_func_ptr): Change the first argument to be a VE...Ira Rosen2-0/+63
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil2-0/+19
2011-06-16re PR target/44618 (wrong code with -frename-registers)Jakub Jelinek1-0/+1
2011-06-16re PR tree-optimization/49419 (gcc -O2 miscompiles gp2c)Jakub Jelinek2-0/+43
2011-06-16SMS: Fix violation of memory dependenceRevital Eres2-0/+64
2011-06-15re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails)Easwaran Raman2-0/+9
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill2-0/+82
2011-06-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Easwaran Raman3-0/+32
2011-06-14pr45701-1.c: Ignore warnings about conflicting switches.Janis Johnson4-0/+9
2011-06-14re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2)Steve Ellcey2-1/+10
2011-06-14pr45701-1.c: Require thumb support.Janis Johnson4-0/+7
2011-06-14mla-1.c: Ignore warnings about conflicting switches.Janis Johnson13-0/+27
2011-06-14re PR c++/49117 (4.5 -> 4.6: user-unfriendly change in "invalid conversion" e...Jason Merrill3-2/+5
2011-06-14re PR c++/49389 ([C++0x] Wrong value category for pointer-to-member expressio...Jason Merrill2-0/+16
2011-06-14re PR c++/49369 (typeof() strips const from member when used in const method)Jason Merrill2-0/+20
2011-06-14re PR c++/49290 ([C++0x] ICE in in cxx_eval_indirect_ref, at cp/semantics.c:6...Jason Merrill2-0/+24
2011-06-14re PR fortran/49103 (local variables exchange values / wrong code with -O3)Jakub Jelinek2-0/+24
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries4-0/+80
2011-06-14re PR rtl-optimization/49390 (GCSE miscompilation)Jakub Jelinek2-0/+93
2011-06-14* g++.dg/torture/pr48954.C: Use dg-require-effective-target lto.Rainer Orth2-0/+6
2011-06-14cmpsi-2.c: Undo 172757.Georg-Johann Lay8-4/+28
2011-06-14vect-16.c: Rename to...Ira Rosen6-10/+26
2011-06-13* gcc.target/powerpc/outofline_rnreg.c: New testcase.Edmar Wienskoski2-0/+19
2011-06-13Correct typos.H.J. Lu1-2/+2
2011-06-13Remove duplicated lines.H.J. Lu2-15/+8
2011-06-13h8300.md (bsetqi_msx, [...]): Added condition to disallow non-identical memor...Kaushik Phatak1-0/+30