re PR testsuite/91004 (Excess errors in g++.dg/torture/pr34850.C starting with r272688)
2019-06-27 Richard Biener <rguenther@suse.de> PR testsuite/91004 * g++.dg/torture/pr34850.C: Fix overly reduced testcase. From-SVN: r272737
This commit is contained in:
parent
721bd21026
commit
fecd7a1ab4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-06-27 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR testsuite/91004
|
||||
* g++.dg/torture/pr34850.C: Fix overly reduced testcase.
|
||||
|
||||
2019-06-27 Kewen Lin <linkw@gcc.gnu.org>
|
||||
|
||||
PR target/62147
|
||||
|
|
|
@ -13,7 +13,8 @@ extern "C" {
|
|||
extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__, __artificial__))
|
||||
void * memset (void *__dest, int __ch, size_t __len) throw () {
|
||||
if (__builtin_constant_p (__len) && __len == 0)
|
||||
__warn_memset_zero_len ();
|
||||
__warn_memset_zero_len ();
|
||||
return __dest;
|
||||
}
|
||||
}
|
||||
inline void clear_mem(void* ptr, u32bit n) {
|
||||
|
|
Loading…
Add table
Reference in a new issue