Re: note generating in case of type confliction

2013-07-21 Thread Klin Iop
: Klin Iop CC: "gcc@gcc.gnu.org" Gesendet: 20:00 Donnerstag, 18.Juli 2013 Betreff: Re: note generating in case of type confliction On 18 July 2013 20:32, Klin Iop wrote: > Hello, > > I'm mostly new to gcc, so I don't really have a real idea how notes are > ge

Re: note generating in case of type confliction

2013-07-18 Thread Jonathan Wakely
On 18 July 2013 20:32, Klin Iop wrote: > Hello, > > I'm mostly new to gcc, so I don't really have a real idea how notes are > generated. More exactly I would like to know, how types are compared during > compilation, and what makes the compiler decide to throw a message in case > they aren't equ

note generating in case of type confliction

2013-07-18 Thread Klin Iop
Hello, I'm mostly new to gcc, so I don't really have a real idea how notes are generated. More exactly I would like to know, how types are compared during compilation, and what makes the compiler decide to throw a message in case they aren't equal. There is this message "note: expected `type` b