[Bug c++/66097] Program fails to run with -O1 but runs with individual settings.

2017-08-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66097

Eric Gallager  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 CC||egallager at gcc dot gnu.org
 Resolution|--- |INVALID

--- Comment #2 from Eric Gallager  ---
(In reply to Andrew Pinski from comment #1)
> > Not all optimizations are controlled directly by a flag.
> > Only optimizations that have a flag are listed in this section.
> 
> > Most optimizations are only enabled if an -O level is set on the command 
> > line.
> 
> So we need the testcase which fails for you when compiled with -O1 compared
> to -O0.

Testcase never provided; closing

[Bug c++/66097] Program fails to run with -O1 but runs with individual settings.

2015-05-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66097

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2015-05-10
 Ever confirmed|0   |1

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org ---
 Not all optimizations are controlled directly by a flag.
 Only optimizations that have a flag are listed in this section.

 Most optimizations are only enabled if an -O level is set on the command line.

So we need the testcase which fails for you when compiled with -O1 compared to
-O0.