public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/94148] New: The DF framework uses bb->aux, which is for passes only
@ 2020-03-11 16:57 segher at gcc dot gnu.org
  2020-03-11 16:57 ` [Bug rtl-optimization/94148] " segher at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: segher at gcc dot gnu.org @ 2020-03-11 16:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94148

            Bug ID: 94148
           Summary: The DF framework uses bb->aux, which is for passes
                    only
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

df-core.c:df_worklist_dataflow_doublequeue uses bb->aux, clobbering it,
while that field is documented as

  /* Auxiliary info specific to a pass.  */
  PTR GTY ((skip (""))) aux;

and some passes that do use DF also use bb->aux.  This gives problems
with overlapping lifetimes.


This blocks fixing PR94042 properly.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-13 11:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 16:57 [Bug rtl-optimization/94148] New: The DF framework uses bb->aux, which is for passes only segher at gcc dot gnu.org
2020-03-11 16:57 ` [Bug rtl-optimization/94148] " segher at gcc dot gnu.org
2020-03-12  9:01 ` rguenth at gcc dot gnu.org
2020-03-12 13:55 ` segher at gcc dot gnu.org
2020-03-13 17:53 ` segher at gcc dot gnu.org
2020-03-13 22:58 ` segher at gcc dot gnu.org
2020-03-13 22:59 ` segher at gcc dot gnu.org
2020-05-07 11:56 ` jakub at gcc dot gnu.org
2020-07-13 11:12 ` segher at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).