public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/47561] New: Error message does not say to which option it refers
@ 2011-02-01  0:14 schnetter at gmail dot com
  2011-02-01  0:20 ` [Bug tree-optimization/47561] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schnetter at gmail dot com @ 2011-02-01  0:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47561

           Summary: Error message does not say to which option it refers
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schnetter@gmail.com


When trying gcc 4.6.0, I received the error message:

In file included from
/Users/eschnett/EinsteinToolkit-hg/arrangements/McLachlan/ML_BSSN_O8/src/ML_BSSN_O8_RHS1.cc:13:0:
/Users/eschnett/EinsteinToolkit-hg/arrangements/McLachlan/ML_BSSN_O8/src/Differencing.h:
In function '__m128d PDstandardNth23_impl(const double*, ptrdiff_t,
ptrdiff_t)':
/Users/eschnett/EinsteinToolkit-hg/arrangements/McLachlan/ML_BSSN_O8/src/Differencing.h:124:22:
sorry, unimplemented: Graphite loop optimizations cannot be used

Apparently I am asking gcc to apply some optimizations that are not enabled in
this particular version. I think gcc should tell me which particular
optimization option (or set of options) leads to this problem. Since the error
message speaks only about "graphite optimizations", I cannot tell which options
I have to avoid.

I used the following optimization options:

-O3 -funsafe-loop-optimizations -fsee -ftree-loop-linear -ftree-loop-im
-fivopts -fvect-cost-model -funroll-loops -funroll-all-loops
-fvariable-expansion-in-unroller -fprefetch-loop-arrays -ffast-math
-fassociative-math -freciprocal-math -fno-trapping-math -fexcess-precision=fast


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-02 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01  0:14 [Bug tree-optimization/47561] New: Error message does not say to which option it refers schnetter at gmail dot com
2011-02-01  0:20 ` [Bug tree-optimization/47561] " pinskia at gcc dot gnu.org
2011-02-01  4:52 ` spop at gcc dot gnu.org
2011-02-01 20:25 ` spop at gcc dot gnu.org
2011-02-01 20:26 ` spop at gcc dot gnu.org
2011-02-02 18:29 ` dnovillo at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).