https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89289
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89288
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code, patch
Stat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89292
Bug ID: 89292
Summary: [9 regression] test case
gcc.target/powerpc/rs6000-fpint.c fails after r268705
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89291
--- Comment #2 from zwieflhofer ---
Installed gcc-5.5.0 and built the identical WRF version.
No ICE encountered with 5.5.0.
Attempted to extract a reduced test version but this is non-trivial due to the
large source code base and complex make
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89290
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89290
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88147
--- Comment #20 from David Malcolm ---
(In reply to David Malcolm from comment #19)
> (In reply to David Malcolm from comment #17)
> > Created attachment 45660 [details]
> > Selftest coverage
> >
> > The attached reproduces the problem via a min
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88977
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Mon Feb 11 20:00:16 2019
New Revision: 268780
URL: https://gcc.gnu.org/viewcvs?rev=268780&root=gcc&view=rev
Log:
PR c++/88977
* pt.c (convert_nontype_argument): Pass true
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89212
--- Comment #7 from Marek Polacek ---
Author: mpolacek
Date: Mon Feb 11 20:03:43 2019
New Revision: 268781
URL: https://gcc.gnu.org/viewcvs?rev=268781&root=gcc&view=rev
Log:
PR c++/89212 - ICE converting nullptr to pointer-to-member-func
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89212
Marek Polacek changed:
What|Removed |Added
Summary|[8/9 Regression] ICE in |[8 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88977
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89292
--- Comment #1 from seurer at gcc dot gnu.org ---
gcc.target/powerpc/vsx-simode2.c also fails after this revision:
# of expected passes2
# of unexpected failures1
FAIL: gcc.target/powerpc/vsx-simode2.c scan-assembler mtvsrwz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89293
Bug ID: 89293
Summary: libphobos: core.atomic should have fallback for no
atomic library
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58074
--- Comment #9 from Jonathan Wakely ---
(In reply to Daniel Krügler from comment #0)
> The deleted default constructor should not prevent type Trivial of being
> trivial (Maybe this part of the problem is related to bug 52707, but I'm not
> sure)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266
--- Comment #8 from Harald Anlauf ---
It's not as trivial as I had hoped.
The point is that gfc_element_size() and gfc_target_expr_size()
are returning size 0 for the source expression, which is an entirely
correct value. However, they also ret
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85723
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53036
--- Comment #7 from Jonathan Wakely ---
Bug 85723 deals with the problem mentioned in comment 5.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89285
--- Comment #8 from Jakub Jelinek ---
I'll try to copy & adjust (mostly kill almost everything) copy_tree_body_r and
use that in register_constexpr_fundef. As we don't need to remap decls or
types,
I think we just need copy_statement_list for S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84135
--- Comment #6 from Thomas Koenig ---
$ cat z1.f90
> program p
>integer :: i
>integer, dimension(3) :: x[2,*]
>data (x(i:i+2:i+1), i=1,2) /1,2,3/
This should be caught, there is no normal dimension
here, just a codimension.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66970
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89285
--- Comment #9 from Jason Merrill ---
(In reply to Jakub Jelinek from comment #4)
> + /* Preserve REINTERPRET_CAST_P. */
> + if (code == NOP_EXPR && REINTERPRET_CAST_P (org_x))
> + {
> + if (TREE_CODE (x) == NOP_EXPR && REINT
Build: i386-pc-solaris2.11
Between 20190210 (r268749) and 20190211 (r268774), a couple of Ada testcases
regressed on Solaris/x86 (both 32 and 64-bit):
+FAIL: gnat.dg/vect1.adb (test for excess errors)
+FAIL: gnat.dg/vect1.adb 3 blank line(s) in output
+UNRESOLVED: gnat.dg/vect1.adb scan-tree-dump
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89294
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89292
--- Comment #2 from Bill Schmidt ---
So, dup of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89271?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89241
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89294
Rainer Orth changed:
What|Removed |Added
Target|i386-pc-solaris2.11 |i386-pc-solaris2.11,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88752
--- Comment #9 from Jason Merrill ---
Author: jason
Date: Mon Feb 11 21:49:37 2019
New Revision: 268783
URL: https://gcc.gnu.org/viewcvs?rev=268783&root=gcc&view=rev
Log:
Revert "PR c++/88752 - ICE with lambda and constexpr if."
This re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88299
--- Comment #4 from Harald Anlauf ---
I'm currently regtesting the following patch:
Index: gcc/fortran/resolve.c
===
--- gcc/fortran/resolve.c (revision 268778)
+++ gcc/fortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85762
--- Comment #4 from Martin Jambor ---
My apologies, I forgot about this bug. I will have a look this week.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970
Martin Jambor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88299
--- Comment #5 from Harald Anlauf ---
Patch passed regtesting and was submitted:
https://gcc.gnu.org/ml/fortran/2019-02/msg00097.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86252
Jonathan Wakely changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86252
--- Comment #2 from Jonathan Wakely ---
Another testcase, reduced from Boost.Rational:
template
struct sfinae
{
static const bool value = false;
static T zero() { return T(); }
};
template
struct enable_if { typedef T type; };
template str
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89241
--- Comment #4 from Jason Merrill ---
Author: jason
Date: Mon Feb 11 23:05:16 2019
New Revision: 268784
URL: https://gcc.gnu.org/viewcvs?rev=268784&root=gcc&view=rev
Log:
PR c++/89241 - ICE with __func__ in lambda in template.
When we'r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89241
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89144
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89295
Bug ID: 89295
Summary: [9 regression] compilation of
gcc.dg-struct-layout-1/t001_x.c takes 30 times as long
after r268404
Product: gcc
Version: 9.0
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89294
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88147
--- Comment #21 from David Malcolm ---
Author: dmalcolm
Date: Tue Feb 12 01:09:31 2019
New Revision: 268789
URL: https://gcc.gnu.org/viewcvs?rev=268789&root=gcc&view=rev
Log:
linemap_line_start: protect against location_t overflow (PR lto/88147)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88147
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89294
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #3 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689
Alan Modra changed:
What|Removed |Added
Summary|Memory corruption on Power |PowerPC64 ELFv2 function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87761
--- Comment #5 from Paul Hua ---
(In reply to Jakub Jelinek from comment #4)
> Can you please recheck with current trunk, many RA improvements related to
> r265398 change went into trunk since then.
all those test still fails on trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689
--- Comment #12 from Alan Modra ---
A little more sophisticated.
* fortran/trans-types.c (gfc_get_function_type): Use a varargs decl
unless we have args other than hidden ones.
--- a/gcc/fortran/trans-types.c
+++ b/gcc/fortran/t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84626
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63793
--- Comment #20 from Eric Gallager ---
Should this really have the middle-end for its component? It seems like this is
more of a target issue...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88993
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88834
--- Comment #3 from kugan at gcc dot gnu.org ---
I added iv-use for MASKED_LOAD_LANE and the result is
cmp w3, 0
ble .L1
sub w5, w3, #1
mov x4, 0
lsr w5, w5, 1
add w5, w5, 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88834
--- Comment #4 from kugan at gcc dot gnu.org ---
Created attachment 45661
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45661&action=edit
ivopt patch v1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89296
Bug ID: 89296
Summary: tree copy-header masking uninitialized warning
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89297
Bug ID: 89297
Summary: ICE: unexpected expression 'id' of kind overload
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67128
Szőts Ákos changed:
What|Removed |Added
CC||szotsaki at gmail dot com
--- Comment #3 fr
101 - 152 of 152 matches
Mail list logo