]> git.pld-linux.org Git - packages/gcc2.git/blob - gcc2-ppc-ice.patch
- move compressed patch to distfiles
[packages/gcc2.git] / gcc2-ppc-ice.patch
1 # DP: Add "Internal compiler error:" before some errors
2 # DP:  by Franz Sirl
3
4 Index: 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.07068 seconds and 3 git commands to generate.