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 c++/81314] [6/7/8 Regression] Undefined reference to a function with -fopenmp


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81314

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-09-11
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
            Summary|In function `star1(int,     |[6/7/8 Regression]
                   |std::vector<double,         |Undefined reference to a
                   |std::allocator<double> >&)  |function with -fopenmp
                   |[clone ._omp_cpyfn.1]':     |
                   |$(PWD)/stencil-vector-taskl |
                   |oop-gccbug2.cc:4: undefined |
                   |reference to                |
                   |`std::vector<double,        |
                   |std::allocator<double>      |
                   |>::vector(std::vector<doubl |
                   |e, std::allocator<dou       |
     Ever confirmed|0                           |1
      Known to fail|                            |6.4.0, 7.2.0, 8.0

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started with r228777.

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