https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83208
Bug ID: 83208
Summary: [arm-linux-gnueabi-gcc] wrong code at optimization
level -O2 and -O3 for union assignment
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81363
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83206
--- Comment #1 from Andrew Roberts ---
This was tested using:
/usr/local/gcc/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/usr/local/gcc/bin/gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-8.0.0/libexec/gcc/armv7l-unknown-linux-gnueabihf/8.0.0/lto-wrappe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83207
Bug ID: 83207
Summary: On ARM -mcpu=native does not detect ARM big/little cpu
combinations correctly
(armv7l-unknown-linux-gnueabihf)
Product: gcc
Version: 8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83206
Bug ID: 83206
Summary: -mfpu=auto does not work on ARM
(armv7l-unknown-linux-gnueabihf)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191
--- Comment #5 from Jerry DeLisle ---
(In reply to Jerry DeLisle from comment #4)
> Alternatively one could do this:
>
> @@ -1809,9 +1809,11 @@ write_complex (st_parameter_dt *dtp, const char
> *source, int kind, size_t size)
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #29 from Andrew Roberts ---
And rerunning all the tests for matrix.c on Ryzen using:
-march=$amarch -mtune=$amtune -mprefer-vector-width=none -mno-fma -O3
The winners were:
mult took 118145 clocks -march=broadwell -mtune=broadwell
mu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #28 from Andrew Roberts ---
Adding -mno-avx2 into the mix was a marginal win, but only just showing out of
the noise:
/usr/local/gcc/bin/gcc -march=znver1 -mtune=znver1 -mprefer-vector-width=none
-mno-fma -mno-avx2 -O3 matrix.c -o ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168
--- Comment #6 from Jerry DeLisle ---
Author: jvdelisle
Date: Wed Nov 29 03:07:43 2017
New Revision: 255225
URL: https://gcc.gnu.org/viewcvs?rev=255225&root=gcc&view=rev
Log:
2017-11-28 Jerry DeLisle
PR libgfortran/83168
* io
{
template struct tuple_size;
template <> struct tuple_size {
static constexpr int value = -1;
};
}
int main()
{
auto [i] = Foo{};
}
=
Output:
GNU C++17 (GCC-Explorer-Build) version 8.0.0 20171128 (experimental)
(x86_64-linux-gnu)
compiled by GNU C v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81363
--- Comment #2 from Bill Schmidt ---
(In reply to Jakub Jelinek from comment #1)
> This went away with r250295 which reverted some earlier commit. Was the
> patch reverted because of this LRA ICE, or for some other reason. I.e. can
> we close i
Hi!
I noticed you have liburcu.org. Are you intrested in burculi.com? If so please
let me know and I will send you more information about the sale.
If you have any questions feel free to ask, we would be happy to hear from you.
Sarah Perez
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191
--- Comment #4 from Jerry DeLisle ---
Alternatively one could do this:
@@ -1809,9 +1809,11 @@ write_complex (st_parameter_dt *dtp, const char *source,
int kind, size_t size)
precision, buf_size, result1, &res_len1);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83204
Bug ID: 83204
Summary: [6/7/8 Regression] c++ -std=c++14 ICE in
maybe_undo_parenthesized_ref, at cp/semantics.c:1694
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191
--- Comment #3 from Dominique d'Humieres ---
The following patch does the trick:
--- ../_clean/libgfortran/io/write.c2017-11-22 20:37:44.0 +0100
+++ libgfortran/io/write.c 2017-11-28 23:45:55.0 +0100
@@ -1552,7 +1552,7 @
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
--- Comment #2 from Pat Haugen ---
(In reply to Pat Haugen from comment #0)
>
> It appears to work fine with r254943. I'll start a bisect and post results.
My bisect showed that r254946 was where it started failing on trunk. And yes,
it fails w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83203
Bug ID: 83203
Summary: Inefficient int to avx2 vector conversion
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82050
--- Comment #8 from David Malcolm ---
Author: dmalcolm
Date: Tue Nov 28 21:45:56 2017
New Revision: 255219
URL: https://gcc.gnu.org/viewcvs?rev=255219&root=gcc&view=rev
Log:
Handle very long lines when printing fix-it hints
When fixing PR c/820
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83202
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83202
--- Comment #1 from Daniel Fruzynski ---
This was compiled with -O3 -mavx -ftree-vectorize
After sending this I noticed that I wrote inner loop incorrectly, I meant one
below. Anyway, it it also not optimized:
for (int j = 0; j < i; j+=4)
I also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81275
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 28 21:24:32 2017
New Revision: 255218
URL: https://gcc.gnu.org/viewcvs?rev=255218&root=gcc&view=rev
Log:
PR sanitizer/81275
* cp-tree.h (SWITCH_STMT_ALL_CASES_P):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81275
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 28 21:22:52 2017
New Revision: 255217
URL: https://gcc.gnu.org/viewcvs?rev=255217&root=gcc&view=rev
Log:
PR sanitizer/81275
* tree.c (block_may_fallthru): Return f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83202
Bug ID: 83202
Summary: Try joining operations on consecutive array elements
during tree vectorization
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83178
Christophe Lyon changed:
What|Removed |Added
Target|x86_64-*-* |x86_64-*-* arm aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
--- Comment #1 from Bill Schmidt ---
It may be latent for a while -- the same problem exists with GCC 7. (Well,
technically with branches/ibm/gcc-7-branch.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179
Christophe Lyon changed:
What|Removed |Added
Target|x86_64-*-* |x86_64-*-* arm aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
Bug ID: 83201
Summary: SPEC CPU2017 505.mcf_f produces incorrect output when
built with -flto and FDO
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83200
Bug ID: 83200
Summary: Unable to manipulate (prefix, strip) coverage/profile
data file (.gcda) paths at compile time
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881
--- Comment #7 from Daniel Starke ---
Error report from Dr.Memory:
Error #1: UNADDRESSABLE ACCESS: reading 0x-0x0008 8
byte(s)
# 0 gomp_resolve_num_threads
[../../../../src/gcc-7.1.0/libgomp/libgomp.h:677
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82050
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796
--- Comment #19 from Janne Blomqvist ---
Author: jb
Date: Tue Nov 28 19:28:50 2017
New Revision: 255215
URL: https://gcc.gnu.org/viewcvs?rev=255215&root=gcc&view=rev
Log:
PR 53796 Improve INQUIRE(RECL=...) handling
The current F2018 draft (N213
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82050
--- Comment #6 from David Malcolm ---
Author: dmalcolm
Date: Tue Nov 28 19:24:35 2017
New Revision: 255214
URL: https://gcc.gnu.org/viewcvs?rev=255214&root=gcc&view=rev
Log:
Reject fix-it hints for various awkward boundary cases (PR c/82050)
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54613
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82808
--- Comment #9 from Martin Jambor ---
Author: jamborm
Date: Tue Nov 28 18:52:49 2017
New Revision: 255212
URL: https://gcc.gnu.org/viewcvs?rev=255212&root=gcc&view=rev
Log:
[PR 82808] Use proper result types for arithmetic jump functions
2017-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83097
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #27 from Jan Hubicka ---
Hi,
one of problem here is use of vgather instruction. It is hardly a win on Zen
architecture.
It is also on my TODO to adjust the code model to disable it for most loops. I
only want
to benchmark if it is a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #26 from Jan Hubicka ---
On you matrix benchmarks I get:
Vector inside of loop cost: 44
Vector prologue cost: 12
Vector epilogue cost: 0
Scalar iteration cost: 40
Scalar outside cost: 0
Vector outside cost: 12
prologue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #25 from Jan Hubicka ---
Hi,
I agree that the matric multiplication fma issue is important and hopefully it
will be fixed for GCC 8. See
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00437.html
The irregularity of tune/arch is proba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83199
Bug ID: 83199
Summary: FAIL: gdb.base/async.exp & gdb.base/skip.exp
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: wrong-debug
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83198
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83198
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83197
--- Comment #2 from Marek Polacek ---
Even r104500 ICEs -> this is ancient.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81470
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83197
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83198
Bug ID: 83198
Summary: ICE internal compiler error: in format_floating, at
gimple-ssa-sprintf.c:1900
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81610
--- Comment #2 from David Malcolm ---
Candidate patch:
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg02048.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80567
--- Comment #4 from David Malcolm ---
Candidate patch:
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg02048.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83197
Bug ID: 83197
Summary: ICE in strip_float_extensions, at tree.c:11935
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196
--- Comment #2 from G. Steinmetz ---
Slightly modified :
$ cat z3.f90
program p
call s
contains
subroutine s
if ( f /= '' ) call abort
end
character(3) function f()
f = ''
end
end
$ gfortran-8-20171126 -c z3.f90 -O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196
--- Comment #1 from G. Steinmetz ---
With reversed order, i.e. definition of "f" first :
$ cat z2.f90
program p
call s
contains
character(3) function f()
f = 'abc'
end
subroutine s
if ( f /= 'abc' ) call abort
end
en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196
Bug ID: 83196
Summary: ICE in gfc_build_compare_string, at
fortran/trans-expr.c:3609 (and others)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
--- Comment #9 from Jakub Jelinek ---
Ok, I'll bootstrap/regtest removing that; dunno if that is sufficient though,
if there shouldn't be some performance analysis. That said, it is solely about
the SSE4, for AVX we use different alternatives.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
--- Comment #4 from Sudakshina Das ---
I think this is the only test that fails on arm.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
--- Comment #8 from Uroš Bizjak ---
(In reply to Jakub Jelinek from comment #7)
> Note it is already postreload that propagates the %rsi register directly
> into vec_concatv2di. And the reason why DSE does nothing is that since LRA
> introductio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
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=83194
--- Comment #3 from joseph at codesourcery dot com ---
You definitely cannot assume strcmp (s, t) == -strcmp (t, s), only that
the result has the correct sign in each case.
There should be no need to preserve the exact return value (of the corr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83185
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83190
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83021
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83021
--- Comment #13 from Paul Thomas ---
Author: pault
Date: Tue Nov 28 15:38:55 2017
New Revision: 255205
URL: https://gcc.gnu.org/viewcvs?rev=255205&root=gcc&view=rev
Log:
2017-11-28 Paul Thomas
PR fortran/83021
* resolve.c (re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #24 from Andrew Roberts ---
For the mt19937ar test:
/usr/local/gcc/bin/gcc -march=znver1 -mtune=znver1 -O3 mt19937ar.c -o mt19937ar
mt19937ar took 462062 clocks
/usr/local/gcc/bin/gcc -march=znver1 -mtune=znver1 -mprefer-vector-wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69866
--- Comment #14 from Thomas Preud'homme ---
Author: thopre01
Date: Tue Nov 28 15:19:14 2017
New Revision: 255203
URL: https://gcc.gnu.org/viewcvs?rev=255203&root=gcc&view=rev
Log:
Fix ICE in add_symbol_to_partition_1
2017-11-28 Thomas Preud'ho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #23 from Andrew Roberts ---
Thanks Honza,
getting closer, with original matrix.c on Ryzen:
/usr/local/gcc/bin/gcc -march=znver1 -mtune=znver1 -O3 matrix.c -o matrix
mult took 364850 clocks
/usr/local/gcc/bin/gcc -march=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83021
--- Comment #12 from Paul Thomas ---
Author: pault
Date: Tue Nov 28 15:13:42 2017
New Revision: 255202
URL: https://gcc.gnu.org/viewcvs?rev=255202&root=gcc&view=rev
Log:
2017-11-28 Paul Thomas
PR fortran/83021
* resolve.c (re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83072
--- Comment #5 from Richard Biener ---
The testcase is now optimized early during evrp after r255201. We still don't
record temporary ranges in SSA range info but we can perform the unreachable ()
trick VRP has.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80776
--- Comment #6 from Richard Biener ---
The original case is now fixed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80776
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Tue Nov 28 14:58:11 2017
New Revision: 255201
URL: https://gcc.gnu.org/viewcvs?rev=255201&root=gcc&view=rev
Log:
2017-11-28 Richard Biener
PR tree-optimization/80776
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83069
--- Comment #14 from Jan Hubicka ---
Letting entry block frequency to drop to 0 has bad effect on IPA profile
propagation. Since new profile count arithmetics is overflow safe, I think we
should just cap it to max_count in such case.
The loop a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
--- Comment #7 from Jakub Jelinek ---
Note it is already postreload that propagates the %rsi register directly into
vec_concatv2di. And the reason why DSE does nothing is that since LRA
introduction the DSE spill removal has been disabled and la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
--- Comment #22 from Jan Hubicka ---
Hi,
this is same base (so you can see there is some noise) compared to haswell
tuning
164.gzip 140057.12452* 140058.72384*
175.vpr 140037.13776*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70773
--- Comment #25 from PeteVine ---
So, the profile data is probably fine, and judging from the size of the final
binary, it's being used. The fix could be real after all :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
Jakub Jelinek changed:
What|Removed |Added
CC||uros at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70773
--- Comment #24 from PeteVine ---
Or maybe not, gcov-dump-6 is able to read the file.
$ gcov-dump-6 sudoku.gcda.good
sudoku.gcda.good:data:magic `gcda':version `A80e'
sudoku.gcda.good:warning:current version is `603*'
sudoku.gcda.good:stamp 464
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70773
--- Comment #23 from PeteVine ---
$ gcov-dump-6 sudoku.gcda.bad
sudoku.gcda.bad:data:magic `gcda':version `603*'
sudoku.gcda.bad:stamp 46515746
sudoku.gcda.bad: a300: 77:PROGRAM_SUMMARY checksum=0x12ec1c02
sudoku.gcda.bad:co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80709
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80819
Jakub Jelinek changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83194
--- Comment #2 from Marc Glisse ---
What if strcmp returns INT_MIN?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81307
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 28 13:03:37 2017
New Revision: 255198
URL: https://gcc.gnu.org/viewcvs?rev=255198&root=gcc&view=rev
Log:
PR debug/81307
* dbxout.c (dbx_block_with_cold_children):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81020
Jakub Jelinek changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83185
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81020
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
Richard Biener changed:
What|Removed |Added
Target||arm
Component|regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83141
Richard Biener changed:
What|Removed |Added
Assignee|rguenth at gcc dot gnu.org |jamborm at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83141
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Tue Nov 28 11:58:45 2017
New Revision: 255197
URL: https://gcc.gnu.org/viewcvs?rev=255197&root=gcc&view=rev
Log:
2017-11-28 Richard Biener
PR middle-end/83141
* gim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83187
Nathan Sidwell changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83186
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83187
--- Comment #2 from Jakub Jelinek ---
The problem is that we have a type (complex double) where
TYPE_CANONICAL (TYPE_MAIN_VARIANT (t)) != TYPE_MAIN_VARIANT (TYPE_CANONICAL
(TYPE_MAIN_VARIANT (t)))
which get_alias_set code asserts on, because it d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
Bug ID: 83195
Summary: [8 regression] pr82929.c scan for "Merging successful"
fail
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83117
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80788
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83117
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 28 11:14:52 2017
New Revision: 255196
URL: https://gcc.gnu.org/viewcvs?rev=255196&root=gcc&view=rev
Log:
PR c/83117
* gcc.target/x86_64/abi/ms-sysv/gen.cc (make_do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83189
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83187
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
1 - 100 of 118 matches
Mail list logo