View | Details | Raw Unified | Return to bug 179204
Collapse All | Expand All

(-)lang/gcc46/files/patch-c-typeck.c (+17 lines)
Line 0 Link Here
1
Manuel López-Ibáñez	2012-11-18 21:15:09 UTC
2
3
       PR c/55383
4
       * c/c-typeck.c: Use %qv for non-function types
5
6
--- gcc/c-typeck.c~      2012-09-15 04:29:28.000000000 +0400
7
+++ gcc/c-typeck.c       2013-06-02 13:57:25.000000000 +0400
8
@@ -4456,7 +4456,7 @@
9
     /* There are qualifiers present in IN_OTYPE that are not present
10
 	in IN_TYPE.  */
11
     warning_at (loc, OPT_Wcast_qual,
12
-		"cast discards %q#v qualifier from pointer target type",
13
+		"cast discards %qv qualifier from pointer target type",
14
 		discarded);
15
 
16
   if (added || discarded)
17
(-)lang/gcc47/files/patch-c-typeck.c (+17 lines)
Line 0 Link Here
1
Manuel López-Ibáñez	2012-11-18 21:15:09 UTC
2
3
       PR c/55383
4
       * c/c-typeck.c: Use %qv for non-function types
5
6
--- gcc/c-typeck.c~      2012-09-15 04:29:28.000000000 +0400
7
+++ gcc/c-typeck.c       2013-06-02 13:57:25.000000000 +0400
8
@@ -4456,7 +4456,7 @@
9
     /* There are qualifiers present in IN_OTYPE that are not present
10
 	in IN_TYPE.  */
11
     warning_at (loc, OPT_Wcast_qual,
12
-		"cast discards %q#v qualifier from pointer target type",
13
+		"cast discards %qv qualifier from pointer target type",
14
 		discarded);
15
 
16
   if (added || discarded)
17
(-)lang/gcc48/files/patch-c-typeck.c (+17 lines)
Line 0 Link Here
1
Manuel López-Ibáñez	2012-11-18 21:15:09 UTC
2
3
       PR c/55383
4
       * c/c-typeck.c: Use %qv for non-function types
5
6
--- gcc/c/c-typeck.c~      2012-09-15 04:29:28.000000000 +0400
7
+++ gcc/c/c-typeck.c       2013-06-02 13:57:25.000000000 +0400
8
@@ -4456,7 +4456,7 @@
9
     /* There are qualifiers present in IN_OTYPE that are not present
10
 	in IN_TYPE.  */
11
     warning_at (loc, OPT_Wcast_qual,
12
-		"cast discards %q#v qualifier from pointer target type",
13
+		"cast discards %qv qualifier from pointer target type",
14
 		discarded);
15
 
16
   if (added || discarded)
17
(-)lang/gcc49/files/patch-c-typeck.c (+17 lines)
Line 0 Link Here
1
Manuel López-Ibáñez	2012-11-18 21:15:09 UTC
2
3
       PR c/55383
4
       * c/c-typeck.c: Use %qv for non-function types
5
6
--- gcc/c/c-typeck.c~      2012-09-15 04:29:28.000000000 +0400
7
+++ gcc/c/c-typeck.c       2013-06-02 13:57:25.000000000 +0400
8
@@ -4456,7 +4456,7 @@
9
     /* There are qualifiers present in IN_OTYPE that are not present
10
 	in IN_TYPE.  */
11
     warning_at (loc, OPT_Wcast_qual,
12
-		"cast discards %q#v qualifier from pointer target type",
13
+		"cast discards %qv qualifier from pointer target type",
14
 		discarded);
15
 
16
   if (added || discarded)
17

Return to bug 179204