This is the mail archive of the gcc-patches@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]

Re: [PING][PR gcov-profile/43341] Make layout of gcov structures fixed


On Wed, May 5, 2010 at 11:35 AM, Alexander Monakov <amonakov@ispras.ru> wrote:
> ? /* FIXME: use build_constructor directly. ?*/
> ? value = build_constructor_from_list (type, nreverse (value));

You could fix this FIXME while you're here.
If you do that, watch out: build_constructor_from_list sets
TREE_CONSTANT on the constructor, but build_constructor does not. I
have a patch to fix that, let me know if you want to have it.

Ciao!
Steven


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