[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2022-11-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 --- Comment #7 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:5c6546ca7d8cab1f1c129f5b55f709e2ceee0f94 commit r13-3884-g5c6546ca7d8cab1f1c129f5b55f709e2ceee0f94 Author: David Malcolm Date: Th

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Sep 15 12:27:35 2016 New Revision: 240163 URL: https://gcc.gnu.org/viewcvs?rev=240163&root=gcc&view=rev Log: PR rtl-optimization/77425 * sched-int.h (sd_iterator_cond)

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Sep 5 08:49:41 2016 New Revision: 239986 URL: https://gcc.gnu.org/viewcvs?rev=239986&root=gcc&view=rev Log: PR rtl-optimization/77425 * ipa-devirt.c (get_odr_type): S

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 --- Comment #3 from Jonathan Wakely --- (In reply to Manuel López-Ibáñez from comment #1) > There is also this example: > > odr_type > get_odr_type (tree type, bool insert) > { > > odr_types[val->id] = 0; > gcc_assert (val->derived_ty

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-08-31 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen