This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Ping: java: Align data in .rodata.jutf8.* sections.
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at caviumnetworks dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 30 Apr 2010 14:50:22 -0600
- Subject: Re: Ping: java: Align data in .rodata.jutf8.* sections.
- References: <4BDB1A60.5010908@caviumnetworks.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@caviumnetworks.com> writes:
David> So it has been a little while since I sent this patch:
David> http://gcc.gnu.org/ml/java-patches/2009-q1/msg00044.html
David> I still think it is a good idea, and would re-test it on the trunk.
I looked at this. I don't know what it means to set DECL_USER_ALIGN
when there is no explicit alignment on the decl. Is this ok?
(This isn't an area of gcc I know well.)
Also it is missing a space before the open paren.
Assuming the generated tree is ok, it seems fine to me.
Tom