[llvm-bugs] [Bug 41816] New: does not detect if a gcc installation is ONLY gcc and does not include g++

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 9 07:23:41 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41816

            Bug ID: 41816
           Summary: does not detect if a gcc installation is ONLY gcc and
                    does not include g++
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: slandden at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk

Installing gcc-9 package on Ubuntu (without g++-9) breaks clang, even if g++-8
is installed.

(building llvm)
../include/llvm/Support/Compiler.h:19:10: fatal error: 'new' file not found
#include <new>
         ^~~~~

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190509/b111bf6a/attachment.html>


More information about the llvm-bugs mailing list