Re: Google SoC Project proposal: Wcoercion option

2006-05-07 Thread lopezibanez
On 06/05/06, Mike Stump <[EMAIL PROTECTED]> wrote: On May 4, 2006, at 4:44 PM, [EMAIL PROTECTED] wrote: >>struct C : A, B { /* ... */ }; > > I am sorry to say that I don't understand the definition of struct C. C is derived from A and B. Only valid of course in C++. OK. This is multiple

Re: Google SoC Project proposal: Wcoercion option

2006-05-06 Thread Mike Stump
On May 4, 2006, at 4:44 PM, [EMAIL PROTECTED] wrote: struct C : A, B { /* ... */ }; I am sorry to say that I don't understand the definition of struct C. C is derived from A and B. Only valid of course in C++.

Re: Google SoC Project proposal: Wcoercion option

2006-05-04 Thread lopezibanez
Hi Grabiel, On 26 Apr 2006 20:36:27 +0200, Gabriel Dos Reis <[EMAIL PROTECTED]> wrote: I hope that does not fire up warnings for the following case and variants struct A { /* ... */ }; struct B { /* ... */ }; struct C : A, B { /* ... */ }; void f(B*); C c; f(&c); as the call t

Re: Google SoC Project proposal: Wcoercion option

2006-05-04 Thread lopezibanez
Hi Ian, I have submitted the project proposal to Google so it should be available to GCC for review. Although I cannot edit it anymore, any comment, criticism (even in the language, I am not native English-speaker) would be welcome. Cheers, Manu. On 26 Apr 2006 10:05:34 -0700, Ian Lanc

Re: Google SoC Project proposal: Wcoercion option

2006-04-26 Thread Gabriel Dos Reis
[EMAIL PROTECTED] writes: Hi, this looks good. I hope you get the funds to work on it. [...] | The proposal of Joseph Myers[6] defines the basic goal of | thisproject, which is to create a new option: Wcoercion. This new | optionwill warn for any implicit conversion that may alter a | value.

Re: Google SoC Project proposal: Wcoercion option

2006-04-26 Thread Ian Lance Taylor
[EMAIL PROTECTED] writes: > I would like to participate in the Google Summer of Code with GCC as > the mentoring organisation working in the project described below. > This is a draft of the project proposal I am preparing to submit to > Google. Any comments and suggestions (and criticism) are wel

Google SoC Project proposal: Wcoercion option

2006-04-24 Thread lopezibanez
Dear all, I would like to participate in the Google Summer of Code with GCC as the mentoring organisation working in the project described below. This is a draft of the project proposal I am preparing to submit to Google. Any comments and suggestions (and criticism) are welcome. Also, if someone w