This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/8898] [Ada] cannot link with tasks and pragma Linker_Options ("-Wl,--stack=0x80000");
- From: "n dot brunot at cadwin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Oct 2003 16:33:57 -0000
- Subject: [Bug ada/8898] [Ada] cannot link with tasks and pragma Linker_Options ("-Wl,--stack=0x80000");
- References: <20021211010601.8898.n.brunot@cadwin.com>
- 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=8898
------- Additional Comments From n dot brunot at cadwin dot com 2003-10-27 16:33 -------
Subject: RE: [Ada] cannot link with tasks and pragma Linker_Options ("-Wl,--stack=0x80000");
This is not surprising there is no trouble, because a patch was applied, to
prevent crash at compile time.
Actually, there is no crash, but given option has no effect, so the problem
is still there.
The author of the patch didn't close the PR
See comment #5 from Danny Smith
I heard once that the problem could be due to the way Gnat handle the order
of options.
Anybody knows what is the correct explanation, and where is the problem,
GCC, GNAT or MinGW ?