https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41820
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41817
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41744
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
Bug 24639 depends on bug 41817, which changed state.
Bug 41817 Summary: bogus "may be uninitialized" (huge testcase, inlining?)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41817
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412
--- Comment #3 from Jakub Jelinek ---
Seems the C FE on such redeclarations doesn't merge the decls (correct), but
overwrites the type in pop_scope:
1345 I_SYMBOL_BINDING (b->id) = b->shadowed;
1346 if (b->shadow
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41727
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41671
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41667
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41644
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41575
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79411
--- Comment #2 from Jakub Jelinek ---
Seems it is reassoc1 that transforms:
@@ -48,7 +69,6 @@ foo (struct C * x, const int * y, unsign
;; basic block 5, loop depth 0
;;pred: 3
- _2 = d_1(ab) + 1;
_3 = x_25(D)->c1;
if (_3 !=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41557
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79411
--- Comment #3 from Jakub Jelinek ---
There is just a single SSA_NAME_OCCURS_IN_ABNORMAL_PHI check in
tree-ssa-reassoc.c in the range handling code, I'd say that is significantly
less than what really is needed. Unless we want to add code to be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41590
Martin Sebor changed:
What|Removed |Added
Keywords||documentation, patch
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41596
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41671
John David Anglin changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
onfigured) ../gcc/configure --enable-languages=c,c++ --enable-libmpx
--prefix=/home/ejusjud/local/gcc-bin : (reconfigured) ../gcc/configure
--enable-languages=c,c++ --enable-libmpx --prefix=/home/ejusjud/local/gcc-bin
Thread model: posix
gcc version 7.0.1 20170207 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41517
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41373
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41346
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
jusjud/local/gcc-bin
Thread model: posix
gcc version 7.0.1 20170207 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79282
--- Comment #6 from Vladimir Makarov ---
Here is my analysis of the problem.
The test was successful as LRA actually did not work for the test.
LRA just checked that all insn constraints were satisfied. If LRA did
any transformation, the test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79410
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79416
Bug ID: 79416
Summary: Internal compiler error for recursive template
expansion
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081
--- Comment #53 from Aldy Hernandez ---
Created attachment 40690
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40690&action=edit
reduced testcase with rtl dumps and assembly
Ughh, that was painful. The attached .tar.gz file has a reduced
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68163
--- Comment #1 from Michael Meissner ---
Created attachment 40691
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40691&action=edit
Proposed patch to fix the problem.
I believe this patch fixes the problem.
Note, I am going on vacation, an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41540
Martin Sebor changed:
What|Removed |Added
Keywords||documentation, patch
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79399
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Tue Feb 7 21:51:21 2017
New Revision: 245256
URL: https://gcc.gnu.org/viewcvs?rev=245256&root=gcc&view=rev
Log:
PR middle-end/79399
* ira-int.h (struct target_ira_int):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41339
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41272
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41203
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41179
Martin Sebor changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79417
Bug ID: 79417
Summary: -Wconversion warns wrongly of real(16) to real(8)
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41150
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #62 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41142
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70795
--- Comment #13 from dave.anglin at bell dot net ---
On 2017-02-05, at 1:12 PM, hubicka at gcc dot gnu.org wrote:
> I would aprechiate if someone could bootstrap®test this
> Index: cgraphunit.c
> ==
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41098
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79282
--- Comment #7 from Vladimir Makarov ---
(In reply to Vladimir Makarov from comment #6)
> I think changing pattern
>
> &r(1) = 0(2), r(3)
>
> to
>
> r(1) = 0(2), r(3)
>
> would be a right solution on the target side. The operand 1 can not
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41091
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41014
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79418
Bug ID: 79418
Summary: ERROR: gcc.dg/torture/stackalign/builtin-apply-2.c
-O0 : syntax error in targe t selector "target
arm_hf_eabi || avr-*-* || riscv*-*-*" for "
Produ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79419
Bug ID: 79419
Summary: Explicit specialization of constrained member
template: ICE in set_constraints
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41001
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79419
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79416
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|UN
/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/7.0.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.1 20170207 (experimental) [trunk revision
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79399
--- Comment #11 from Dmitry Babokin ---
With new patch it compiled successfully. It took 41G of memory and 5:25 hours
to complete.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79415
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79414
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79314
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79418
Andrew Waterman changed:
What|Removed |Added
CC||andrew at sifive dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79301
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41557
Andris Pavenis changed:
What|Removed |Added
CC||andris at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79399
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
101 - 157 of 157 matches
Mail list logo