aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2018-03-15 15:39:46 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2018-03-15 15:39:46 +0000
commite333a522bb5f686c9536fd95af8da33fce333d43 (patch)
tree9cfad98165360f5bf0dad5542dfac87102dbf16e /gcc
parent244688fb39c1245cc137ae39a25fbc72eec83f56 (diff)
downloadgcc-e333a522bb5f686c9536fd95af8da33fce333d43.zip
gcc-e333a522bb5f686c9536fd95af8da33fce333d43.tar.gz
gcc-e333a522bb5f686c9536fd95af8da33fce333d43.tar.bz2
Fix testcase for PR c/84852
gcc/testsuite/ChangeLog: PR c/84852 * gcc.dg/fixits-pr84852-1.c: Fix filename in dg-regexp. From-SVN: r258559
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/fixits-pr84852-1.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a35afb..41b4d70 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-15 David Malcolm <dmalcolm@redhat.com>
+
+ PR c/84852
+ * gcc.dg/fixits-pr84852-1.c: Fix filename in dg-regexp.
+
2018-03-15 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.c (abi_v4_pass_in_fpr): Add back the
diff --git a/gcc/testsuite/gcc.dg/fixits-pr84852-1.c b/gcc/testsuite/gcc.dg/fixits-pr84852-1.c
index ed88434..98087ab 100644
--- a/gcc/testsuite/gcc.dg/fixits-pr84852-1.c
+++ b/gcc/testsuite/gcc.dg/fixits-pr84852-1.c
@@ -22,4 +22,4 @@ int foo (void) { return strlen(""); }
#endif
/* We need this, to consume a stray line marker for the bogus line. */
-/* { dg-regexp ".*fixits-pr84852.c:-812156810:25:" } */
+/* { dg-regexp ".*fixits-pr84852-1.c:-812156810:25:" } */