https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83566
Michele Pezzutti changed:
What|Removed |Added
CC||mpezz at tiscali dot it
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83584
--- Comment #17 from joseph at codesourcery dot com ---
There are certainly cases where something that is undefined at compile
time in ISO C (i.e. the undefinedness is a property of the program, not of
a particular execution path through the pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83585
--- Comment #3 from joseph at codesourcery dot com ---
return without a value in non-void functions is valid in C90 (only
undefined at runtime if the return value is used by the caller). C99 made
it a constraint violation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83581
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 23:53:17 2017
New Revision: 256055
URL: https://gcc.gnu.org/viewcvs?rev=256055&root=gcc&view=rev
Log:
PR tree-optimization/83581
* tree-loop-distribution.c (pas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83595
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 23:52:41 2017
New Revision: 256054
URL: https://gcc.gnu.org/viewcvs?rev=256054&root=gcc&view=rev
Log:
PR c/83595
* c-parser.c (c_parser_braced_init, c_parser_in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83608
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 23:52:01 2017
New Revision: 256053
URL: https://gcc.gnu.org/viewcvs?rev=256053&root=gcc&view=rev
Log:
PR middle-end/83608
* expr.c (store_expr_with_bounds): Use
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83609
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 23:51:14 2017
New Revision: 256052
URL: https://gcc.gnu.org/viewcvs?rev=256052&root=gcc&view=rev
Log:
PR middle-end/83609
* expr.c (expand_assignment): Fix up a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83623
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 23:50:32 2017
New Revision: 256051
URL: https://gcc.gnu.org/viewcvs?rev=256051&root=gcc&view=rev
Log:
PR middle-end/83623
* expmed.c (expand_shift_1): For 2-byt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83643
Bug ID: 83643
Summary: missing strlen optimization for strcat with offset at
most the length of destination
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83536
Martin Sebor changed:
What|Removed |Added
CC||dreich at yahoo dot com
--- Comment #5 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83635
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83642
Bug ID: 83642
Summary: excessive strlen range after a strcat of non-empty
string
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: enhancement
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83603
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83603
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78672
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83641
Bug ID: 83641
Summary: -fstack-clash-protection generates incorrect CFI on
i386
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81962
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196
Jerry DeLisle changed:
What|Removed |Added
Assignee|jvdelisle at gcc dot gnu.org |unassigned at gcc dot
gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47307
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83639
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81499
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83582
--- Comment #4 from Jean-Michaël Celerier ---
I posted a similar bug report for clang:
https://bugs.llvm.org/show_bug.cgi?id=35783
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313
--- Comment #5 from Jean-Michaël Celerier ---
Also the git clone has to be recursive:
git clone --recursive -j8 https://github.com/OSSIA/score
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490
--- Comment #5 from Jean-Michaël Celerier ---
That's still the case with G++ 7.2.1 and GDB 8.0.1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313
--- Comment #4 from Jean-Michaël Celerier ---
Yuck sorry, I entirely forgot to answer to this.
Yes: https://github.com/OSSIA/score on branch feature/dataflow.
Requires latest boost, latest cmake, latest Qt5.
Building with
cmake ../score -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83634
--- Comment #3 from Jakub Jelinek ---
The reason we end up with CONVERT_EXPR from error_mark_node to void is that
cp_fold ignores casts to void:
case CONVERT_EXPR:
case NOP_EXPR:
case NON_LVALUE_EXPR:
if (VOID_TYPE_P (TREE_TYPE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
David Binderman changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83634
Jakub Jelinek changed:
What|Removed |Added
Keywords||error-recovery
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
--- Comment #2 from David Binderman ---
Bug seems to appear between revisions 255739 and 255809.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
--- Comment #1 from David Binderman ---
Reduced code:
a() {
char *b, *c;
b = c;
c = d();
strcat(c, "*/");
strcat(c, b);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83536
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83536
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 31 13:28:00 2017
New Revision: 256049
URL: https://gcc.gnu.org/viewcvs?rev=256049&root=gcc&view=rev
Log:
PR target/83536
* config/i386/i386.c (ix86_attribute_table
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81939
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168
Dominique d'Humieres changed:
What|Removed |Added
CC||zeccav at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83640
Bug ID: 83640
Summary: ice in generic_overlap, at
gimple-ssa-warn-restrict.c:814
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83635
mateuszb at poczta dot onet.pl changed:
What|Removed |Added
CC||mateuszb at poczta dot on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83639
Bug ID: 83639
Summary: Vector element address problem after push_back
Product: gcc
Version: 4.9.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83638
Bug ID: 83638
Summary: atomic_is_lock_free should return false on pa-risc
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83637
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83637
Bug ID: 83637
Summary: Inline assembly allocates the same register twice
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
42 matches
Mail list logo