https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56010
Peter Bergner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
URL|https://gcc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743
Peter Bergner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
URL|https://gcc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485
Aldy Hernandez changed:
What|Removed |Added
Last reconfirmed|2011-02-06 23:54:40 |2018-2-1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82249
--- Comment #9 from Jason Merrill ---
Author: jason
Date: Thu Feb 1 18:44:41 2018
New Revision: 257307
URL: https://gcc.gnu.org/viewcvs?rev=257307&root=gcc&view=rev
Log:
PR c++/84126 - ICE with variadic generic lambda
PR c++/84
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84126
--- Comment #4 from Jason Merrill ---
Author: jason
Date: Thu Feb 1 18:44:41 2018
New Revision: 257307
URL: https://gcc.gnu.org/viewcvs?rev=257307&root=gcc&view=rev
Log:
PR c++/84126 - ICE with variadic generic lambda
PR c++/84
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84036
--- Comment #6 from Jason Merrill ---
Author: jason
Date: Thu Feb 1 18:44:41 2018
New Revision: 257307
URL: https://gcc.gnu.org/viewcvs?rev=257307&root=gcc&view=rev
Log:
PR c++/84126 - ICE with variadic generic lambda
PR c++/84
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84126
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84167
Frédéric Buclin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84113
--- Comment #17 from Douglas Mencken ---
diff of libgcc/unwind-dw2.c between 6.4 and 7.1
--- a/libgcc/unwind-dw2.c
+++ b/libgcc/unwind-dw2.c
@@ -1,5 +1,5 @@
/* DWARF2 exception handling and frame unwind runtime interface routines.
- Copyright
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27855
Aldy Hernandez changed:
What|Removed |Added
CC||aldyh at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
Aldy Hernandez changed:
What|Removed |Added
Last reconfirmed|2010-01-17 13:10:45 |2018-2-1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576
Thomas Koenig changed:
What|Removed |Added
Status|REOPENED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
--- Comment #32 from Aldy Hernandez ---
errr, slightly LESS worse code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83975
--- Comment #8 from Janne Blomqvist ---
Author: jb
Date: Thu Feb 1 19:47:15 2018
New Revision: 257310
URL: https://gcc.gnu.org/viewcvs?rev=257310&root=gcc&view=rev
Log:
PR 83975 Associate target with non-constant character length
When associat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83344
--- Comment #11 from Janne Blomqvist ---
Author: jb
Date: Thu Feb 1 19:47:15 2018
New Revision: 257310
URL: https://gcc.gnu.org/viewcvs?rev=257310&root=gcc&view=rev
Log:
PR 83975 Associate target with non-constant character length
When associa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84160
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781
Thomas Koenig changed:
What|Removed |Added
Status|NEW |WAITING
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79886
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84171
Bug ID: 84171
Summary: [8 Regression] ICE with -Wsign-compare
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: error-recovery, ice-on-invalid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576
Dominique d'Humieres changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823
--- Comment #2 from Thomas Koenig ---
-fsanitize=address gives:
==21482==ERROR: AddressSanitizer: global-buffer-overflow on address
0x00402624 at pc 0x7f6d755ede76 bp 0x7ffed65778c0 sp 0x7ffed6577070
READ of size 5 at 0x00402624 thread
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84171
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29256
Aldy Hernandez changed:
What|Removed |Added
Last reconfirmed|2013-12-09 04:50:02 |2018-2-1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576
--- Comment #25 from Thomas Koenig ---
Strange, I don't see it; what I get is
ig25@linux-d6cw:/tmp> gfortran -g -fsanitize=address assumed_rank_7.f90
ig25@linux-d6cw:/tmp> ./a.out
===
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46496
--- Comment #4 from Thomas Koenig ---
(In reply to Tobias Burnus from comment #0)
> f) The following two examples are invalid - but seemingly gfortran does not
> check the string length of DT character components:
>
> module mytypes
>use IS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699
Aldy Hernandez changed:
What|Removed |Added
Last reconfirmed|2012-01-04 00:00:00 |2018-2-1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84125
--- Comment #5 from Marek Polacek ---
Author: mpolacek
Date: Thu Feb 1 20:32:33 2018
New Revision: 257311
URL: https://gcc.gnu.org/viewcvs?rev=257311&root=gcc&view=rev
Log:
PR c++/84125
* typeck.c (build_address): Relax the asse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84125
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84113
--- Comment #18 from Douglas Mencken ---
(In reply to Douglas Mencken from comment #17)
> diff of libgcc/unwind-dw2.c between 6.4 and 7.1
>
Reverting this file doesn’t help
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83370
--- Comment #4 from Renlin Li ---
Author: renlin
Date: Thu Feb 1 21:09:06 2018
New Revision: 257314
URL: https://gcc.gnu.org/viewcvs?rev=257314&root=gcc&view=rev
Log:
[PR83370][AARCH64]Use tighter register constraint for sibcall patterns.
gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83268
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
Bug ID: 84172
Summary: option "-O3" create slower code
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #1 from Andreas Otto ---
forget last "}"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-suse-linux
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #3 from Andreas Otto ---
send me the command that I should run…
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83370
--- Comment #5 from Renlin Li ---
Author: renlin
Date: Thu Feb 1 21:33:05 2018
New Revision: 257315
URL: https://gcc.gnu.org/viewcvs?rev=257315&root=gcc&view=rev
Log:
[PR83370][AARCH64]Use tighter register constraint for sibcall patterns.
gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #4 from Andrew Pinski ---
(In reply to Andreas Otto from comment #3)
> send me the command that I should run…
I did:
(In reply to Andrew Pinski from comment #2)
> gcc-5 -march=native -mtune=native -g -static -O3 -o test.3 main.c -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #5 from Andreas Otto ---
Created attachment 43320
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43320&action=edit
output of command you requested…
gcc-5 -march=native -mtune=native -g -static -O3 -o test.3 main.c -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #6 from Andrew Pinski ---
Can you also send the output of:
cat /proc/cpuinfo
?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #7 from Andreas Otto ---
Created attachment 43321
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43321&action=edit
cat /proc/cpuinfo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81475
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576
--- Comment #26 from Dominique d'Humieres ---
% gfc /opt/gcc/_clean/gcc/testsuite/gfortran.dg/assumed_rank_7.f90
-fsanitize=address
% ./a.out
=
==77100==ERROR: AddressSanitizer: stac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
Marc Glisse changed:
What|Removed |Added
Known to work||7.2.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #21 from Dominique d'Humieres ---
> A temporary fix:
> ...
Preliminary tests look good! Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84123
--- Comment #6 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Feb 1 22:22:03 2018
New Revision: 257318
URL: https://gcc.gnu.org/viewcvs?rev=257318&root=gcc&view=rev
Log:
PR rtl-optimization/84123
* combine.c (change_zero
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #22 from Jürgen Reuter ---
I'm actually running our code right now. It fixes _almost all_ of our unit and
functional tests. There is still one failing unit test and at least one failing
functional test. Still waiting for the full resu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81589
Martin Sebor changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785
Aldy Hernandez changed:
What|Removed |Added
CC||aldyh at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84155
--- Comment #9 from Jürgen Reuter ---
This fixes almost all of our unit and functional test, but not all of them.
There are still 19 functional tests failing, all of them seem to have to do
with some sort of I/O . And one unit tests, which I cann
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #23 from paul.richard.thomas at gmail dot com ---
Hi Everybody,
I just got in from the lab.. Obviously, I will not be working on this
problem tonight!
I suspect that fact that I have had to pick out allocatable components
for specia
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173
Bug ID: 84173
Summary: Support glibc multiarch interpreter names
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84095
--- Comment #13 from Martin Sebor ---
Updated patch with fixes for the false positives discussed in comment #12:
https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00076.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84174
Bug ID: 84174
Summary: FAIL: gcc.dg/Wattributes-6.c (test for warnings, line
404)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173
Javier Serrano Polo
changed:
What|Removed |Added
CC||adconrad at 0c3 dot net
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84175
Bug ID: 84175
Summary: FAIL: c-c++-common/Warray-bounds-4.c -Wc++-compat
strcpy (test for warnings, line 67)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84174
--- Comment #1 from John David Anglin ---
Similar fail:
FAIL: c-c++-common/Wattributes.c -Wc++-compat (test for warnings, line 404)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81603
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81600
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81669
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173
--- Comment #3 from Javier Serrano Polo ---
Upstream wants to make multiarch harder; the patch will not be posted here.
Nevertheless, Adam, please answer to my previous question.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81674
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81678
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81714
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #24 from Jürgen Reuter ---
Created attachment 43322
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43322&action=edit
Additional failing test case (after the prelim. fix)
This is still lengthy, and I can reduce it further but ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81716
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83954
Martin Sebor changed:
What|Removed |Added
CC||sgunderson at bigfoot dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #25 from Jürgen Reuter ---
The other errors actually appear in I/O procedures of external libraries that
we link to our code. It would be hard(er) to come up with a test case here.
Hope you can fix all of that, keeping fingers crossed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84160
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Fri Feb 2 02:07:09 2018
New Revision: 257325
URL: https://gcc.gnu.org/viewcvs?rev=257325&root=gcc&view=rev
Log:
PR c++/84160 - ICE with nested variadic capture.
* lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84160
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83503
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81739
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84176
Bug ID: 84176
Summary: Need a different thunk for
-mindirect-branch=thunk-extern -fcf-protection -mcet
Product: gcc
Version: 8.0.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84177
Bug ID: 84177
Summary: Attributes on C++17 nested namespaces
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84156
--- Comment #2 from Jerry DeLisle ---
I think this is related to the front end initializing the dtp common structure
and the runtime using it. This looking unititiaklzed and therefore a false
error.
I am not sure valgrind can detect this and I t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172
--- Comment #9 from Andreas Otto ---
after morning "boot" it seems OK… BUT the bug come back
→ star without "-g" option
#:~/test> make test
for t in test.0 test.1 test.2 test.3; do ./$t; done
./test.0 → T1 = 663.640015 ms → HI = 0x1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173
--- Comment #4 from Marc Glisse ---
(In reply to Javier Serrano Polo from comment #3)
> Upstream wants to make multiarch harder; the patch will not be posted here.
As long as the new behavior is optional (not the default), the patch stands a
cha
101 - 178 of 178 matches
Mail list logo