[PATCH 1/N] Introduce dump_flags_t type and use it instead of int type.

Martin Liška mliska@suse.cz
Fri May 5 10:44:00 GMT 2017


Hello.

There's first patch that just defines dump_flags_t as uint64_t and changes all
corresponding interfaces that do use it. There's a problematic impact that
all targets have to include dumpfile.h just right after coretypes.h. That makes
the patch harder to properly test. I tried couple of cross-compilers and it works.

Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
I've been also testing i686-linux-gnu bootstrap and x86_64-linux-gnu targets.

Thoughts?
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Introduce-dump_flags_t-type-and-use-it-instead-of-in.patch.bz2
Type: application/x-bzip
Size: 33024 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170505/71cd59f0/attachment.bin>


More information about the Gcc-patches mailing list