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++/24009] [4.0/4.1 regression] C++ fails to print #include stack


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-23 16:47 -------
Hmm, my simple example shows that this is a regression also in 3.4.0 but that looks like a different 
bug than the orginal one.
Anyways here is the reduced testcase for the reported bug, I will file the other one in a different bug:
# 1 "t.cc"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "t.cc"
# 1 "t.h" 1
namespace t
{
  using ::t1;
}
# 2 "t.cc" 2

-- 


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


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