https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87757
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87801
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87785
Martin Liška changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87800
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87793
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87803
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87803
--- Comment #2 from Jakub Jelinek ---
Unfortunately the GNU ftp uploading directives don't allow to rename a
directory. I've mailed the administrator.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87803
--- Comment #3 from rguenther at suse dot de ---
On Tue, 30 Oct 2018, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87803
>
> --- Comment #2 from Jakub Jelinek ---
> Unfortunately the GNU ftp uploading directiv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87803
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44646
--- Comment #11 from Thomas Koenig ---
I've changed the entry in the table to PR78219;
the KIND specification in the forall index is still missing.
so yellow is appropriate.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83064
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87804
Bug ID: 87804
Summary: Omp simd loop with sin calls not vectorized when
inside omp parallel region and the sin parameter uses
value from shared array
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87805
Bug ID: 87805
Summary: Incomplete diagnostic for -Wnoexcept
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87805
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87806
Bug ID: 87806
Summary: Option -Wall should warn about unused structs,
typdefs, enums, etc
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87806
--- Comment #1 from Ulrich Windl ---
This is an enhancement request (cant't set it in Bugzilla)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87807
Bug ID: 87807
Summary: Passing float, double vectors as variadic args fails
on sparcv9
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: wrong-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65832
Bug 65832 depends on bug 79745, which changed state.
Bug 79745 Summary: vec_init<> expander misses V2TImode with AVX and V2OImode
and V2TImode with AVX512
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79745
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79745
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87806
Jonathan Wakely changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Jonath
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87806
--- Comment #3 from Jonathan Wakely ---
(In reply to Ulrich Windl from comment #0)
> BTW: With having option -Wmissing-field-initializers I could even imagine to
> warn about single fields that are never used.
Again, this seems like a bad idea.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65832
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|NEW
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808
Bug ID: 87808
Summary: gcc_lib_dir is missing from libgccjit's search path
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808
--- Comment #1 from Matthias Klose ---
it looks like the code can run without the external driver, but it cannot find
the needed files in the install location.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|rguenth at gcc d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85283
--- Comment #2 from Richard Biener ---
We can vectorize a variant with doubles but that results in awful code because
the ABI isn't known. The float variant now looks like the following before
vectorization:
_1 = a.x;
_2 = b.x;
_3 = _1 +
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87330
--- Comment #8 from sameerad at gcc dot gnu.org ---
Author: sameerad
Date: Tue Oct 30 10:59:37 2018
New Revision: 265618
URL: https://gcc.gnu.org/viewcvs?rev=265618&root=gcc&view=rev
Log:
Fixes bug 87330 by invoking df_note_add_problem to recomp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87804
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372
H.J. Lu changed:
What|Removed |Added
CC||xuepeng.guo at intel dot com
--- Comment #19 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87800
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Tue Oct 30 11:27:32 2018
New Revision: 265619
URL: https://gcc.gnu.org/viewcvs?rev=265619&root=gcc&view=rev
Log:
2018-10-30 Richard Biener
PR tree-optimization/87800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87800
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87804
--- Comment #2 from Pavel Ondračka ---
Wow, yeah that works, thank you so much.
It's not very clear from your explanation if this is a bug or not after all...
Feel free to close the bug if the omission of pure was a mistake on my end.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87747
--- Comment #5 from Richard Earnshaw ---
Author: rearnsha
Date: Tue Oct 30 11:33:24 2018
New Revision: 265620
URL: https://gcc.gnu.org/viewcvs?rev=265620&root=gcc&view=rev
Log:
Don't allow the pool allocator to be configured to allocate zero-siz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
Bug ID: 87809
Summary: Can't create empty std::optional>
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87810
Bug ID: 87810
Summary: go-test.exp needs an update for non-existing test
exceptions
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372
--- Comment #21 from xuepeng guo ---
Thanks for fix. I am glad to help to test it out.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87811
Bug ID: 87811
Summary: [9 Regression] ICE with
__builtin_expect_with_probability
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87811
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #2 from Richard Biener ---
Bah. Can you please attach preprocessed source and provide command-line flags?
A simple cc1plus cross isn't enough it seems and I do not have a cross glibc
to build a full cross.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
Richard Biener changed:
What|Removed |Added
Component|other |testsuite
--- Comment #3 from Richard B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87804
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87811
Martin Liška changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
--- Comment #2 from Jonathan Wakely ---
It affects other containers too:
#include
#include
#include
template
struct Alloc
{
using value_type = T;
T* allocate(unsigned n);
void deallocate(T* p, unsigned n);
Alloc(int) { }
temp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
Jonathan Wakely changed:
What|Removed |Added
Known to work|8.2.0 |7.3.0
Target Milestone|9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87812
Bug ID: 87812
Summary: X86-64 Vector __m256 return ABI needs clarification
(discrepancy between implementations).
Product: gcc
Version: 9.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372
--- Comment #22 from xuepeng guo ---
(In reply to Uroš Bizjak from comment #20)
> Created attachment 44928 [details]
> Proposed patch
>
> It turned out that functions, called directly through emit_library_call (as
> the above testcase, which bui
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #4 from seurer at gcc dot gnu.org ---
Created attachment 44929
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44929&action=edit
assembler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #5 from seurer at gcc dot gnu.org ---
Created attachment 44930
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44930&action=edit
intermediate text
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #6 from seurer at gcc dot gnu.org ---
Created attachment 44931
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44931&action=edit
preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #7 from seurer at gcc dot gnu.org ---
Various output files attached and here's a run with -v so you can see all the
options:
seurer@granola:~/gcc/build/gcc-test$
/home/seurer/gcc/build/gcc-test/gcc/testsuite/g++/../../xg++ -v
-B/home/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
Bug ID: 87813
Summary: sprintf pass calling evrp at -O0 and setting global
ranges which affect strnlen expansion
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
Aldy Hernandez changed:
What|Removed |Added
CC||amacleod at redhat dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #8 from Richard Biener ---
Ah, ok.
/home/seurer/gcc/gcc-test/gcc/testsuite/g++.dg/vect/slp-pr87105.cc:98:1:
missed: not vectorized: bad data alignment in basic block.
looks like with the flags we do not support unaligned accesses.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
--- Comment #3 from Richard Biener ---
Why is the sprintf pass (-fprintf-return-value) even enabled at -O0?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
--- Comment #4 from Aldy Hernandez ---
(In reply to Richard Biener from comment #3)
> Why is the sprintf pass (-fprintf-return-value) even enabled at -O0?
Well, at -Og, but isn't that kinda sort-of the same thing?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87802
--- Comment #9 from seurer at gcc dot gnu.org ---
Yes, it works with that patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87812
--- Comment #1 from H.J. Lu ---
Without AVX, GCC treats
typedef qi __attribute__((vector_size (32))) v32qi;
as a type of 32 bytes, which is passed in memory. Clang does
# clang -S -msse2 x.c -O2
...
movaps .LCPI0_0(%rip), %xmm0 # x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Tue Oct 30 14:49:43 2018
New Revision: 265626
URL: https://gcc.gnu.org/viewcvs?rev=265626&root=gcc&view=rev
Log:
PR libstdc++/87809 avoid invalid expressions in exception specifications
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87784
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Tue Oct 30 14:49:32 2018
New Revision: 265625
URL: https://gcc.gnu.org/viewcvs?rev=265625&root=gcc&view=rev
Log:
PR libstdc++/87784 fix dynamic_bitset::push_back
Previously the _M_Nb me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87784
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85593
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85855
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85870
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86485
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86487
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86569
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86575
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86669
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86823
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87812
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86905
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86944
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86988
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87047
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Priority|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86944
--- Comment #2 from Richard Biener ---
I cannot reproduce this on trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87072
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87145
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86293
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87148
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87809
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87246
Richard Biener changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87430
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87541
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87814
Bug ID: 87814
Summary: [9 Regression] ICE in in tsubst_copy, at cp/pt.c:15962
with range-v3
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87148
Jonathan Wakely changed:
What|Removed |Added
Status|RESOLVED|NEW
Resolution|WONTFIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87542
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87812
--- Comment #3 from H.J. Lu ---
Without AVX, v32qi should be passed the same way before AVX was
added to compiler. For example,
[hjl@gnu-cfl-1 tmp]$ cat z.c
typedef int __attribute__((mode(SI))) si;
typedef si __attribute__((vector_size (128)))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87647
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87787
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2018-10-29 00:0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87702
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86944
Martin Liška changed:
What|Removed |Added
Keywords||needs-bisection
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87813
--- Comment #5 from Martin Sebor ---
The sprintf pass doesn't do any optimization at -O0 but it still runs to
diagnose the subset of mistakes that are detectable even without optimization.
For instance, the buffer overflow due to the off-by-one
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87330
Ramana Radhakrishnan changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87812
--- Comment #4 from Iain Sandoe ---
(In reply to H.J. Lu from comment #3)
> Without AVX, v32qi should be passed the same way before AVX was
> added to compiler. For example,
>
> If there were AVX1024, GCC would pass y in vector register. When
1 - 100 of 167 matches
Mail list logo