https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698
--- Comment #1 from Matthias Klose ---
didn't check a configuration with --disable-shared :-/ What about checking for
a $bdw_lib_dir/libgc.la and in that case setting BDW_GC_LIBS to
$bdw_lib_dir/libgc.la and skipping the compile and link tests?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78695
--- Comment #7 from Matthias Klose ---
gcc configured with
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-7 --program-prefix=powerpc64le-linux-gnu- --enable-shared
--enable-linker-build-id --libexecdir=/usr
: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40277
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40277&action=edit
preprocessed
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
trunk 20161207 fails to build on aarch64-linux-gnu in libgfortran (binutils
trunk 20161202 is used for the build):
/tmp/ccEfI0qj.s: Assembler messages:
/tmp/ccEfI0qj.s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78733
--- Comment #6 from Matthias Klose ---
yes, I'm configuring with --enable-fix-cortex-a53-843419
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78695
--- Comment #8 from Matthias Klose ---
still seen with r243430, but you need -fstack-protector or
-fstack-protector-strong
: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with r243219 on i686-linux-gnu, either omitting the -std=c99 or
-ffast-math works around it:
$ cat fractal_cache.i
double a;
long double roundl();
void b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78738
--- Comment #1 from Matthias Klose ---
Created attachment 40282
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40282&action=edit
preprocessed source
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with r243430 on s390x-linux-gnu
configured with --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++
--prefix=/usr
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with r243430
$ cat DateTime.ii
template using b = void;
template class, typename...>
struct c {
using a = int;
};
template cl
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with r243430 on aarch64-linux-gnu, works with -O0, fails with -O1, -O2:
$ cat server.ii
void i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78777
--- Comment #3 from Matthias Klose ---
Created attachment 40312
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40312&action=edit
unreduced test case
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40319
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40319&action=edit
unreduced test case
seen with r243559 on s390x-linux-gnu, c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78788
--- Comment #4 from Matthias Klose ---
$ cat ghosts.i
int a;
long b;
long c;
void d() {
int e = 0;
for (; b; b++)
if (c) {
e++;
e++;
}
while (e)
a = e -= 2;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71190
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698
--- Comment #4 from Matthias Klose ---
patch posted at
https://gcc.gnu.org/ml/gcc-patches/2016-12/msg02004.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697
--- Comment #2 from Matthias Klose ---
patch posted at
https://gcc.gnu.org/ml/gcc-patches/2016-12/msg02003.html
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40492
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40492&action=edit
preprocessed source
seen with the trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698
--- Comment #5 from Matthias Klose ---
Author: doko
Date: Wed Jan 18 15:48:54 2017
New Revision: 244579
URL: https://gcc.gnu.org/viewcvs?rev=244579&root=gcc&view=rev
Log:
2017-01-18 Matthias Klose
PR libobjc/78697
* configure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697
--- Comment #3 from Matthias Klose ---
Author: doko
Date: Wed Jan 18 15:48:54 2017
New Revision: 244579
URL: https://gcc.gnu.org/viewcvs?rev=244579&root=gcc&view=rev
Log:
2017-01-18 Matthias Klose
PR libobjc/78697
* configure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40627
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40627&action=edit
preprocessed source
seen with r244943 2
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40628
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40628&action=edit
preprocessed source
seen with 20170129
$ cat test_alias_initializa
: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with trunk 20170129
$ cat share.ii
struct a {
a() {
goto b;
if (0)
b:;
}
} c;
(exp)doko@gb:/scratch/packages/tmp/yosys-0.7$ g++ -std=c++11 -c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79297
--- Comment #1 from Matthias Klose ---
Created attachment 40630
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40630&action=edit
preprocessed source
Severity: normal
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 40651
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40651&action=edit
reduced file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79296
Matthias Klose changed:
What|Removed |Added
Known to work|6.3.1 |6.3.0
Summary|[7 Regression]
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
currently --program-suffix and --program-prefix are not respected by the
various ada tools. They might be installed
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
configuring a nvptx-none build with --program-suffix=-7 results in a misnamed
installed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79792
--- Comment #1 from Matthias Klose ---
--program-prefix= and --program-suffix= are never passed into the gcc subdir,
but are transformed to a --program-transform-name.
the toplevel (expanded from an autoconf macro) has:
# The aliases save the n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543
--- Comment #10 from Matthias Klose ---
here is one more build failure seen with 20170221, with -O1 (works with -O0),
seen in the gtk-gnutella package:
$ gcc-6 -c -O1 -msecure-plt -mcpu=power8 fileinfo.i
fileinfo.c: In function 'file_info_retrie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543
--- Comment #11 from Matthias Klose ---
Created attachment 40883
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40883&action=edit
preprocessed source (fileinfo.i)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543
--- Comment #12 from Matthias Klose ---
still reproducible with r245899 on the gcc-6-branch
||lib/issues/238
CC||doko at gcc dot gnu.org
--- Comment #7 from Matthias Klose ---
now forwarded upstream
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 41151
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41151&action=edit
preprocessed source
the reduced te
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen on trunk 20170407 on powerpc64le-linux-gnu, fails with -O3, works with
: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 41152
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41152&action=edit
prepr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80357
Matthias Klose changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever confirmed|1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82327
--- Comment #5 from Matthias Klose ---
still searching ...
/usr/lib/gcc/i686-linux-gnu/7/include/stddef.h:20440:11: internal compiler
error: in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429
0x8858876 equal_mem_array_ref_p
../../s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80843
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: doko at gcc dot gnu.org
CC: cmang at google dot com
Target Milestone: ---
see https://buildd.debian.org/status/package.php?p=gcc-7
seen on the gcc-7-branch 20171013, didn't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81924
--- Comment #10 from Matthias Klose ---
hmm, can't remember anymore where the test case comes from ... :-/ Need to get
more consistent to add downstream bug numbers.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267
--- Comment #12 from Matthias Klose ---
fyi, this is now fixed in Ubuntu 16.04 LTS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82327
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with trunk 20171031:
a-dispat.adb:33:06: "System.Linux" is not a predefined library unit
a-dispat.adb:33:06: "Ada.Dispatching (body)" depends on &
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
jakub: do you know if libbacktrace is working with dwz stripped debug
info?
doko: no, somebody would need to
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 42622
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42622&action=edit
test case
[forwarded from https://bugs.debian.org/881918]
seen building open-coarra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81228
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #3
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with the branch and the trunk, doesn't show with -O2. Maybe a duplicate of
PR81228.
void *a;
void b() {
c
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
[forwarded from https://bugs.debian.org/882855]
not seen with GCC 5, but with the 6, 7 branches and the trunk
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with a GCC 6 configured with --enable-default-pie:
$ gcc -E -dM - < /dev/null 2>&1|grep -i 'pi[ce]'
#define __pie__ 2
#define __PIE__ 2
#define __pic__ 2
#define __PIC__ 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267
--- Comment #7 from Matthias Klose ---
yes, you are right about the old linker versions, I forgot about these cases.
But it doesn't help the case when you enable the push/pop for a bfd default
linker, and the fail with gold.
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
[forwarded from https://bugs.debian.org/838438]
seen with gcc-6 20160915 and trunk 20160902 (rechecking with newer version
: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: doko at gcc dot gnu.org
CC: cmang at google dot com
Target Milestone: ---
mentioned at
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00161.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71709
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment
||doko at gcc dot gnu.org
--- Comment #1 from Matthias Klose ---
confirmed, reported too in https://bugs.debian.org/838874 with another
reproducer.
t: go
Assignee: ian at airs dot com
Reporter: doko at gcc dot gnu.org
CC: cmang at google dot com
Target Milestone: ---
reported in https://github.com/golang/go/issues/15628
reported in https://bugs.debian.org/839598
didn't check with GCC 5; according to the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
[forwarded from https://bugs.debian.org/839995]
The Debian issue has an unreduced test case, and a proposed
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 39808
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39808&action=edit
test case
[forwarded from https://launchpad.net/bugs/
++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
Created attachment 39841
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39841&action=edit
preprocessed source
gcc-6-branch 20161018 fails to build the glibc-2.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78039
--- Comment #1 from Matthias Klose ---
gcc-6-branch 20161010 (r240906) built the glibc tests ok.
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: doko at gcc dot gnu.org
CC: cmang at google dot com
Target Milestone: ---
trunk 20161027 fails to build in libgo (from the build log it looks like it's
failing in the 64bit non-de
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with gcc-6-branch 20161103 r241817, works with -O1 instead of -O2, test
case extracted from blender 2.77:
$ g++ -mavx
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
Target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78307
--- Comment #2 from Matthias Klose ---
I can't tell. I was just looking at symbol difference in the library, like
using the abigail tools.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment
: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with trunk r242048, apparently not seen on 20161106.
x86_64-linux-gnu-g++-7 -fno-PIE -c -g -O2 -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
trunk fails to bootstrap with r242629, with go enabled and x32 multilibs
(--with-multilib-list=m32,m64,mx32)
$ cat sysinfo.i
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with current trunk,
complete build log at
https://buildd.debian.org/status/fetch.php?pkg=gcc-snapshot&arch=armhf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432
Matthias Klose changed:
What|Removed |Added
Target|x86_64-linux-gnu|x86_64-linux-gnu,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432
Matthias Klose changed:
What|Removed |Added
Target|x86_64-linux-gnu, |x86_64-linux-gnu,
|s3
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32416
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32416&action=edit
preprocessed source
originall reported a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609
--- Comment #1 from Matthias Klose ---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4
: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32424
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32424&action=edit
preprocessed source
seen with the 4.8 branch on arm-linux-gnueabihf, configured with
--with-arch=armv7-a --with-fpu=vfpv3-d16
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32444
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32444&action=edit
preprocessed source
seen with trunk r208764 on
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32445
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32445&action=edit
preprocessed source
seen with trunk r208764 on i686-linux-gnu, w
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
seen on arm-linux-gnueabihf, trunk r208764
(gdb) bt
#0 0x0031aca6 in ?? ()
#1 0x0031bf30 in ?? ()
#2 0x0031e990 in ?? ()
#3 0x00320824 in lra_constraints(bool
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653
--- Comment #1 from Matthias Klose ---
fails with -O1 and -O2, works with -O0. fails with both -marm/-mthumb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653
--- Comment #2 from Matthias Klose ---
seen with a build of the paw package in Debian/unstable and Ubuntu/trusty.
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32450
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32450&action=edit
preprocessed source
seen with trunk r208764, omitting
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32452
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32452&action=edit
preprocessed source
seen with trunk r208764 on ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60657
--- Comment #1 from Matthias Klose ---
seen with every package using this boost header
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Created attachment 32453
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32453&action=edit
preprocessed source
seen with trunk r208764 on powe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57578
Matthias Klose changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59925
Matthias Klose changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758
--- Comment #7 from Matthias Klose ---
still fails to build with the proposed patch on sparc-linux-gnu
In file included from
../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc:20:0:
../../../../src/libsanitizer/sanit
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
libjava fails to build on aarch64-linux gnu with trunk 20140425, works with the
4.9 branch.
../../../src/libjava/interpret.cc: In static member function 's
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
4.7 rejects this without an ICE, the ICE is seen on 4.8, 4.9 branches and
trunk.
$ cat tst.cc
#include
const int i = 0;
std::array bar = {
[i] = 0
: normal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
[forwarded from https://bugs.debian.org/745105]
With gcc-4.8 this works because -fsanitize=address works in 4.8:
> gcc-4.8 -fsanit
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
[forwarded from http://bugs.debian.org/747345]
Whether various combinations of options imply -Wunused-parameter in
the presence of -Wno
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
--- Comment #3 from Matthias Klose ---
this leads to:
if (!opts_set->x_warn_unused_but_set_variable)
handle_generated_option (opts, opts_set,
OPT_Wunused_but_set_variable, NULL, (),
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
--- Comment #5 from Matthias Klose ---
this works and fixes the issue. running the full testsuite now.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
--- Comment #8 from Matthias Klose ---
Author: doko
Date: Thu May 8 22:17:43 2014
New Revision: 210246
URL: http://gcc.gnu.org/viewcvs?rev=210246&root=gcc&view=rev
Log:
gcc/
2014-05-08 Manuel López-Ibáñez
Matthias Klose
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
--- Comment #9 from Matthias Klose ---
Author: doko
Date: Thu May 8 22:30:32 2014
New Revision: 210247
URL: http://gcc.gnu.org/viewcvs?rev=210247&root=gcc&view=rev
Log:
gcc/
2014-05-08 Manuel López-Ibáñez
Matthias Klose
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
--- Comment #10 from Matthias Klose ---
Author: doko
Date: Thu May 8 22:57:55 2014
New Revision: 210248
URL: http://gcc.gnu.org/viewcvs?rev=210248&root=gcc&view=rev
Log:
gcc/
2014-05-08 Manuel López-Ibáñez
Matthias Klose
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106
Matthias Klose changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
301 - 400 of 1006 matches
Mail list logo