[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-08-08 Thread tim.vanholder at anubex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 tim.vanholder at anubex dot com changed: What|Removed |Added CC||tim.vanholder at anubex

[Bug tree-optimization/83733] New: -Wformat-overflow false positive for %d on bounded integer when inlining

2018-01-08 Thread tim.vanholder at anubex dot com
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: tim.vanholder at anubex dot com Target Milestone: --- Given code similar to struct foo { char buf[9]; }; void fun(struct foo* pfoo, int report) { if (report

[Bug tree-optimization/83733] -Wformat-overflow false positive for %d on bounded integer when inlining

2018-01-08 Thread tim.vanholder at anubex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83733 --- Comment #2 from Tim Van Holder --- Created attachment 43062 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43062&action=edit Testcase Testcase attached. Compiling with "gcc -c -Wall -Wextra -Werror -O3 gcc83733.c" yields: gcc83733.c:

[Bug driver/48520] New: "make install" for cross-compile silently clobbers target-gcc

2011-04-08 Thread tim.vanholder at anubex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48520 Summary: "make install" for cross-compile silently clobbers target-gcc Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug bootstrap/48520] "make install" for cross-compile silently clobbers target-gcc

2011-04-10 Thread tim.vanholder at anubex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48520 --- Comment #2 from tim.vanholder at anubex dot com 2011-04-11 06:56:27 UTC --- Fair enough. However, this was the _only_ (noticeable) breakage resulting from this configuration. If that's really all there is I don't see why thi

[Bug c/105346] New: -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-22 Thread tim.vanholder at anubex dot com via Gcc-bugs
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: tim.vanholder at anubex dot com Target Milestone: --- Bison grammars (can) include code like /* The state stack: array, bottom, top. */ yy_state_t yyssa[YYINITDEPTH

[Bug c/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 --- Comment #2 from Tim Van Holder --- Sorry, missed that update. Will see what I can do. It is a fairly large grammar; there are 8300 lines between the declaration and the free(). Not sure if that is likely to matter.

[Bug c/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 --- Comment #3 from Tim Van Holder --- Created attachment 52880 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52880&action=edit testcase (redacted .ii file) Right, I managed to strip out all code I'm not allowed to share. I do seem to ha

[Bug c++/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 Tim Van Holder changed: What|Removed |Added Component|c |c++ --- Comment #4 from Tim Van Holder