]> git.pld-linux.org Git - packages/gcc2.git/blame - gcc2-ppc-ice.patch
- move compressed patch to distfiles
[packages/gcc2.git] / gcc2-ppc-ice.patch
CommitLineData
43cb4b44
AM
1# DP: Add "Internal compiler error:" before some errors
2# DP: by Franz Sirl
3
4Index: gcc/toplev.c
5--- toplev.c 1999/05/20 10:40:05 1.185.4.1
6+++ gcc/toplev.c 1999/06/12 18:55:32
7@@ -1467,6 +1467,8 @@ fatal_insn VPROTO((const char *msgid, rt
8 #endif
9 va_list ap;
10
11+ error ("Internal compiler error:");
12+
13 VA_START (ap, insn);
14
15 #ifndef ANSI_PROTOTYPES
16@@ -1943,6 +1945,8 @@ fatal VPROTO((const char *msgid, ...))
17 const char *msgid;
18 #endif
19 va_list ap;
20+
21+ error ("Internal compiler error:");
22
23 VA_START (ap, msgid);
24
This page took 0.06832 seconds and 4 git commands to generate.