This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem while executing a custom testcase inside testsuite


On Sat, Jun 22, 2019 at 1:10 PM Andreas Schwab <schwab@linux-m68k.org>
wrote:

> On Jun 22 2019, Akshat Garg <xkspr7@gmail.com> wrote:
>
> > I believe I should be getting a warning like:
> > warning: initialization from incompatible pointer type
> > [-Wincompatible-pointer-types]
> > but in the gcc.log file, I found this:
> > error: initialization of '_Atomic struct rcutest *' from incompatible
> > pointer type 'struct rcutest *' [-Wincompatible-pointer-types]
> >
> > Can anyone please explain to me why this is considered as an error, not a
> > warning?
>
> Because it's a pedwarn, and you are passing -pedantic-errors.
>
So, can you tell me what should I pass for pedwarn. I tried with
-pedwarn-errors, but it didn't work.

>
> Andreas.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
> "And now for something completely different."
>


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