This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/70185] fdump-tree-all-graph produces invalid dot files


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

--- Comment #1 from vries at gcc dot gnu.org ---
Created attachment 37934
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37934&action=edit
tentative patch

No more warnings, also for rtl:
...
$ rm *.c.* ; gcc test.c -O2 -S -fdump-tree-all-graph -fdump-rtl-all-graph  
$ for f in *.dot; do dot -Tpdf $f -o dot.pdf; done
$ 
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]