This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Even more Re: A bug, C++ on IA-64 (linux)
- To: duraid at fl dot net dot au
- Subject: Re: Even more Re: A bug, C++ on IA-64 (linux)
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 28 May 2000 17:09:02 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <AFEEIDHGBPFINNGKLJOBCEBECCAA.duraid@fl.net.au>
> And also, I _think_ I've just noticed the same bug on an EV6 (alpha 21264)
> system, using g++ version 2.8.1! (i.e. if -O is removed, it compiles just
> fine, but with -O (or higher) it breaks)
Thanks for your bug report. It would help if you'd include the exact
error message, so that people like me without ready access to an ia64
system can tell whether it is likely a target specific problem or not.
In case you haven't done so, I recommend looking at the "Reporting
Bugs" section of the GCC manual - I found it interesting to read when
I saw it the first time.
Regards,
Martin