https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
qinzhao at gcc dot gnu.org changed:
What|Removed |Added
CC||rguenther at suse dot de
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #9 from Sam James ---
(In reply to qinzhao from comment #8)
> for the reduced testing case, with my work-in-progress 3rd version of the
> patch + -fdiagnostics-explain-harder:
> t.c:15:15: warning: array subscript [0, 2] is outside a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #7 from Sam James ---
I think your patch here isn't really getting it wrong, it's just that the
structure of the if() across multiple lines doesn't make it obvious?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
Sam James changed:
What|Removed |Added
Attachment #59420|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #5 from Sam James ---
Created attachment 59420
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59420&action=edit
reduced.i
Reduced it a bit, it could be cleaned up more but I think it should be good
enough.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
Sam James changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #4 from qinzhao at gcc dot gnu.org ---
Looks like that my RFC patch currently has bugs that cannot locate the event
accurately.
need more study here to see how to locate the conditional event accurately.
I need to reduce this test ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #2 from Sam James ---
static bool
setval_internal (int comind, const char *com, const char *val)
{
assert (0 <= comind && ((size_t) comind) < countof (commands));
if ((unsigned) comind >= countof (commands))
return NULL;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
Sam James changed:
What|Removed |Added
See Also||https://gitlab.com/gnuwget/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117179
--- Comment #1 from Sam James ---
Created attachment 59363
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59363&action=edit
init.i.xz
10 matches
Mail list logo