https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78059
Bernhard Heckel changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546
Bug 24546 depends on bug 78059, which changed state.
Bug 78059 Summary: Pointer to variable length array, debug info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78059
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267
--- Comment #47 from Maxim Ostapenko ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #45)
> > --- Comment #44 from Maxim Ostapenko ---
> [...]
> >> Otherwise the definition of SANITIZER_OS_TRACE results in
> >> libsanitizer/sanitizer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78299
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77823
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Wed Nov 16 08:28:50 2016
New Revision: 242469
URL: https://gcc.gnu.org/viewcvs?rev=242469&root=gcc&view=rev
Log:
PR sanitizer/77823
* ubsan.c (ubsan_build_overflow_builtin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78373
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78370
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348
--- Comment #7 from Richard Biener ---
Author: rguenth
Date: Wed Nov 16 08:42:20 2016
New Revision: 242470
URL: https://gcc.gnu.org/viewcvs?rev=242470&root=gcc&view=rev
Log:
2016-11-16 Richard Biener
PR tree-optimization/78348
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78366
--- Comment #1 from Richard Biener ---
The resolver is only created when there is a call to the function.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78366
--- Comment #2 from Richard Biener ---
Note it is created in the caller context, thus
double foo(double *, double *, int)
__attribute__((target_clones("avx,default")));
double x;
int main()
{
double a,b;
x = foo (&a, &b, 1);
}
creates it i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78306
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78333
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78364
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed Nov 16 09:02:18 2016
New Revision: 242471
URL: https://gcc.gnu.org/viewcvs?rev=242471&root=gcc&view=rev
Log:
[ARM] PR target/78364: Add proper restrictions to zero and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78365
--- Comment #5 from Richard Biener ---
IPA has to deal with argument mismatches (I think I've said this elsewhere).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267
--- Comment #48 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #47 from Maxim Ostapenko ---
[...]
> Rainer, sorry for a dumb question: are you going to commit your fix for
> darwin_availabilityinternal part? Or should I just apply a p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78305
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78364
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78323
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267
--- Comment #49 from Iain Sandoe ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #48)
> > --- Comment #47 from Maxim Ostapenko ---
> [...]
> > Rainer, sorry for a dumb question: are you going to commit your fix for
> > darwin_availab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267
--- Comment #50 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #49 from Iain Sandoe ---
[...]
> I can do darwin14 (I built 242408 last night with the patches-in-progress +
> __BLOCKS__) but that's a little bit more than the minimum
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78305
--- Comment #5 from Richard Biener ---
So it's negating a * -1073741824 via
case MULT_EXPR:
if (TYPE_UNSIGNED (type))
break;
/* INT_MIN/n * n doesn't overflow while negating one operand it does
if n is a power of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78374
Bug ID: 78374
Summary: Segfault in cc1 (arm-eabi) on -O1 (or better)
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267
--- Comment #51 from Iain Sandoe ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #50)
> > --- Comment #49 from Iain Sandoe ---
> [...]
> > I can do darwin14 (I built 242408 last night with the patches-in-progress +
> > __BLOCKS__) bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78375
Bug ID: 78375
Summary: Fortran, pointer to structure, data_member_location
Product: gcc
Version: 6.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78332
amker at gcc dot gnu.org changed:
What|Removed |Added
CC||amker at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78374
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=78319
--- Comment #5 from Richard Biener ---
It's a matter of costs (here BRANCH_COST and its uses in fold and ifcombine).
You don't mention what IL differences your patch causes (I'll check soon
myself).
For the issue at hand I suggest to XFAIL for a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965
Jakub Jelinek changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965
--- Comment #8 from Jakub Jelinek ---
Created attachment 40053
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40053&action=edit
gcc7-pr70965.patch
This untested patch fixes the ICE, but the question is if it is the right spot
to do that, o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319
--- Comment #6 from prathamesh3492 at gcc dot gnu.org ---
(In reply to Richard Biener from comment #5)
> It's a matter of costs (here BRANCH_COST and its uses in fold and ifcombine).
>
> You don't mention what IL differences your patch causes (I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78374
--- Comment #2 from Markus Eisenmann ---
Created attachment 40054
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40054&action=edit
Preprocessed file
Preprocessed file, as requested by ktkachov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319
--- Comment #8 from prathamesh3492 at gcc dot gnu.org ---
(In reply to Richard Biener from comment #7)
> (In reply to prathamesh3492 from comment #6)
> > (In reply to Richard Biener from comment #5)
> > > It's a matter of costs (here BRANCH_COST a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78373
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78374
--- Comment #3 from Markus Eisenmann ---
Further information on (IMHO) problematic optimization / tests:
Option -Og does not cause this segfault (as already written), but the option
-Og and -ftree-bit-ccp will show the ICE; using the option -ftr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78307
--- Comment #8 from chefmax at gcc dot gnu.org ---
Author: chefmax
Date: Wed Nov 16 11:13:19 2016
New Revision: 242478
URL: https://gcc.gnu.org/viewcvs?rev=242478&root=gcc&view=rev
Log:
PR sanitizer/78307
* ubsan/ubsan_handlers.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71441
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363
--- Comment #4 from Richard Biener ---
Ok, so we eliminate as unused
DIE0: DW_TAG_structure_type (0x2c04fb40)
abbrev id: 0 offset: 0 mark: 0
DW_AT_name: ""
DW_AT_byte_size: 1
DW_AT_decl_file: "t.ii" (0)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71441
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78376
Bug ID: 78376
Summary: invalid ARM 'ubfx' instruction generated
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78376
--- Comment #1 from Arnd Bergmann ---
Created attachment 40055
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40055&action=edit
preprocessed drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
adding gzipped version of the preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #20 from Markus Trippelsdorf ---
Author: trippels
Date: Wed Nov 16 11:21:42 2016
New Revision: 242480
URL: https://gcc.gnu.org/viewcvs?rev=242480&root=gcc&view=rev
Log:
Fix PR78294 - thread sanitizer broken when using ld.gold
When o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #21 from Markus Trippelsdorf ---
Author: trippels
Date: Wed Nov 16 11:28:57 2016
New Revision: 242482
URL: https://gcc.gnu.org/viewcvs?rev=242482&root=gcc&view=rev
Log:
Fix PR78294 - thread sanitizer broken when using ld.gold
When o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742
Jonathan Wakely changed:
What|Removed |Added
CC||rs2740 at gmail dot com
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78371
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #22 from Markus Trippelsdorf ---
Author: trippels
Date: Wed Nov 16 11:31:18 2016
New Revision: 242483
URL: https://gcc.gnu.org/viewcvs?rev=242483&root=gcc&view=rev
Log:
Fix PR78294 - thread sanitizer broken when using ld.gold
When o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78376
Arnd Bergmann changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78364
Arnd Bergmann changed:
What|Removed |Added
CC||arnd at linaro dot org
--- Comment #5 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78377
Bug ID: 78377
Summary: [cleanup] gfc_get_tbp_symtree vs. gfc_get_sym_tree
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78366
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78270
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Wed Nov 16 11:56:58 2016
New Revision: 242485
URL: https://gcc.gnu.org/viewcvs?rev=242485&root=gcc&view=rev
Log:
Fix PR sanitizer/78270 (part 2)
PR sanitizer/78270
* gimp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78378
Bug ID: 78378
Summary: [5/6/7 Regression] wrong code when combining shift +
mult + zero_extend
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: wrong-cod
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78270
Martin Liška changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363
--- Comment #5 from Richard Biener ---
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index e99e102..e23c8c6 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -7054,6 +7054,13 @@ replace_block_vars_by_duplicates (tree block,
hash_map *vars_map,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21278
Thomas Koenig changed:
What|Removed |Added
Last reconfirmed|2013-02-01 18:00:00 |2016-11-16
--- Comment #2 from Thomas Ko
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41556
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41579
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41581
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78378
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41582
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
Summary|Alloc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41583
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41585
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41586
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
Summary|Alloc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41587
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41608
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
Summary|ICE w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41618
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41629
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41631
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41648
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41656
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41685
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41706
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41714
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41719
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41766
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41781
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41784
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41800
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41873
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41937
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42167
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42053
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43169
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42353
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
Summary|[fort
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43256
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43199
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43291
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78368
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78379
Bug ID: 78379
Summary: Processor-specific versions for matmul
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: libfort
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119
--- Comment #43 from Janne Blomqvist ---
Compile warnings caused by this patch:
cc1: warning: command line option ‘-fno-protect-parens’ is valid for Fortran
but not for C
cc1: warning: command line option ‘-fstack-arrays’ is valid for Fortran bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78369
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78372
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78378
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78369
--- Comment #2 from Guille ---
Yes, somehow I get ICE with -std=c++1z but not without it.
Here's 'c++ -v'
***
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.4.0/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78369
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|WAIT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78333
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Wed Nov 16 12:55:02 2016
New Revision: 242487
URL: https://gcc.gnu.org/viewcvs?rev=242487&root=gcc&view=rev
Log:
2016-11-16 Richard Biener
PR middle-end/78333
* gim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78333
Richard Biener changed:
What|Removed |Added
Known to work||7.0
Summary|[5/6/7 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78380
Bug ID: 78380
Summary: GCC crash with internal compiler error: in
gen_reg_rtx, at emit-rtl.c:1025
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40117
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.6.0
1 - 100 of 418 matches
Mail list logo