aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-04-12re PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517)Jakub Jelinek2-0/+10
2019-04-12PR c/88383 - ICE calling __builtin_has_attribute on a referenceMartin Sebor8-10/+660
2019-04-12Avoid ICE on pmf{} in template.Jason Merrill1-0/+20
2019-04-12re PR rtl-optimization/89965 (wrong code with -O -mtune=nano-x2 -fcaller-save...Jakub Jelinek2-0/+44
2019-04-12PR c++/87603 - constexpr functions are no longer noexcept.Marek Polacek7-9/+47
2019-04-12except.c (build_noexcept_spec): Use build_converted_constant_bool_expr instea...Marek Polacek4-5/+11
2019-04-12[testsuite][arm] Update warning prune regexMatthew Malcomson3-2/+7
2019-04-12Handle multiple 'default' in target attribute (PR middle-end/89970).Martin Liska4-2/+20
2019-04-12re PR target/87532 (bad results from vec_extract(unsigned char, foo) dependen...Kelvin Nilsen4-15/+23
2019-04-12re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871)Jakub Jelinek2-0/+10
2019-04-12re PR rtl-optimization/90026 (ICE: verify_flow_info failed (error: missing ba...Jakub Jelinek2-0/+29
2019-04-11d/dmd: Merge upstream dmd d7ed327edIain Buclaw1-0/+6
2019-04-11re PR rtl-optimization/87763 (aarch64 target testcases fail after r265398)Steve Ellcey2-2/+8
2019-04-11re PR tree-optimization/90020 (-O2 -Os x86-64 wrong code generated for GNU Em...Richard Biener2-0/+32
2019-04-11re PR tree-optimization/90018 (r265453 miscompiled 527.cam4_r in SPEC CPU 2017)Richard Biener2-0/+57
2019-04-10re PR rtl-optimization/87763 (aarch64 target testcases fail after r265398)Steve Ellcey3-1/+24
2019-04-10re PR middle-end/90025 (botan2 miscompilation on s390x-linux since r268957)Jakub Jelinek2-0/+31
2019-04-10re PR c++/90010 (valgrind error with snprintf and -Wall)Jakub Jelinek2-0/+32
2019-04-09* gcc.target/i386/ifcvt-onecmpl-abs-1.cUros Bizjak2-5/+9
2019-04-09Hi there,Matthew Malcomson2-0/+15
2019-04-09re PR middle-end/89998 (ICE: verify_gimple failed in printf-return-value)Jakub Jelinek3-0/+50
2019-04-09re PR target/90015 (riscv: typo "intterupt" in diagnostic)Jakub Jelinek2-1/+7
2019-04-08re PR tree-optimization/90006 (gcc loops indefinitely around vect_get_constan...Richard Biener2-0/+36
2019-04-08re PR rtl-optimization/89865 (FAIL: gcc.target/i386/pr49095.c scan-assembler-...Jakub Jelinek2-4/+5
2019-04-08re PR rtl-optimization/89865 (FAIL: gcc.target/i386/pr49095.c scan-assembler-...Jakub Jelinek2-1/+7
2019-04-08re PR middle-end/89725 (ICE in get_fnname_from_decl, at varasm.c:1723)Bin Cheng2-0/+33
2019-04-08Fix expected scanned pattern.Martin Liska2-1/+5
2019-04-08re PR c++/89914 (ICE in nothrow_spec_p, at cp/except.c:1238)Paolo Carlini2-0/+14
2019-04-07re PR fortran/89904 (ICE in gfortran starting with r270045)Harald Anlauf1-1/+1
2019-04-07ChangeLog: Fix whitespace.Uros Bizjak1-7/+7
2019-04-07re PR target/89945 (ICE in gen_lowpart_general, at rtlhooks.c:63)Uros Bizjak2-0/+26
2019-04-06re PR fortran/87352 (Large stack usage with new gfortran)Thomas Koenig4-2/+34
2019-04-06re PR fortran/89981 (gfortran -pedantic rejects code in 8.3.1 that is accepte...Thomas Koenig2-0/+17
2019-04-05PR c++/87145 - bogus error converting class type in template arg list.Marek Polacek3-0/+56
2019-04-05PR bootstrap/89980 - pointer initialization with empty string folded to zeroMartin Sebor2-1/+106
2019-04-05Guard notes for -Waddress-of-packed-member on warning emission (PR c/89985)David Malcolm2-0/+24
2019-04-05[testsuite] PR71598: Fix testcases againChristophe Lyon3-2/+9
2019-04-05PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion.Marek Polacek2-0/+12
2019-04-05re PR debug/89892 (gcc generates wrong debug information at -O2)Richard Biener4-0/+103
2019-04-05Make FMA code cope with redundant negates (PR89956)Richard Sandiford2-0/+21
2019-04-04PR c++/89948 - ICE with break in statement-expr.Jason Merrill1-0/+10
2019-04-04PR c++/89966 - error with non-type auto tparm.Jason Merrill1-0/+6
2019-04-04PR c++/86986 - ICE with TTP with parameter pack.Jason Merrill1-0/+10
2019-04-04PR c++/89974 - ICE on a definition of a non-type specialization on a struct o...Martin Sebor10-0/+926
2019-04-04PR middle-end/89957 - ICE calling strnlen with an int128_t bound in a known r...Martin Sebor2-1/+47
2019-04-04PR middle-end/89934 - ICE on a call with fewer arguments to strncpy declared ...Martin Sebor3-12/+41
2019-04-04re PR target/89399 (ICE: RTL check: expected code 'set', 'clobber' or 'clobbe...Jeff Law2-0/+15
2019-04-04re PR fortran/89904 (ICE in gfortran starting with r270045)Harald Anlauf2-9/+12
2019-04-04re PR c++/65619 (friend declaration with template template parameter not reco...Paolo Carlini2-0/+31
2019-04-04re PR c++/61327 (Problem with friend template object)Paolo Carlini3-0/+62