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] | |
That call:
copy ( x.begin ( ), x.end ( ), f.insert_iterator ( ) );
Produces an internal compiler error:
main.cpp: In function `void copia(set<X,less<X>,allocator<X> > &)':
main.cpp:16: Internal compiler error.
main.cpp:16: Please submit a full bug report.
main.cpp:16: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
The attached code produces that error on gcc 2.95.3:
$gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
--
Jordi Ferrer Plana
Computer Vision and Robotics Group
University of Girona (SPAIN)
Dept. of Electronics, Informatics and Automation
Tel. +34 972 418 881 - Fax. +34 972 418 259
web: http://eia.udg.es/~jferrerp - E-mail: jferrerp@eia.udg.es
http://llamatron.homelinux.net netfox@llamatron.homelinux.net
Attachment:
main.cpp
Description: Text document
Attachment:
main.ii
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |