File gcc60-fixes.diff of Package chromium.openSUSE_Leap_42.1_Update
--- build/common.gypi 2016-06-15 21:03:15.000000000 +0200
+++ build/common.gypi 2016-06-15 21:03:15.000000000 +0200
@@ -4699,6 +4699,7 @@
['_toolset=="target"', {
'cflags_cc': [
'-std=gnu++11',
+ '-fno-delete-null-pointer-checks',
# See comment for -Wno-c++11-narrowing.
'-Wno-narrowing',
],
@@ -4710,6 +4711,7 @@
['_toolset=="host"', {
'cflags_cc': [
'-std=gnu++11',
+ '-fno-delete-null-pointer-checks',
# See comment for -Wno-c++11-narrowing.
'-Wno-narrowing',
],
@@ -4720,6 +4722,7 @@
'target_conditions': [
['_toolset=="target"', {
'cflags_cc': [
+ '-fno-delete-null-pointer-checks',
# TODO(thakis): Remove, http://crbug.com/263960
'-Wno-literal-suffix',
],