This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14330] using -O3 causes a core whereas -O2 and under work
- From: "ml at slack dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Mar 2004 03:53:46 -0000
- Subject: [Bug target/14330] using -O3 causes a core whereas -O2 and under work
- References: <20040228052014.14330.ml@slack.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ml at slack dot net 2004-03-31 03:53 -------
Subject: Re: using -O3 causes a core whereas -O2 and under
work
here are the results I got executing the binary on my solaris x86 box:
gcc -finline-functions fpe-test.c works
gcc -O -finline-functions fpe-test.c cores
gcc -O2 -finline-functions fpe-test.c cores
On 26 Mar 2004, pinskia at gcc dot gnu dot org wrote:
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-26 15:50 -------
> Does -O2 -finline-functions also give a core file?
>
> --
> What |Removed |Added
> ----------------------------------------------------------------------------
> Component|optimization |target
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14330
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
>
>
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14330