Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 548010 Details for
Bug 667104
=sys-devel/gcc-8.2.0-r3 CFLAGS=-Wstack-protector - .../work/gcc-8.2.0/libgomp/task.c:288:1: error: stack protector not protecting local variables: variable length buffer [-Werror=stack-protector]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc-8.2.0-no-werror.patch
gcc-8.2.0-no-werror.patch (text/plain), 1.27 KB, created by
Sergei Trofimovich (RETIRED)
on 2018-09-26 23:22:20 UTC
(
hide
)
Description:
gcc-8.2.0-no-werror.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2018-09-26 23:22:20 UTC
Size:
1.27 KB
patch
obsolete
>--- a/libatomic/configure >+++ b/libatomic/configure >@@ -15296,6 +15296,6 @@ rm -f confcache > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ > >--- a/libatomic/configure.ac >+++ b/libatomic/configure.ac >@@ -245,6 +245,6 @@ AC_CACHE_SAVE > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ > >--- a/libgomp/configure >+++ b/libgomp/configure >@@ -4345,6 +4345,6 @@ save_CFLAGS="$CFLAGS" > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ > >--- a/libgomp/configure.ac >+++ b/libgomp/configure.ac >@@ -115,6 +115,6 @@ save_CFLAGS="$CFLAGS" > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ > >--- a/libitm/configure >+++ b/libitm/configure >@@ -17583,6 +17583,6 @@ rm -f confcache > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ > >--- a/libitm/configure.ac >+++ b/libitm/configure.ac >@@ -255,6 +255,6 @@ AC_CACHE_SAVE > >-# Add -Wall -Werror if we are using GCC. >-if test "x$GCC" = "xyes"; then >- XCFLAGS="$XCFLAGS -Wall -Werror" >-fi >+ >+ >+ >+ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 667104
:
547950
| 548010