This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14330] using -O3 causes a core whereas -O2 and under work


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]