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 c/30762] [4.2/4.3 Regression] IMA messes up with inlining



------- Comment #13 from jakub at gcc dot gnu dot org  2007-03-19 23:28 -------
Subject: Bug 30762

Author: jakub
Date: Mon Mar 19 23:28:33 2007
New Revision: 123075

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123075
Log:
        PR c/30762
        * c-typeck.c (convert_for_assignment): Call comptypes for
        RECORD_TYPE or UNION_TYPE.

        * gcc.dg/pr30762-1.c: New test.
        * gcc.dg/pr30762-2.c: New test.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/pr30762-1.c
    branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/pr30762-2.c
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/c-typeck.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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