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 lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-10 09:24:44 UTC ---
For OpenMP it shouldn't be a problem, all the 3 OpenMP passes (part of
gimplification, omplower and ompexp) are before LTO streaming, flag_openmp
isn't used afterwards, so the only effect of not using -fopenmp for lto phase
will be that -lgomp won't be added automatically.


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