This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36414] g++ causes segmentation violation on template test program
- From: "kemal dot ebcioglu at acm dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2008 21:36:21 -0000
- Subject: [Bug c++/36414] g++ causes segmentation violation on template test program
- References: <bug-36414-16267@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from kemal dot ebcioglu at acm dot org 2008-06-01 21:36 -------
Created an attachment (id=15710)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15710&action=view)
test case for recreating segmentation violation error
On the current release of cygwin, try
g++ -O testBug2.cpp
to recreate the segmentation violation error
g++ testBug2.cpp
./a
works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36414