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++/38639] [4.4 regression] ICE with invalid use of auto in parallel for-loop



------- Comment #2 from jakub at gcc dot gnu dot org  2008-12-27 15:26 -------
Subject: Bug 38639

Author: jakub
Date: Sat Dec 27 15:24:52 2008
New Revision: 142933

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142933
Log:
        PR c++/38639
        * pt.c (tsubst_omp_for_iterator): RECUR on whole init_expr instead of
        just its type.

        * g++.dg/gomp/pr38639.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr38639.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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