https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87135
François Dumont changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87135
François Dumont changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359
Bug ID: 87359
Summary: [9.0 regression] pointer being freed was not allocated
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87358
Lijian Zhang changed:
What|Removed |Added
CC||Lijian.Zhang at arm dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87358
Bug ID: 87358
Summary: ICE when -mtune=thunderx2t99 applied
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86881
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87339
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87309
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87357
Marek Polacek changed:
What|Removed |Added
Keywords||accepts-invalid
Status|UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87357
Bug ID: 87357
Summary: Bogus conversion with conversion function not detected
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86902
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86902
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87355
--- Comment #2 from Marc Glisse ---
For f, this is a classic case where gcc canonicalizes n>=100 as n>99, and thus
cannot as easily merge it with the other comparison n==100.
For g, n >= 103 || n == 100 || n == 101 || n == 102 is replaced in the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67202
Thomas Koenig changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87135
--- Comment #2 from François Dumont ---
Author: fdumont
Date: Tue Sep 18 20:36:16 2018
New Revision: 264413
URL: https://gcc.gnu.org/viewcvs?rev=264413&root=gcc&view=rev
Log:
2018-09-18 François Dumont
PR libstdc++/87135
* sr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87339
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #2 from ktkachov at gcc dot gnu.org ---
> Fixed on arm and aarch64 with r264392.
> If you can confirm this fixes the other platforms please close this off.
This didn't work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84109
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
--- Comment #16 from Thomas Koenig ---
Author: tkoenig
Date: Tue Sep 18 20:18:09 2018
New Revision: 264412
URL: https://gcc.gnu.org/viewcvs?rev=264412&root=gcc&view=rev
Log:
2018-09-18 Thomas Koenig
PR fortran/29550
* gfortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87239
--- Comment #7 from Paul Thomas ---
(In reply to Paul Thomas from comment #5)
> (In reply to Dominique d'Humieres from comment #4)
> > Duplicate of/ related to pr77325 and pr84109.
>
> PR84109 is completely different. The array descriptor 'elem_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131
Bug 37131 depends on bug 29550, which changed state.
Bug 29550 Summary: Optimize -fexternal-blas calls for conjg()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854
Bug 36854 depends on bug 29550, which changed state.
Bug 29550 Summary: Optimize -fexternal-blas calls for conjg()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
--- Comment #14 from Thomas Koenig ---
Author: tkoenig
Date: Tue Sep 18 19:59:46 2018
New Revision: 264411
URL: https://gcc.gnu.org/viewcvs?rev=264411&root=gcc&view=rev
Log:
2018-09-18 Thomas Koenig
PR fortran/29550
* gfortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85395
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85395
--- Comment #10 from janus at gcc dot gnu.org ---
Author: janus
Date: Tue Sep 18 19:50:17 2018
New Revision: 264410
URL: https://gcc.gnu.org/viewcvs?rev=264410&root=gcc&view=rev
Log:
2018-09-18 Janus Weil
Backport from trunk
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87239
--- Comment #6 from Paul Thomas ---
Author: pault
Date: Tue Sep 18 19:35:53 2018
New Revision: 264409
URL: https://gcc.gnu.org/viewcvs?rev=264409&root=gcc&view=rev
Log:
2018-09-18 Paul Thomas
PR fortran/87239
* trans-expr.c (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356
Christian Hoff changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #3 from Christian Hof
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356
--- Comment #2 from Jonathan Wakely ---
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0492r2.html#Late37
for the change to the spec that happened post-P0218R1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356
Bug ID: 87356
Summary: Enum members are missing in std::filesystem::perms
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86830
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86830
--- Comment #6 from janus at gcc dot gnu.org ---
Author: janus
Date: Tue Sep 18 19:16:24 2018
New Revision: 264407
URL: https://gcc.gnu.org/viewcvs?rev=264407&root=gcc&view=rev
Log:
2018-09-18 Janus Weil
Backport from trunk
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87355
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87355
--- Comment #1 from eggert at cs dot ucla.edu ---
Created attachment 44721
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44721&action=edit
Assembly-language output of 'gcc -O2 -S t.c'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87355
Bug ID: 87355
Summary: missed comparison optimizations (grep DFA, x86-64)
Product: gcc
Version: 8.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85954
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87336
--- Comment #3 from Paul Thomas ---
Author: pault
Date: Tue Sep 18 17:58:20 2018
New Revision: 264405
URL: https://gcc.gnu.org/viewcvs?rev=264405&root=gcc&view=rev
Log:
2018-09-18 Paul Thomas
PR fortran/87336
* trans-array.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85954
--- Comment #8 from Paul Thomas ---
Author: pault
Date: Tue Sep 18 17:54:20 2018
New Revision: 264404
URL: https://gcc.gnu.org/viewcvs?rev=264404&root=gcc&view=rev
Log:
2018-09-18 Paul Thomas
PR fortran/85954
* resolve.c (res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 85065, which changed state.
Bug 85065 Summary: [concepts] ICE with invalid use of a concept
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85065
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85065
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85065
--- Comment #2 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Tue Sep 18 16:35:27 2018
New Revision: 264402
URL: https://gcc.gnu.org/viewcvs?rev=264402&root=gcc&view=rev
Log:
/cp
2018-09-18 Paolo Carlini
PR c++/85065
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86882
Segher Boessenkool changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86882
--- Comment #9 from Segher Boessenkool ---
Author: segher
Date: Tue Sep 18 16:24:58 2018
New Revision: 264401
URL: https://gcc.gnu.org/viewcvs?rev=264401&root=gcc&view=rev
Log:
Backport PR86882 fix to 8
PR rtl-optimization/86882
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86882
--- Comment #8 from Segher Boessenkool ---
Author: segher
Date: Tue Sep 18 16:19:56 2018
New Revision: 264400
URL: https://gcc.gnu.org/viewcvs?rev=264400&root=gcc&view=rev
Log:
Handle CLOBBER in reg_overlap_mentioned_p (PR86882)
Combine will pu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #14 from mi+gcc at aldan dot algebra.com ---
(In reply to H.J. Lu from comment #13)
> Please try binutils 2.31 branch from:
>
> https://sourceware.org/git/?p=binutils-gdb.git;a=shortlog;h=refs/heads/
> binutils-2_31-branch
I'm sorry,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87340
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86881
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85137
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|paolo.carlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86881
--- Comment #4 from Nathan Sidwell ---
Author: nathan
Date: Tue Sep 18 15:06:35 2018
New Revision: 264396
URL: https://gcc.gnu.org/viewcvs?rev=264396&root=gcc&view=rev
Log:
[PATCH c++/86881] -Wshadow-local-compatible ICE
https://gcc.gnu.org/ml/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #13 from H.J. Lu ---
(In reply to mi+gcc from comment #12)
> (In reply to H.J. Lu from comment #11)
> > Please show the output of:
> >
> > $ objdump -T
> > /prod/pfe/local/lib/gcc/x86_64-pc-linux-gnu/8/../../../../lib64/libgfortran.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87354
Bug ID: 87354
Summary: x86-64: 16- and 32-byte register variables cannot be
put in XMM16/YMM16 and up without -mavx512vl
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #12 from mi+gcc at aldan dot algebra.com ---
(In reply to H.J. Lu from comment #11)
> Please show the output of:
>
> $ objdump -T
> /prod/pfe/local/lib/gcc/x86_64-pc-linux-gnu/8/../../../../lib64/libgfortran.
> so | grep corrupt
Neit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #11 from H.J. Lu ---
(In reply to mi+gcc from comment #10)
> (In reply to mi+gcc from comment #9)
> > Is this it, for example:
> >
> > https://sourceware.org/ml/binutils/2018-08/msg00227.html
>
> Applied the patch to the 2.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Tue Sep 18 14:19:55 2018
New Revision: 264395
URL: https://gcc.gnu.org/viewcvs?rev=264395&root=gcc&view=rev
Log:
PR other/87353 fix formatting and grammar in manual
The changes to invok
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #10 from mi+gcc at aldan dot algebra.com ---
(In reply to mi+gcc from comment #9)
> Is this it, for example:
>
> https://sourceware.org/ml/binutils/2018-08/msg00227.html
Applied the patch to the 2.31 release, rebuilt/reinstal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87339
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
--- Comment #3 from Jonathan Wakely ---
This was introduced by r242433
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/doc/invoke.texi?limit_changes=0&r1=242433&r2=242432&pathrev=242433
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104
pipcet at gmail dot com changed:
What|Removed |Added
Attachment #44617|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
--- Comment #2 from Jonathan Wakely ---
Also, "Therefore, the G++ and driver" is nonsense.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86881
--- Comment #3 from Nathan Sidwell ---
Author: nathan
Date: Tue Sep 18 13:52:30 2018
New Revision: 264391
URL: https://gcc.gnu.org/viewcvs?rev=264391&root=gcc&view=rev
Log:
[PATCH c++/86881] -Wshadow-local-compatible ICE
https://gcc.gnu.org/ml/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
Jonathan Wakely changed:
What|Removed |Added
Keywords||documentation
Status|UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #9 from mi+gcc at aldan dot algebra.com ---
> I said binutils 2.31 branch, not 2.31 release.
The work I'm doing is meant for eventual production use. The company has
swallowed the use of free software, but using _unreleased_ versions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
--- Comment #8 from H.J. Lu ---
(In reply to mi+gcc from comment #7)
> (In reply to H.J. Lu from comment #6)
> > This sounds like
> >
> > https://sourceware.org/bugzilla/show_bug.cgi?id=23499
> >
> > Please try binutils 2.31 branch.
>
> Actual
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
mi+gcc at aldan dot algebra.com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63155
--- Comment #26 from Richard Biener ---
Author: rguenth
Date: Tue Sep 18 13:26:05 2018
New Revision: 264388
URL: https://gcc.gnu.org/viewcvs?rev=264388&root=gcc&view=rev
Log:
2018-09-18 Richard Biener
PR middle-end/63155
* tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
H.J. Lu changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #9 from Cheng Wen ---
(In reply to Jonathan Wakely from comment #8)
Hi Jonathan,
I debugged with this POC again. I still think it's a problem. I will show you
the debug process as follow.
> $ gdb ./c++filt
> Reading symbols from ./
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
--- Comment #1 from Vincent Lefèvre ---
The bug may be in contrib/texi2pod.pl as the following pod text is generated:
Therefore, the G++ and driver automatically adds B<-shared-libgcc>
whenever you build a shared library or a main executable, b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353
Bug ID: 87353
Summary: gcc man page formatting issue due to leading spaces in
.texi contents
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87352
Bug ID: 87352
Summary: Large stack usage with new gfortran
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87351
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87330
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86882
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338
--- Comment #3 from Jason Duerstock ---
Yes. From the Debian build log:
https://buildd.debian.org/status/fetch.php?pkg=gcc-7&arch=ia64&ver=7.3.0-29&stamp=1536161281&raw=0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87351
Bug ID: 87351
Summary: misleading error message: missing binary operator
before token "("
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87342
--- Comment #2 from Richard Biener ---
Thanks, that's another case similar to PR87263 where we cannot use
dominated_by_p_w_unex. But I think the error is in computation of max_rpo
for BB 15 which is 6 instead of 13. Because we're supposed to ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54052
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed|2017-08-22 00:00:00 |2018-9-18
CC|redi at g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87350
--- Comment #4 from Cheng Wen ---
Yes.
One input test case is "_GLOBAL_$D$__tf30___0__".
Another input test case is "__thunk_0__0__$__H1".
I see that you can you can reproduce this error. Do you know the reason for
this bug?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #8 from Jonathan Wakely ---
It still works for up to ten million characters:
$ for i in `seq 1 10` ; do printf P ; done | /tmp/binutils/bin/c++filt -t ;
echo
PP
$ for i in `seq 1 100` ; do printf P ; done | /tmp/binutils/bin/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #7 from Cheng Wen ---
(In reply to Jonathan Wakely from comment #6)
Considering the memory size of different machines, maybe more 'P' is needed to
trigger this bug in the input.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87350
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85871
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #6 from Jonathan Wakely ---
(In reply to Cheng Wen from comment #5)
> (In reply to Jonathan Wakely from comment #4)
> > Are you sure you attached the right file? When I try to demangle the
> > attachment it doesn't crash, the __cxa_de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #4 from Cheng Wen ---
Created attachment 44717
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44717&action=edit
POC2
I have the new POC to add.
Please use the “c++filt < $POC ” to reproduce the bug.
Please check it and debug it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #3 from Cheng Wen ---
Created attachment 44716
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44716&action=edit
POC1
I have the new POC to add.
Please use the “c++filt < $POC ” to reproduce the bug.
Please check it and debug it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #5 from Cheng Wen ---
(In reply to Jonathan Wakely from comment #4)
> Are you sure you attached the right file? When I try to demangle the
> attachment it doesn't crash, the __cxa_demangle file returns -2, meaning the
> name is not va
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87340
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87350
--- Comment #2 from Cheng Wen ---
Created attachment 44715
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44715&action=edit
POC2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87350
--- Comment #1 from Cheng Wen ---
Created attachment 44714
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44714&action=edit
POC1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87350
Bug ID: 87350
Summary: NULL-Pointer problem in cplus-dem.c when executing
program c++filt
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87347
--- Comment #1 from Martin Jambor ---
Bah, I should have thought about this. The following will fix it, I'll
properly test it and submit a patch later this week.
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c
index 1766a256633..a96d15fef1d 10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85871
--- Comment #13 from Martin Liška ---
Author: marxin
Date: Tue Sep 18 09:32:09 2018
New Revision: 264387
URL: https://gcc.gnu.org/viewcvs?rev=264387&root=gcc&view=rev
Log:
Backport r264363
2018-09-18 Martin Liska
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880
Latimerius changed:
What|Removed |Added
CC||latimerius at seznam dot cz
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87340
--- Comment #3 from Martin Liška ---
Then it would deserve something like segfault-on-invalid-input :)
Or should I use ice-on-invalid-code?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87335
--- Comment #3 from Jonathan Wakely ---
No, it's not a valid name. I can't reproduce a crash using the latest code from
GCC though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #2 from Cheng Wen ---
(In reply to Martin Liška from comment #1)
> Is the input a valid C++ mangled name of not?
Hi,
This input is obtained through fuzzing technology. Our fuzzer get some test
cases by mutating a valid input. This ca
1 - 100 of 131 matches
Mail list logo