https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94566
Bug 94566 depends on bug 33315, which changed state.
Bug 33315 Summary: stores not commoned by sinking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84859
Bug 84859 depends on bug 33315, which changed state.
Bug 33315 Summary: stores not commoned by sinking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91532
Bug 91532 depends on bug 33315, which changed state.
Bug 33315 Summary: stores not commoned by sinking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315
What|Removed |Added
-
|P2
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Target Milestone|--- |8.5
--- Comment #4 from Richard Biener ---
Mine then.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95134
Richard Biener changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95140
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.2
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95143
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95145
Richard Biener changed:
What|Removed |Added
Keywords||error-recovery,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95147
Richard Biener changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
gcc: error: unrecognized command line option ?-fcf-protection?
gcc: error: unrecognized command line option ?-mshstk?
Makefile:603: recipe for target 'libz_a-adle
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95147
--- Comment #1 from Richard Biener ---
--disable-cet seems to be a workaround, it looks like the configury fails to
check for host compiler support (or alternatively --disable-cet should be the
default for stage1?)
at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #2 from Richard Biener ---
So there's already (OVF) at
((long unsigned int) IA1 & 158(OVF)) & 1
but we only check
375 if (TREE_OVERFLOW_P (ret)
376 && !TREE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95133
Richard Biener changed:
What|Removed |Added
Known to work||11.0
Summary|[8/9/10/11 Regr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95154
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95158
Richard Biener changed:
What|Removed |Added
Known to work||9.3.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95163
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.5
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95164
Richard Biener changed:
What|Removed |Added
Known to fail||9.3.0
Known to work|
at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #2 from Richard Biener ---
I'll take a look.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171
--- Comment #3 from Richard Biener ---
OK, so this is always_inline crossing a IL semantic boundary
(-fnon-call-exceptions + -ffinite-math-only). In w9 NaN > 0.0 does not trap
but when
inlined into o7 it suddenly does and thus is invalid GIMPLE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95172
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95176
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.2
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95183
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95172
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
Bug 57359 depends on bug 95172, which changed state.
Bug 95172 Summary: [11 Regression] wrong code at -O1 on x86_64-linux-gnu since
r11-272-gb6ff3ddecfa93d53
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95172
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171
Richard Biener changed:
What|Removed |Added
Known to fail|11.0|
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95185
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95185
--- Comment #2 from Richard Biener ---
Btw, thanks for all these bugreports!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95141
--- Comment #3 from Richard Biener ---
(In reply to Richard Biener from comment #2)
> So there's already (OVF) at
>
> ((long unsigned int) IA1 & 158(OVF)) & 1
>
> but we only check
>
> 375 if (TREE_OVERFLOW_P (ret)
> 376
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95187
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
CC||rguenth at gcc dot gnu.org
Priority|P3 |P2
--- Comment #1 from Richard Biener ---
Confirmed. It looks like string handling creeps in here somehow during RTL
expansion.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190
--- Comment #2 from Richard Biener ---
This is new behavior for warnings in GCC 10 and now how all other optimization
options behave - the option state is fixed per function at compile-time and
carried over to link-time.
Indeed warning options a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95192
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95194
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
||amker at gcc dot gnu.org,
||rguenth at gcc dot gnu.org
--- Comment #1 from Richard Biener ---
But IVOPTs is supposed to know how to eliminate equal IVs. Maybe it's confused
about the IFN uses?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95205
--- Comment #1 from Richard Biener ---
read the full message, you need to copy gcc/tm.texi to $src/gcc/doc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95210
--- Comment #2 from Richard Biener ---
testcase?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95211
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95202
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #1 from Ric
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95218
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-05-20
Ever confirmed|0
|1
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Target Milestone|--- |11.0
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Richard Biener ---
I think this one is a bit older though
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95219
--- Comment #2 from Richard Biener ---
Coalesce list: (4)ivtmp.15_4 & (22)ivtmp.15_22 [map: 2, 9] : Success -> 2
Coalesce list: (1)vect_vec_iv_.7_1 & (19)_19 [map: 0, 7] : Success -> 0
Coalesce list: (17)_17 & (18)vect_vec_iv_.8_18 [map: 5, 6] :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95222
Richard Biener changed:
What|Removed |Added
Summary|GCC 10.1 x86 issue with |[10/11 Regression] GCC 10.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95224
Richard Biener changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95199
--- Comment #3 from Richard Biener ---
Btw, there's already vinfo->ivexpr_map to aid simplifying the IL to a point
where IVOPTs can eliminate redundant IVs. Eliminating them in the vectorizer
is more complicated because of all the code for the I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32643
Richard Biener changed:
What|Removed |Added
Summary|[8/9/10/11 Regression] |[8/9/10 Regression] Wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32643
Richard Biener changed:
What|Removed |Added
Known to work|11.0|
Summary|[8/9/10 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95141
Richard Biener changed:
What|Removed |Added
Known to fail||10.1.0
Summary|[8/9/10/11 Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95233
Richard Biener changed:
What|Removed |Added
Version|c++-concepts|10.1.0
Keywords|
at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #1 from Richard Biener ---
Oops.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95235
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-* i?86-*-*
--- Comment #1 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95234
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171
Bug 95171 depends on bug 95231, which changed state.
Bug 95231 Summary: [11 Regression] error: the first argument of a
‘vec_cond_expr’ must be of a boolean vector type of the since
r11-451-gfe168751c5c1c517
https://gcc.gnu.org/bugzilla/show_bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95231
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95219
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95229
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-* i?86-*-*
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95229
--- Comment #5 from Richard Biener ---
Built by
#5 0x020c4504 in gen_rtx_fmt_ee_stat (code=VEC_SELECT,
mode=E_V2SImode, arg0=0x0, arg1=0x76ad92e0) at ./genrtl.h:49
#6 0x0211e242 in gen_sse4_1_zero_extendv2siv2di2 (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95229
--- Comment #6 from Richard Biener ---
(In reply to Richard Biener from comment #5)
> Built by
>
> #5 0x020c4504 in gen_rtx_fmt_ee_stat (code=VEC_SELECT,
> mode=E_V2SImode, arg0=0x0, arg1=0x76ad92e0) at ./genrtl.h:49
> #6 0x00
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
The testcase and a few others now ICEs on x86_64 with -m32 since
LOCAL_DECL_ALIGNMENT with -mpreferred-stack-boundary=2 shrinks
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95218
--- Comment #11 from Richard Biener ---
Note a 'use' is not something that needs to be preserved, so
(define_insn_and_split "*2"
[(set (match_operand:VF 0 "register_operand" "=x,v")
(absneg:VF
(match_operand:VF 1 "vector_oper
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95238
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95241
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95242
Richard Biener changed:
What|Removed |Added
Known to work||9.3.0
Keywords|
|--- |11.0
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #2 from Richard Biener ---
Mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95251
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-05-22
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95253
Richard Biener changed:
What|Removed |Added
Keywords||build
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95255
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95261
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
|UNCONFIRMED |ASSIGNED
Target Milestone|--- |11.0
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener ---
I will have a look.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95268
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95125
Richard Biener changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264
--- Comment #1 from Richard Biener ---
Confirmed. We do have (a) huuuge function here, containing 539237 basic blocks
after early inlining which is
void polyquad::BaseDomain::expand(const VectorXT&,
polyquad::BaseDomain::MatrixPtsT&) const [wit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264
--- Comment #2 from Richard Biener ---
We're then inlining some more costing another ~5GB ontop of the early
optimization memory use of ~5GB (might be other IPA transforms than inlining
as well). The big function is meanwhile 2 million basic blo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95248
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #4 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264
--- Comment #5 from Richard Biener ---
So confirmed we eventually blow up at -O1:
++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
Command exited with non-zero status 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95218
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95268
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
|11.0
Last reconfirmed||2020-05-25
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener ---
Mine.
|UNCONFIRMED |ASSIGNED
Last reconfirmed||2020-05-25
Ever confirmed|0 |1
Version|unknown |11.0
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment
||2020-05-25
Ever confirmed|0 |1
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Status|UNCONFIRMED |ASSIGNED
--- Comment #2 from Richard Biener ---
Mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95277
--- Comment #1 from Richard Biener ---
The question is whether those attributes shall change the ABI or whether it
is enough for GCC to apply this alignment to the incoming variable by
eventually
issueing a callee-copy. And what happens to C++ t
||2020-05-25
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener ---
I will take a look.
|1
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Last reconfirmed||2020-05-25
--- Comment #1 from Richard Biener ---
I will take a look.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95284
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
|1
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed||2020-05-25
Component|c++ |tree-optimization
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95291
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|
||2020-05-25
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener ---
Confirmed, mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95297
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95305
Richard Biener changed:
What|Removed |Added
Keywords||compile-time-hog
Last reconfirmed|
|1
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #2 from Richard Biener ---
(gdb) p debug_generic_expr (addr)
&MEM[symbol: a, index: ivtmp.36_228, step: 4, offset
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95309
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95295
--- Comment #2 from Richard Biener ---
*** Bug 95283 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95283
Richard Biener changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95272
--- Comment #2 from Richard Biener ---
static void
vect_slp_rearrange_stmts (slp_tree node, unsigned int group_size,
vec permutation,
hash_set &visited)
{
...
/* ??? Computation node
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95297
--- Comment #3 from Richard Biener ---
w/o C++ headers:
extern bool var_10;
extern int var_16;
extern short var_17;
extern long var_18;
extern int arr_3[][13];
int min(const int &a, const int &b)
{
return a < b ? a : b;
}
void test() {
f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95297
--- Comment #4 from Richard Biener ---
OK, so here we're using a scalar shift arg - this is also not reflected in the
SLP tree. Ideally we'd add a vect_scalar_def for this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95284
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95290
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
701 - 800 of 49442 matches
Mail list logo