https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64131
clyon at gcc dot gnu.org changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64126
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64127
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64130
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63738
--- Comment #10 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 09:35:15 2014
New Revision: 218201
URL: https://gcc.gnu.org/viewcvs?rev=218201&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR tree-optimization/63738
* gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63738
--- Comment #11 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 09:36:56 2014
New Revision: 218202
URL: https://gcc.gnu.org/viewcvs?rev=218202&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR tree-optimization/63738
* gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64123
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64134
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
--- Comment #2 from Richard Biener ---
# xp_1(ab) = PHI
base:
if (x_5(D) != 0)
goto ;
else
goto ;
:
xp.0_6 = xp_1(ab);
xp_7(ab) = xp.0_6 + 4;
_15 = __builtin_object_size (ip_8(D), 0);
_16 = ip_8(D);
UBSAN_OBJECT_SIZE (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64116
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111
--- Comment #18 from Richard Biener ---
I've posted a patch for trunk. The following patch for the 4.8 branch fixes
the testcase:
Index: gcc/tree.c
===
--- gcc/tree.c (revision 21
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64128
--- Comment #2 from Jonathan Wakely ---
Comment on attachment 34150
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34150
testcase
Users can specialize std::allocator so we'd need to use SFINAE hacks to find
out if __gnu_cxx::new_allocator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64135
Bug ID: 64135
Summary: Allocator base classes should use reserved names
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64101
--- Comment #2 from niva at niisi dot msk.ru ---
Please explain why erf is marked as 'const' and
does not use ATTR_MATHFN_FPROUNDING_ERRNO?
ISO C does not say that erf may not set errno.
And POSIX directly requires that erf, erff, erfl
set errn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64102
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Hmm...
Trying to bootstrap 4.9 with the same configuration and -mapcs results in an
ICE in stage2 when compiling haifa-sched.c
$SRC/gcc/haifa-sched.c:6507:1: internal compiler error: in lra_creat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64128
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894
--- Comment #11 from fabien at gcc dot gnu.org ---
I posted a patch here:
https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02190.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code, ra
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61014
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61018
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176
Richard Biener changed:
What|Removed |Added
Target Milestone|4.9.3 |---
Summary|[4.9/5 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61194
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #18 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551
--- Comment #8 from Martin Jambor ---
Author: jamborm
Date: Mon Dec 1 12:05:41 2014
New Revision: 218205
URL: https://gcc.gnu.org/viewcvs?rev=218205&root=gcc&view=rev
Log:
2014-12-01 Martin Jambor
PR ipa/63551
* ipa-inline-analysis.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941
--- Comment #3 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Mon Dec 1 12:19:28 2014
New Revision: 218206
URL: https://gcc.gnu.org/viewcvs?rev=218206&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/63941
* tree-if-conv.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61203
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61240
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61622
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61878
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62231
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62247
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63319
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61240
--- Comment #9 from Marek Polacek ---
I view this as a problem that we fold too early - I think this bug (and its
kin) are to be solved with delayed folding.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64132
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110
Jakub Jelinek changed:
What|Removed |Added
CC|jakub at redhat dot com|vmakarov at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62231
--- Comment #6 from Arseny Solokha ---
(In reply to manfred.rudigier from comment #3)
> I was probably to enthusiastic, the problem is still there, even in GCC
> 4.9.2. In order to reproduce the bug, you either have to use a root file
> system wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64055
--- Comment #8 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Mon Dec 1 12:43:04 2014
New Revision: 218207
URL: https://gcc.gnu.org/viewcvs?rev=218207&root=gcc&view=rev
Log:
PR target/64055
* tree-chkp.c (chkp_find_bound_s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551
--- Comment #9 from Martin Jambor ---
Author: jamborm
Date: Mon Dec 1 12:52:58 2014
New Revision: 218208
URL: https://gcc.gnu.org/viewcvs?rev=218208&root=gcc&view=rev
Log:
2014-12-01 Martin Jambor
PR ipa/63551
* ipa-inline-analysis.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
--- Comment #5 from Marek Polacek ---
Unfortunately, that doesn't seem to help.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136
Bug ID: 64136
Summary: gcc tree optimization removes basic block containing
break condition
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136
--- Comment #1 from Eddie C. Dost ---
Created attachment 34153
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34153&action=edit
bug.i cunrolli dump
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
--- Comment #6 from Jakub Jelinek ---
Ah, indeed. So perhaps better replace the:
1565base = gimple_assign_rhs1 (def_stmt);
line in the loop with
{
tree rhs1 = gimple_assign_rhs1 (def_stmt);
if (TREE_CODE (rhs1) == SSA_NAME && SSA_NAM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136
--- Comment #3 from Andrew Pinski ---
Swap around the conditions that you have and it will work correctly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661
Jakub Jelinek changed:
What|Removed |Added
Known to work||5.0
Summary|[4.9/5 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64126
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 13:08:10 2014
New Revision: 218210
URL: https://gcc.gnu.org/viewcvs?rev=218210&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR middle-end/64126
* match.pd: A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
--- Comment #7 from Marek Polacek ---
Yup, that works. Testing in progress. Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346
--- Comment #8 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 13:13:28 2014
New Revision: 218211
URL: https://gcc.gnu.org/viewcvs?rev=218211&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR tree-optimization/15346
* Make
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957
vries at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64137
Bug ID: 64137
Summary: Fortran FE builds invalid GENERIC
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64136
--- Comment #4 from Eddie C. Dost ---
Andrew,
thank you very much, you are correct and I was blind. I now see the problem
from gcc's optimizer view and it makes sense to remove the second condition.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111
--- Comment #19 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 13:42:45 2014
New Revision: 218212
URL: https://gcc.gnu.org/viewcvs?rev=218212&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR middle-end/64111
* tree.c (in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64137
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111
--- Comment #20 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 13:47:11 2014
New Revision: 218213
URL: https://gcc.gnu.org/viewcvs?rev=218213&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR middle-end/64111
* tree.c (in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64111
--- Comment #21 from Richard Biener ---
Author: rguenth
Date: Mon Dec 1 13:48:21 2014
New Revision: 218214
URL: https://gcc.gnu.org/viewcvs?rev=218214&root=gcc&view=rev
Log:
2014-12-01 Richard Biener
PR middle-end/64111
* tree.c (in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64102
--- Comment #4 from ktkachov at gcc dot gnu.org ---
(In reply to ktkachov from comment #3)
> Hmm...
> Trying to bootstrap 4.9 with the same configuration and -mapcs results in an
> ICE in stage2 when compiling haifa-sched.c
> $SRC/gcc/haifa-sched.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |4.8.4
--- Comment #3 from Jonathan Wak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Mon Dec 1 13:49:20 2014
New Revision: 218215
URL: https://gcc.gnu.org/viewcvs?rev=218215&root=gcc&view=rev
Log:
PR libstdc++/63840
* include/std/functional (function::function(c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176
--- Comment #13 from Andrew Macleod ---
gcc-plugin.h has had a number of includes added to ease the pain of flattening
basic-block.h and cgraph.h this release. If there are still issues with tree.h
or others, submit a patch which adds the requir
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63551
Martin Jambor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826
--- Comment #9 from Richard Biener ---
Which boils down to the premature fold-const.c:optimize_bit_field_compare
which creates this BIT_FIELD_REF (fold_truth_andor_1 does similar stupid
stuff).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14541
--- Comment #16 from Richard Biener ---
(for logfn (BUILT_IN_LOGF BUILT_IN_LOG BUILT_IN_LOGL)
expfn (BUILT_IN_EXPF BUILT_IN_EXP BUILT_IN_EXPL)
(simplify
(logfn (expfn @0))
(if (flag_unsafe_math_optimizations)
@0)))
with the still so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115
Ulrich Weigand changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58107
Ville Voutilainen changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60845
--- Comment #1 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Mon Dec 1 14:58:01 2014
New Revision: 218218
URL: https://gcc.gnu.org/viewcvs?rev=218218&root=gcc&view=rev
Log:
/cp
2014-12-01 Paolo Carlini
PR c++/60845
* typeck.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60845
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138
Bug ID: 64138
Summary: gfortran interface issue
Product: gcc
Version: 4.9.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956
--- Comment #13 from Marek Polacek ---
Author: mpolacek
Date: Mon Dec 1 15:29:11 2014
New Revision: 218221
URL: https://gcc.gnu.org/viewcvs?rev=218221&root=gcc&view=rev
Log:
PR sanitizer/63956
* ubsan.c (is_ubsan_builtin_p): Check also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
--- Comment #8 from Marek Polacek ---
Author: mpolacek
Date: Mon Dec 1 15:37:55 2014
New Revision: 218222
URL: https://gcc.gnu.org/viewcvs?rev=218222&root=gcc&view=rev
Log:
PR sanitizer/64121
* ubsan.c (instrument_object_size): Stop sea
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969
dmalcolm at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969
--- Comment #7 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 15:58:11 2014
New Revision: 218226
URL: https://gcc.gnu.org/viewcvs?rev=218226&root=gcc&view=rev
Log:
PR jit/63969: Fix segfault in error-handling when driver i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854
--- Comment #20 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 16:13:29 2014
New Revision: 218227
URL: https://gcc.gnu.org/viewcvs?rev=218227&root=gcc&view=rev
Log:
PR jit/63854: Add support for running "make check-jit" un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64115
Ulrich Weigand changed:
What|Removed |Added
CC||dje.gcc at gmail dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60859
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957
--- Comment #4 from vries at gcc dot gnu.org ---
Created attachment 34154
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34154&action=edit
tentative patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139
Bug ID: 64139
Summary: ice in possible_polymorphic_call_targets, at
ipa-devirt.c:2410
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64128
--- Comment #4 from Eelis ---
Yeah, I noticed that tcmalloc is also way faster, and since tcmalloc barely
over-allocates for the sizes requested by vector, there is no benefit to using
malloc_usable_size (which it also supports) there.
So I thin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854
--- Comment #21 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 17:16:04 2014
New Revision: 218230
URL: https://gcc.gnu.org/viewcvs?rev=218230&root=gcc&view=rev
Log:
PR jit/63854: Fix leak in tree-ssa-math-opts.c
gcc/Chang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779
--- Comment #3 from Richard PALO ---
Well, apparently this was affecting many using gcc 4.9.x and a workaround was
given here https://bugzilla.mozilla.org/show_bug.cgi?id=999496
I tested it and now have (as with 4.8.x):
>richard@omnis:/tmp/pkgsr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854
--- Comment #22 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 17:22:19 2014
New Revision: 218231
URL: https://gcc.gnu.org/viewcvs?rev=218231&root=gcc&view=rev
Log:
PR jit/63854: Fix leak within jit-builtins.c
gcc/jit/Cha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854
--- Comment #23 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 17:28:28 2014
New Revision: 218233
URL: https://gcc.gnu.org/viewcvs?rev=218233&root=gcc&view=rev
Log:
PR jit/63854: Fix leak in real.c for i386:init_ext_80387_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64140
Bug ID: 64140
Summary: match_results.prefix() returns an incorrect result if
regex_iterator holds a zero-length match
Product: gcc
Version: 5.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64139
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854
--- Comment #24 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Mon Dec 1 17:40:03 2014
New Revision: 218234
URL: https://gcc.gnu.org/viewcvs?rev=218234&root=gcc&view=rev
Log:
PR jit/63854: Fix leaks in toyvm.c
gcc/jit/ChangeLog:
1 - 100 of 149 matches
Mail list logo