[Bug c/20422] Mismatch in pointer indirection level should give specialized warning

2021-09-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20422 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/20422] Mismatch in pointer indirection level should give specialized warning

2005-03-11 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-03-11 20:01 --- Subject: Re: Mismatch in pointer indirection level should give specialized warning On Fri, 11 Mar 2005, pinskia at gcc dot gnu dot org wrote: > Really in my mind, we should be rejecting this invalid code

[Bug c/20422] Mismatch in pointer indirection level should give specialized warning

2005-03-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-11 18:20 --- Really in my mind, we should be rejecting this invalid code instead of just warning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20422

[Bug c/20422] Mismatch in pointer indirection level should give specialized warning

2005-03-11 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-03-11 18:03 --- (In reply to comment #5) > warning: passing arg 1 of `mymalloc': > 'void **' differs in levels of indirection from 'char *' > > My suggestion therefore would be to move towards a situation where > gcc distingu