Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: gcc/gcc/testsuite/gcc.dg/cleanup-1.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/cast-function-1.c ('k') | gcc/gcc/testsuite/gcc.dg/compat/compat-common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/cleanup-1.c
diff --git a/gcc/gcc/testsuite/gcc.dg/cleanup-1.c b/gcc/gcc/testsuite/gcc.dg/cleanup-1.c
index dd571635baf8bd0ec79a2fb2fc200cd74bb9f510..48b82646e4887de1d8dbf37c9c76613ce297c13d 100644
--- a/gcc/gcc/testsuite/gcc.dg/cleanup-1.c
+++ b/gcc/gcc/testsuite/gcc.dg/cleanup-1.c
@@ -7,12 +7,12 @@
static int f1(void *x U) { return 0; }
static void f2() { }
-static void f3(void) { }
+static void f3(void) { } /* { dg-message "note: declared here" } */
static void f4(void *x U) { }
static void f5(int *x U) { }
static void f6(double *x U) { } /* { dg-message "note: expected '\[^\n'\]*' but argument is of type '\[^\n'\]*'" "note: expected" } */
static void f7(const int *x U) { }
-static void f8(const int *x U, int y U) { }
+static void f8(const int *x U, int y U) { } /* { dg-message "note: declared here" } */
static void f9(int x U) { } /* { dg-message "note: expected '\[^\n'\]*' but argument is of type '\[^\n'\]*'" "note: expected" } */
void test(void)
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/cast-function-1.c ('k') | gcc/gcc/testsuite/gcc.dg/compat/compat-common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698