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++/48632] Internal compiler error when using OpenMP with template


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-18 21:55:10 UTC ---
Author: jakub
Date: Mon Apr 18 21:55:07 2011
New Revision: 172674

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172674
Log:
    PR c++/48632
    * parser.c (cp_parser_omp_for_loop): Don't use cp_parser_omp_for_incr
    for type dependent pointers.

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

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


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