https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111022
--- Comment #23 from john.harper at vuw dot ac.nz ---
Jerry
I agree that that's what the standard says, though I find it odd that it
allows neither 666E0 nor 666E+0 nor 666+0 in output, because any of the
three would be valid input of the real
--enable-checking=yes --prefix=/local/suz-local/software/local/gcc-trunk
--enable-sanitizers --enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.0.0 20231015 (experimental) (GCC)
[515] %
[515] % gcctk -O1 small.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111824
Bug ID: 111824
Summary: [14 Regression] is invalid under
-U__STRICT_ANSI__ -std=c++11
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111800
--- Comment #9 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:3bcc10b98e9ffc1296d3d1aae16e85c6bdb09d1a
commit r14-4645-g3bcc10b98e9ffc1296d3d1aae16e85c6bdb09d1a
Author: Jakub Jelinek
Date: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111807
Andrew Pinski changed:
What|Removed |Added
CC||zhendong.su at inf dot ethz.ch
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111823
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111824
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101541
--- Comment #5 from Andrew Pinski ---
Actually using bitwise_equal_p makes this easier and no need for the
nop_convert ...
I have a patch where I just need to add testcases too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108640
--- Comment #4 from Matthias Reis ---
I have the same problem unfortunately. Changing '-Os' into '-O2' fixes the
problem for me.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111825
Bug ID: 111825
Summary: get_immediate echos without wait, no echo with wait:
error?
Product: gcc
Version: 12.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111825
--- Comment #1 from richardthiebaud ---
anga 12.2.0 not 11.4.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101541
--- Comment #6 from Andrew Pinski ---
Created attachment 56116
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56116&action=edit
Patch which I am testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104376
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #7 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104376
--- Comment #8 from Andrew Pinski ---
Created attachment 56117
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56117&action=edit
Patch which I am testing to fix the second issue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101541
--- Comment #7 from Andrew Pinski ---
Created attachment 56118
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56118&action=edit
Patch which I am testing which allows for more (independent of the other)
This patch improves the case where w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331
--- Comment #2 from Eric Gallager ---
I'm assuming that the way that build.log is normally generated is by just
appending `| tee build.log` to the end of a normal `make` command?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66969
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531
--- Comment #19 from Andrew Pinski ---
Created attachment 56119
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56119&action=edit
testcase from the original attachment
For easier access, I posting this here so don't need to untar the file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98011
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:643a5223f1a1860a88c215d715f079d7f846843c
commit r14-4651-g643a5223f1a1860a88c215d715f079d7f846843c
Author: Tobias Burnus
Date: Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111826
Bug ID: 111826
Summary: __cpp_lib_format should be 202110, not 202106
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101541
Andrew Pinski changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107779
--- Comment #4 from Andi Kleen ---
This whole manual annotation idea (which is equivalent to marking the symbols
global and visible and that is what a large part of the kernel LTO patchkit) is
dead on arrival because the kernel people already re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67438
--- Comment #15 from Andrew Pinski ---
(In reply to Yuri Rumyantsev from comment #11)
> Richard proposed to use the same simplification for min/max operations but
> in original test-case nested min/max operation (min(x,min(y,z)) or multi
> operan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111827
Bug ID: 111827
Summary: `a > b ? ~a : ~b` is sometimes not detected until
phiopt4 (or not at all)
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Keywords: miss
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111827
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111815
--- Comment #1 from Maciej W. Rozycki ---
Created attachment 56120
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56120&action=edit
Reduced testcase
This triggers the same ICE in `p'. Preincrements are required so that
their results land
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111380
--- Comment #2 from CVS Commits ---
The releases/gcc-13 branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:cc87aaeceea58389b681e3a6a63f95e54f2b59cd
commit r13-7954-gcc87aaeceea58389b681e3a6a63f95e54f2b59cd
Author: Kewen Lin
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111366
--- Comment #20 from CVS Commits ---
The releases/gcc-13 branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:4d22de945430e6f8c33ef98c90a4fad8de0ef41e
commit r13-7953-g4d22de945430e6f8c33ef98c90a4fad8de0ef41e
Author: Kewen Lin
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111366
--- Comment #21 from CVS Commits ---
The releases/gcc-12 branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:2b50ddce27be4738b494f5c4dd7083099b3de68c
commit r12-9925-g2b50ddce27be4738b494f5c4dd7083099b3de68c
Author: Kewen Lin
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111380
--- Comment #3 from CVS Commits ---
The releases/gcc-12 branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:a570462419f5a6ba2880a82d6394419864bd035b
commit r12-9926-ga570462419f5a6ba2880a82d6394419864bd035b
Author: Kewen Lin
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103324
--- Comment #10 from Eric Gallager ---
(In reply to Richard Biener from comment #2)
> Thus,
>
> make check RUNTESTFLAGS="execute.exp"
> make check RUNTESTFLAGS="dg-torture.exp"
Just confirming that the proper way to combine these would be:
ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531
Andrew Pinski changed:
What|Removed |Added
URL|https://gcc.gnu.org/piperma |https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111380
Kewen Lin changed:
What|Removed |Added
Keywords||wrong-code
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111366
Kewen Lin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111828
Bug ID: 111828
Summary: rs6000: Parse inline asm string to figure out it
requires HTM feature or not.
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111799
--- Comment #3 from Andrew Pinski ---
Hmm, I think we reach __builtin_unreachable always and that is confusing
everything.
If we inline s early on (via using the always_inline attribute). main turns
into just __builtin_unreachable .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103324
--- Comment #11 from Eric Gallager ---
(In reply to Eric Gallager from comment #10)
> (In reply to Richard Biener from comment #2)
> > Thus,
> >
> > make check RUNTESTFLAGS="execute.exp"
> > make check RUNTESTFLAGS="dg-torture.exp"
>
>
> Just
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111829
Bug ID: 111829
Summary: Redudant register moves inside the loop
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111829
--- Comment #1 from Hongtao.liu ---
ivtmp.23_31 = (unsigned long) b_24(D);
ivtmp.24_46 = (unsigned long) pa_26(D);
_50 = ivtmp.23_31 + 40;
[local count: 1063004408]:
# vsum_35 = PHI
# ivtmp.23_14 = PHI
# ivtmp.24_30 = PHI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111798
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111800
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111805
Richard Biener changed:
What|Removed |Added
Version|unknown |13.2.0
--- Comment #3 from Richard Bie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111807
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111812
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111816
Richard Biener changed:
What|Removed |Added
Blocks||101057
--- Comment #2 from Richard Bie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111818
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
46 matches
Mail list logo