Trivial testsuite fix for 16bit targets

2020-10-20 Thread Jeff Law via Gcc-patches
cr16-elf regressed this test: cr16-sim: gcc.dg/Wbuiltin-declaration-mismatch-9.c (test for excess errors) There's a dg-prune in the test which stripped out some messages, but it wasn't sufficient to cover the 16 bit targets.  This patch adds another string to prune.  Committed. Jeff gcc/t

Re: [committed] Trivial testsuite fix to cope with Indu's recent change

2018-12-01 Thread Indu Bhagat
This regression slipped in because my testing was a week old. The predict-22.c is a commit of Nov 28. Thanks Jeff. I saw this regression yesterday and was about to send the patch shortly. I should have kept the patch tested proactively. Thanks Indu On 12/01/2018 08:56 AM, Jeff Law wrote:

[committed] Trivial testsuite fix to cope with Indu's recent change

2018-12-01 Thread Jeff Law
Indu's change to clean up some profiling dumps clearly wasn't regression tested as it fails on every target. We have an edge to a block with a call to an explicitly marked cold function in it. We consider that a precise prediction. Indu's change reflects that information into the dump file, ch

Trivial testsuite fix

2014-11-07 Thread Jeff Law
I added a C++ test with a .c extension. Oops. Corrected in the obvious way :-) Committed to the trunk. * g++.dg/pr61289-2.C: Renamed from pr61289-2.c. diff --git a/gcc/testsuite/g++.dg/pr61289-2.C b/gcc/testsuite/g++.dg/pr61289-2.C new file mode 100644 index 000..4cc3ebe

Re: Trivial testsuite fix

2013-04-29 Thread Andreas Schwab
Jeff Law writes: > commit 07373396d21b65f975c2354e7c6ab454200b40af > Author: Jeff Law You should set the author accordingly. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different.

Trivial testsuite fix

2013-04-29 Thread Jeff Law
A private message from Kai to myself include this patch to fix an out of bounds array access in the testsuite. Installed on the trunk for Kai. commit 07373396d21b65f975c2354e7c6ab454200b40af Author: Jeff Law Date: Mon Apr 29 10:22:11 2013 -0600 * gcc.c-torture/execute/pr55875