This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.9.1 Status Report (2014-07-10)
- From: Chris Johns <chrisj at rtems dot org>
- To: "Franzi Edo." <edo dot franzi at ukos dot ch>
- Cc: James Greenhalgh <james dot greenhalgh at arm dot com>, Joel Sherrill <joel dot sherrill at oarcorp dot com>, "pinskia at gmail dot com" <pinskia at gmail dot com>, Ian Lance Taylor <iant at google dot com>, Jakub Jelinek <jakub at redhat dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 14 Jul 2014 13:01:52 +1000
- Subject: Re: GCC 4.9.1 Status Report (2014-07-10)
- Authentication-results: sourceware.org; auth=none
- References: <20140710103011 dot GE31640 at tucnak dot redhat dot com> <4E484367-BB51-4E47-A5C6-7A71C9A5FC83 at ukos dot ch> <CAKOQZ8yFgUf092b9-F+Hf_ZTZhiNdxQGJJ8znLPxVCw9MhFshg at mail dot gmail dot com> <24B0C232-909F-40BD-BD3A-32DA133E4035 at gmail dot com> <53BF13CB dot 7080001 at oarcorp dot com> <08A99D9D-6C8B-496A-9470-FC259BF95EE5 at ukos dot ch> <20140712094119 dot GA31278 at arm dot com> <C8BDB9A1-2F5C-4FA9-B86A-893F5B622624 at ukos dot ch>
On 13/07/2014 3:38 am, Franzi Edo. wrote:
Hi James (all),
Thank you for all of your suggestions.
I tried everything unsuccessfully. Unfortunately, the
make CFLAGS="-g -O2 -fbracket-depth=1024”
and the
make BUILD_CFLAGS="-g -O2 -fbracket-depth=1024”
do not solve the problem.
Please add 'BUILD_CFLAGS="-g -O2 -fbracket-depth=1024”' to the configure
command line before the configure script is referenced, ie:
$ BUILD_CFLAGS="-g -O2 -fbracket-depth=1024” ../gcc-4.9.0/configure ...
Chris