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++/51319] [4.7 Regression] Eigen3 enums not accepted


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

--- Comment #3 from fabien at gcc dot gnu.org 2011-12-05 22:04:45 UTC ---
Author: fabien
Date: Mon Dec  5 22:04:40 2011
New Revision: 182029

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182029
Log:
gcc/testsuite/ChangeLog

2011-12-05  Fabien Chene  <fabien@gcc.gnu.org>

    PR c++/51319
    * g++.dg/lookup/using50.C: New.
    * g++.dg/lookup/using51.C: New.

gcc/cp/ChangeLog

2011-12-05  Fabien Chene  <fabien@gcc.gnu.org>

    PR c++/51319
    * semantics.c (finish_id_expression): Strip using declarations
    early in the function.

Added:
    trunk/gcc/testsuite/g++.dg/lookup/using50.C
    trunk/gcc/testsuite/g++.dg/lookup/using51.C
Modified:
    trunk/gcc/cp/semantics.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]