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++/6785] Core dump from g++ 3.0.4 (on Linux)


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.


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