This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14763] [3.3/3.4/3.5 Regression] internal compiler error: in find_function_data, at function.c:320
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Mar 2004 05:15:12 -0000
- Subject: [Bug c++/14763] [3.3/3.4/3.5 Regression] internal compiler error: in find_function_data, at function.c:320
- References: <20040328220714.14763.j_s@telia.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-03-29 05:15 -------
This is significantly shorter:
-----------------
struct A {
int get() const {}
static A *foo();
};
template<bool> struct S {
S(unsigned int = A::foo()->get()) ;
};
void foo() throw() {
S<false> f;
}
---------------------------
g/x> /home/bangerth/bin/gcc-3.3.4-pre/bin/c++ -c x.cc
x.cc: In function `void foo()':
x.cc:11: internal compiler error: in find_function_data, at function.c:313
Please submit a full bug report,
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14763