[Bug libgomp/106906] libgomp/env.c: 3 * boolean value assigned to pointer

2022-09-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106906 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug libgomp/106906] libgomp/env.c: 3 * boolean value assigned to pointer

2022-09-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106906 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e11babbfac21163118b69dd25b468ade80dbe8de commit r13-2652-ge11babbfac21163118b69dd25b468ade80dbe8de Author: Jakub Jelinek Date:

[Bug libgomp/106906] libgomp/env.c: 3 * boolean value assigned to pointer

2022-09-12 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106906 --- Comment #1 from Jakub Jelinek --- Well, it is correct as is, because while icv_addr[3] and params[3] have void * type, they are actually cast to various types (either other pointers or bool etc.). But there is no need not to make the cast