[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2019-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

Timothy Arceri  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #6 from Timothy Arceri  ---
autotools builds have been removed from Mesa. Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2019-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

Dylan Baker  changed:

   What|Removed |Added

 Blocks|109535  |

--- Comment #5 from Dylan Baker  ---
I haven't seen any other reports of this, so I'm going to remove it rom the
19.0 blocker. I don't think it's worth it to block the release.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=109535
[Bug 109535] [Tracker] Mesa 19.0 release tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2019-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

Vinson Lee  changed:

   What|Removed |Added

 Blocks||109535


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=109535
[Bug 109535] [Tracker] Mesa 19.0 release tracker
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2019-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

--- Comment #4 from Emil Velikov  ---
AFAICT we probe if the compiler supports -std... before using it.
If somehow that's not the case we ought to fix that, or fallback to one that
owrks.

Patches welcome :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2018-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

--- Comment #3 from Gert Wollny  ---
Given the patch in question explicitly adds CXX11_CXXFLAGS in a section that is
only taken into account when llvm is enabled the llvm version would also be
relevant. 

AFAIR the last version before llvm-7 that didn't advertise -std=c++11 was 
something like llvm-3.9, and there was a patch proposed by Emil that would bump
the minimum required version to 5.0 (it didn't land yet, I guess because there
was some andorid WIP patch in the series). With that support for -std=c++11
would become a requirement for builds that enable llvm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2018-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

--- Comment #2 from Dylan Baker  ---
Actually, it looks like std=c++11 was added in GCC 4.7, and before that you had
to use std=c++0x. Clang added support for std=c++11 it looks like.

https://gcc.gnu.org/projects/cxx-status.html#cxx11
https://clang.llvm.org/cxx_status.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2018-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

--- Comment #1 from Dylan Baker  ---
what compiler and what version? It wouldn't surprise me if old versions of gcc
(Say 4.2) doesn't actually support C++11.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2018-12-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131

Bug ID: 109131
   Summary: cc1plus: error: unrecognized command line option
"-std=c++11"
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Keywords: bisected, regression
  Severity: normal
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: v...@freedesktop.org
QA Contact: mesa-dev@lists.freedesktop.org
CC: baker.dyla...@gmail.com, emil.l.veli...@gmail.com

CXXgallivm/lp_bld_debug.lo
cc1plus: error: unrecognized command line option "-std=c++11"

commit 12187550f9c248e72ed8848e96da8f29f1e3a713
Author: Emil Velikov 
Date:   Thu Dec 13 11:56:40 2018 +

configure: add CXX11_CXXFLAGS to LLVM_CXXFLAGS

Seemingly with LLVM7 and GCC 5.0, the former won't properly advertise
-std=c++11 and the latter will choke.

dd this temporary workaround, otherwise we'll get errors like:

In file included from /usr/include/c++/5/type_traits:35:0,
 from
/usr/lib/llvm-7/include/llvm/Support/type_traits.h:18,
 from /usr/lib/llvm-7/include/llvm/ADT/Optional.h:22,
 from /usr/lib/llvm-7/include/llvm/ADT/STLExtras.h:20,
 from /usr/lib/llvm-7/include/llvm/ADT/StringRef.h:13,
 from
/usr/lib/llvm-7/include/llvm/Target/TargetMachine.h:17,
 from ../../../src/amd/common/ac_llvm_helper.cpp:36:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file
requires compiler and library support for the ISO C++ 2011 standard. This
support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

Signed-off-by: Emil Velikov 
Reviewed-by: Dylan Baker 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev