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 ada/22333] [4.1 Regression] ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR



------- Comment #12 from ebotcazou at gcc dot gnu dot org  2005-11-17 21:03 -------
Subject: Bug 22333

Author: ebotcazou
Date: Thu Nov 17 21:03:50 2005
New Revision: 107134

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107134
Log:
        PR ada/22333
        * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
        a temporary if taking the address of something that is neither
        reference, declaration, or constant, since the gimplifier
        can't handle that case.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/trans.c


-- 


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


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