This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6785] Core dump from g++ 3.0.4 (on Linux)
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jun 2003 15:11:08 -0000
- Subject: [Bug c++/6785] Core dump from g++ 3.0.4 (on Linux)
- References: <20020523082602.6785.kanze@gabi-soft.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6785
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-24 15:11 -------
2.95.3 did not accept the smaller testcase either:
tin:~/src/gnu/gcctest>~/ia32_linux_gcc2_95/bin/gcc pr6785.cc
pr6785.cc: In function `void f()':
pr6785.cc:13: no matching function for call to `size (const char[4])'
pr6785.cc:14: `buf' undeclared (first use this function)
pr6785.cc:14: (Each undeclared identifier is reported only once
pr6785.cc:14: for each function it appears in.)
But it looks like it rejected even before the second call to size.