This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: small patch to 19991101 snapshot


>What compiler are you using?
>What is the error?

HP C compiler.  The error is exactly what you said below.

- Jimmy Guo, guo@cup.hp.com

>Jimmy> - 	win:
>Jimmy>   	}
>Jimmy>         p = p1;
>Jimmy>       }
>Jimmy>   }
>Jimmy> --- 6635,6642 ----
>Jimmy> +     win:
>Jimmy>         p = p1;
>Jimmy>       }
>Jimmy>   }
>
>I think the problem is that some C compilers expect a statement after
>a label.  I like `win: ;' instead, but it isn't my call.
>
>Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]