https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88045
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Mon Nov 19 08:16:17 2018
New Revision: 266262
URL: https://gcc.gnu.org/viewcvs?rev=266262&root=gcc&view=rev
Log:
Strenghten assumption about function start and end line (PR
gcov-profile/8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88045
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Mon Nov 19 08:16:30 2018
New Revision: 266263
URL: https://gcc.gnu.org/viewcvs?rev=266263&root=gcc&view=rev
Log:
Make a workaround for PR gcov-profile/88045.
2018-11-19 Martin Liska
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88045
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88045
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Mon Nov 19 08:16:17 2018
New Revision: 266262
URL: https://gcc.gnu.org/viewcvs?rev=266262&root=gcc&view=rev
Log:
Strenghten assumption about function start and end line (PR
gcov-profile/8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87229
Richard Biener changed:
What|Removed |Added
Keywords||lto
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87859
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88069
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88082
Richard Biener changed:
What|Removed |Added
Target Milestone|9.0 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88083
Richard Biener changed:
What|Removed |Added
Target Milestone|9.0 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #3 from Richard Biener ---
Hmm, we never return from __gmpn_sqr_basecase_x86_64 ...
#0 0x7734b92b in __gmpn_addlsh2_n_x86_64 ()
from /usr/lib64/libgmp.so.10
#1 0x004c in ?? ()
#2 0x7fff2c50 in ?? ()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #4 from Richard Biener ---
I'm using mpc 1.0.2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #5 from Richard Biener ---
C testcase:
#include
int main()
{
_Complex double x;
__real x = 3.09126495087690770626068115234375e+8;
__imag x = -4.045689747817175388336181640625e+8;
volatile _Complex double y = ctan (x);
ret
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85672
Jonathan Wakely changed:
What|Removed |Added
CC||noloader at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078
--- Comment #2 from Jonathan Wakely ---
For GCC 8.2 using -std=c++14 instead of -std=gnu++14 will disable the
__float128 specializations, avoiding the problem of long double and __float128
being the same type.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #6 from Richard Biener ---
Reported to the GMP mailinglist, not sure which libaries fault it is.
To complete library version list, GCC reports
GNU C17 (SUSE Linux) version 8.2.1 20180831 [gcc-8-branch revision 264010]
(x86_64-suse-l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88084
Bug ID: 88084
Summary: basic_string_view::copy doesn't use Traits::copy
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88084
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88039
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #1 from Iain Buclaw ---
> (In reply to Rainer Orth from comment #0)
>>
>> The problem obviously is that the native assemblers don't support UTF-8 in
>> identifiers (and I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88085
Bug ID: 88085
Summary: User alignments on var decls not respected if smaller
than type alignment
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88084
--- Comment #1 from Jonathan Wakely ---
This is a difference between C++17 std::basic_string_view and
std::experimental::basic_string_view, introduced by
https://cplusplus.github.io/LWG/lwg-defects.html#2777
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #7 from Andrew Pinski ---
(In reply to Richard Biener from comment #6)
> but I'll try what we recommend as prerequesites now.
This is what I used and it causes the same issue:
GNU C++11 (Marvell Development Version) version 7.3.0
(a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #8 from Richard Biener ---
See gmp-bugs followup. (all other mails still wait for moderators)
https://gmplib.org/list-archives/gmp-bugs/2018-November/004440.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #9 from Richard Biener ---
It has something to do with large real/imagparts, the actual numbers are not so
interesting. Somebody why knows how complex tan behaves might suggest a
workaround for GCC to drop to Inf/NaN at some point?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88086
Bug ID: 88086
Summary: gcc only allows valid expressions as unknown C++
attribute argument clause
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88087
Bug ID: 88087
Summary: [9 Regression] ICE in execute at tree-ssa-pre.c:4220
since r266183
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88087
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2018-11-19
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88084
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Mon Nov 19 10:53:59 2018
New Revision: 266269
URL: https://gcc.gnu.org/viewcvs?rev=266269&root=gcc&view=rev
Log:
PR libstdc++/88084 - Implement LWG 2777
* include/std/string_vie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88088
Bug ID: 88088
Summary: -Wtrampolines should be enabled by -Wall (or -Wextra)
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88071
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83656
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88089
Bug ID: 88089
Summary: [9 regression] build failure with GCC 4.9 on
SPARC/Solaris 11
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: build
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88089
Eric Botcazou changed:
What|Removed |Added
Target|sparc-sun-solaris2.11 |sparc-sun-solaris2.*
Host|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88032
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87854
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87551
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #10 from Richard Biener ---
OK, so it seems to be about large imagparts only and only if the realpart is
non-zero. Thus in GCC we could stop folding ctan for imagpart (z) > 1000 for
example. Like sin and cos tan is _usually_ invoked
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88084
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |8.3
--- Comment #3 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #7 from Jonathan Wakely ---
(In reply to fiesh from comment #0)
> (If this is true, is it
> a separate gcc bug that it does not delete the union's constructor?)
Yes, I think so. Could you please file a Component=c++ bug too?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87229
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Mon Nov 19 11:36:51 2018
New Revision: 266271
URL: https://gcc.gnu.org/viewcvs?rev=266271&root=gcc&view=rev
Log:
2018-11-19 Richard Biener
PR lto/87229
* tree.c (fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87229
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #8 from Ville Voutilainen ---
(In reply to Jonathan Wakely from comment #7)
> (In reply to fiesh from comment #0)
> > (If this is true, is it
> > a separate gcc bug that it does not delete the union's constructor?)
>
> Yes, I think s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35691
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38172
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39570
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46091
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65964
Bug 65964 depends on bug 45397, which changed state.
Bug 45397 Summary: [6 Regression] Issues with integer narrowing conversions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88089
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #25
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88089
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43721
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52795
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39570
coypu changed:
What|Removed |Added
CC||coypu at sdf dot org
--- Comment #16 from coypu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44282
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Known to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88087
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52898
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42587
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52473
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #19
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52171
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52252
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50865
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49244
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #22
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44551
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53348
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53542
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53440
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52941
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #19
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39570
--- Comment #17 from Martin Liška ---
(In reply to coypu from comment #16)
> well, the workaround only works for x86 and powerpc.
> Other archs are not calling SUBTARGET_INIT_BUILTINS.
> I'm not sure whether that should be grounds for keeping the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54236
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #19
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #46
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54379
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53979
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53976
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53668
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #9 from Ville Voutilainen ---
See https://wandbox.org/permlink/snAuT59ocie38DU5
Here's a tl;dr:
struct NonTrivial {NonTrivial(const NonTrivial&) {}};
struct X {
X() : x(42) {}
X(bool b) : X(b ? X(42): X(666)) {} // clang doe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46091
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88087
--- Comment #2 from Richard Biener ---
non-LTO testcase (void cast just to silence a warning):
int f();
int d;
void c()
{
for (;;)
{
f();
int (*fp)() __attribute__((const)) = (void *)f;
d = fp();
}
}
the issue is th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #10 from Ville Voutilainen ---
Here's another one where gcc and clang disagree:
https://wandbox.org/permlink/UsViiOoDRgdismAy
The disagreement is over
X(bool b) : X((b, X(42))) {}
where b is unused, gcc elides the temporary and clan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
Ville Voutilainen changed:
What|Removed |Added
CC||jason at redhat dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #12 from fiesh at zefix dot tv ---
X(double) : X(X(42)) {} // clang doesn't like this
is also enough to show the difference, no need for an operator.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44551
Marc Glisse changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52795
--- Comment #13 from Iain Sandoe ---
(In reply to Martin Liška from comment #12)
> Can the bug be marked as resolved?
I need to ask RM permission to back-port the fix for 81033 to 7 branch, which
would clear this bug on all open branches.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #13 from Ville Voutilainen ---
Well, Jonathan found this http://lists.isocpp.org/core/2018/06/4643.php
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #14 from Ville Voutilainen ---
(In reply to fiesh from comment #12)
> X(double) : X(X(42)) {} // clang doesn't like this
>
> is also enough to show the difference, no need for an operator.
Yeah. The list-archive link that you probab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88085
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
Florian Weimer changed:
What|Removed |Added
CC||fw at gcc dot gnu.org
--- Comment #15 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87855
--- Comment #16 from Ville Voutilainen ---
(In reply to Florian Weimer from comment #15)
> (In reply to Ville Voutilainen from comment #13)
> > Well, Jonathan found this http://lists.isocpp.org/core/2018/06/4643.php
>
> Would you please summariz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35691
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49244
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|jakub at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83656
Rainer Orth changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56386
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55922
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88069
--- Comment #3 from Richard Biener ---
We're escaping the region during VN.
1 - 100 of 465 matches
Mail list logo