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
: 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
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:
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
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
: 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
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.
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
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