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: Constant expressions etc. patch committed


On Sun, Mar 29, 2009 at 11:14 AM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> I have now committed my C constant expressions and VLA size evaluation
> fixes to trunk in the form below. ?Bootstrapped with no regressions on
> i686-pc-linux-gnu and x86_64-unknown-linux-gnu.
>
> For further discussion of the patch, see the original posting
> <http://gcc.gnu.org/ml/gcc-patches/2008-10/msg01061.html>. ?This trunk
> version has all the subsequent fixes from c-4_5-branch integrated (but
> not the excess precision changes built on top of this infrastructure,
> while I'll prepare and test for a separate trunk commit, or the PR
> 35235 fix, which again builds on these changes and again I'll test for
> a separate trunk commit). ?Relative to the version on c-4_5-branch
> this one has a few further testsuite fixes for tests that diagnose
> conversions between integers and pointers of different sizes (either
> new tests, or tests that newly know the integers are not constant
> expressions) on 64-bit systems.
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39614
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39613


H.J.


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