This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24009] [4.0/4.1 regression] C++ fails to print #include stack
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2005 16:47:47 -0000
- Subject: [Bug c++/24009] [4.0/4.1 regression] C++ fails to print #include stack
- References: <20050922103358.24009.gerald@pfeifer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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