https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68403
--- Comment #4 from vries at gcc dot gnu.org ---
Fails here in gimplify_omp_for (in last assert):
...
/* Handle OMP_FOR_COND. */
t = TREE_VEC_ELT (OMP_FOR_COND (for_stmt), i);
gcc_assert (COMPARISON_CLASS_P (t));
gcc_asse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68402
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399
Richard Biener changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68392
--- Comment #4 from Richard Biener ---
It's because
gcc_checking_assert (sparseset_bit_p (active_defs_check, regno));
has been inconsistently converted with the ENABLE_CHECING transform as we have
if (flag_checking)
active_defs_che
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68317
--- Comment #7 from Richard Biener ---
(In reply to Jiong Wang from comment #6)
> Created attachment 36741 [details]
> prototype-fix
>
> (In reply to Richard Biener from comment #3)
> > (gdb) p debug_generic_expr (max)
> > 4294443008(OVF)
> > +
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67790
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Wed Nov 18 08:31:32 2015
New Revision: 230518
URL: https://gcc.gnu.org/viewcvs?rev=230518&root=gcc&view=rev
Log:
2015-11-18 Richard Biener
PR tree-optimization/67790
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68385
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384
Richard Biener changed:
What|Removed |Added
Keywords||lto
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67790
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68035
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Wed Nov 18 09:06:50 2015
New Revision: 230521
URL: https://gcc.gnu.org/viewcvs?rev=230521&root=gcc&view=rev
Log:
Add missing test-case for PR ipa/68035
Added:
trunk/gcc/testsuite/gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68376
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68317
--- Comment #8 from Jiong Wang ---
(In reply to Richard Biener from comment #7)
> (In reply to Jiong Wang from comment #6)
> > Created attachment 36741 [details]
> > prototype-fix
> >
> > (In reply to Richard Biener from comment #3)
> > > (gdb)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68117
--- Comment #37 from Richard Biener ---
(In reply to Gary Funck from comment #36)
> (In reply to rguent...@suse.de from comment #35)
> > Yes, I thought the cfgexpand.c place is a better one and the only one
> > that would be related to the place
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68072
--- Comment #8 from Dominik Vogt ---
Created attachment 36750
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36750&action=edit
Test case
This is the requested minimal test program.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68404
Bug ID: 68404
Summary: [6 Regression] PGO/LTO bootstrap failure on ppc64le
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68405
Bug ID: 68405
Summary: trunk/gcc/config/i386/i386.c:22951: possible missing
break ?
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68405
--- Comment #1 from David Binderman ---
Checking svn log, I suspect this revision
r230098 | ienkovich | 2015-11-10 11:57:34 + (Tue, 10 Nov 2015) | 70 lines
and this comment
* config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68406
Bug ID: 68406
Summary: dbxout.c:2570:16: error: no matching function for call
to 'hash_set::traverse(vec*)'
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68405
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #8 from isearcher at 126 dot com ---
Now here is a new problem. Gfortran can now produce the a.out, but when i run
./a.out, there is an error:
./a.out: error while loading shared libraries: libgfortran.so.3: cannot open
shared object
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68376
--- Comment #4 from Jakub Jelinek ---
Created attachment 36751
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36751&action=edit
gcc6-pr68376.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68406
--- Comment #1 from vries at gcc dot gnu.org ---
Caused by: https://gcc.gnu.org/ml/gcc-cvs/2015-11/msg00847.html :
...
Author: rsandifo
Date: Tue Nov 17 18:41:55 2015
New Revision: 230476
URL: https://gcc.gnu.org/viewcvs?rev=230476&root=gcc&view=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68157
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Wed Nov 18 10:23:21 2015
New Revision: 230530
URL: https://gcc.gnu.org/viewcvs?rev=230530&root=gcc&view=rev
Log:
PR tree-optimization/68157
* tree-ssa-reassoc.c (attempt_b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67625
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68205
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68196
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66244
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68404
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68170
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68379
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66242
--- Comment #4 from Arnaud Charlet ---
Author: charlet
Date: Wed Nov 18 10:30:12 2015
New Revision: 230531
URL: https://gcc.gnu.org/viewcvs?rev=230531&root=gcc&view=rev
Log:
2015-11-18 Hristian Kirtchev
PR ada/66242
* exp_ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68157
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Wed Nov 18 10:31:51 2015
New Revision: 230532
URL: https://gcc.gnu.org/viewcvs?rev=230532&root=gcc&view=rev
Log:
PR tree-optimization/68157
* tree-ssa-reassoc.c (attempt_b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68157
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66242
Arnaud Charlet changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67609
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #35
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68406
--- Comment #2 from vries at gcc dot gnu.org ---
Now trying a build of r230533 with:
- r230486 (Replace match.pd DEFINE_MATH_FNs with auto-generated lists) and
- r230476 (Add gencfn-macros.c)
reverted. (The revert of r230476 on r230533 does not a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57335
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63602
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65822
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038
Richard Biener changed:
What|Removed |Added
Keywords||build
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
--- Comment #7 from Jakub Jelinek ---
Unfortunately, adding an argument to identify_goto whether it is should be a
permerror or normal error doesn't work, because identify_goto could be called
first for a non-fatal case, but later on we could fin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66199
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68406
--- Comment #3 from vries at gcc dot gnu.org ---
(In reply to vries from comment #2)
> Now trying a build of r230533 with:
> - r230486 (Replace match.pd DEFINE_MATH_FNs with auto-generated lists) and
> - r230476 (Add gencfn-macros.c)
> reverted.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66223
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66244
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Priority|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66655
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68392
Zdenek Sojka changed:
What|Removed |Added
Target|aarch64-unknown-linux-gnu |
Host|x86_64-pc-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66691
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66760
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66921
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66930
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68407
Bug ID: 68407
Summary: Code generation failure, "rep ret" in .s file
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66930
--- Comment #20 from Oleg Endo ---
Yes, fixed. Although it probably could be reverted again because the actual
issue was in sh_find_set_of_reg and it has been extended.
I'll see if it's safe to revert it some time later.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66992
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68407
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68408
Bug ID: 68408
Summary: sparc-elf, c++: broken support for attribute
init_priority.
Product: gcc
Version: 5.2.1
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #11 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67172
Richard Biener changed:
What|Removed |Added
Keywords||build
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67198
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409
Bug ID: 68409
Summary: Garbage added to a map instead of object
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67257
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67337
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67339
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67354
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67355
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67376
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68410
Bug ID: 68410
Summary: config/nios2/nios2.c: 4123: duplicates in expression
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68410
David Binderman changed:
What|Removed |Added
CC||sandra at codesourcery dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68405
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Nov 18 11:51:58 2015
New Revision: 230541
URL: https://gcc.gnu.org/viewcvs?rev=230541&root=gcc&view=rev
Log:
gcc/
PR target/68405
* config/i386/i386.c (ix86_expan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57635
Richard Biener changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396
Richard Biener changed:
What|Removed |Added
Keywords||alias
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67411
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67439
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67600
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #11 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67609
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #36 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67625
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67653
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67770
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67783
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67893
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67941
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67954
Richard Biener changed:
What|Removed |Added
Target||arm*
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68062
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #10 from Richard Biener
1 - 100 of 273 matches
Mail list logo