https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86272
--- Comment #6 from François Dumont ---
Author: fdumont
Date: Thu Jul 5 05:14:36 2018
New Revision: 262430
URL: https://gcc.gnu.org/viewcvs?rev=262430&root=gcc&view=rev
Log:
2018-07-05 François Dumont
Backport from mainline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33065
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32556
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30341
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21561
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9968
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31151
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71605
Eric Gallager changed:
What|Removed |Added
Keywords||ice-on-invalid-code
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59000
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51797
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71283
--- Comment #7 from Eric Gallager ---
(In reply to Martin Sebor from comment #6)
> I'm trying to fix this for GCC 8.
GCC 8 has been released. Deferred for GCC 9 then?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54304
Eric Gallager changed:
What|Removed |Added
Keywords||build
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86404
Martin Sebor changed:
What|Removed |Added
Summary|UNSUPPORTED gcov test |UNRESOLVED/UNSUPPORTED gcov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
Martin Sebor changed:
What|Removed |Added
Keywords||wrong-code
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
Jerry DeLisle changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
Jonathan Wakely changed:
What|Removed |Added
CC|jwakely.gcc at gmail dot com |msebor at gcc dot
gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
--- Comment #5 from Jonathan Wakely ---
#include
void
foo2 ()
{
static char root[1][2] = {"/"};
auto len = __builtin_strlen(*root);
assert(len == 1);
}
int
main ()
{
foo2 ();
}
$ g++ set.cc -O1 -foptimize-strlen
$ ./a.out
a.out: set.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
--- Comment #4 from Jonathan Wakely ---
# /home/jwakely/gcc/9/include/c++/9.0.0/bits/basic_string.h:236:
_M_construct(__beg, __end, _Tag());
.loc 3 236 11 is_stmt 0
movl$_ZZ4foo2vE4root, %edx #,
movq%rdx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
--- Comment #3 from Jonathan Wakely ---
The set constructs a std::string element from *root i.e. "/" with this
constructor:
514 basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
515 : _M_dataplus(_M_local_data(), __a)
516 { _M_con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86407
Bug ID: 86407
Summary: Ignore function attributes in function type
declarations?
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
--- Comment #8 from Dominique d'Humieres ---
> Fixed on trunk. Closing
When compiling the original test, the ICE is gone but I get:
Undefined symbols for architecture x86_64:
"_idxs.3783", referenced from:
___sparse_matrix_csx_benchmark
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
Ville Voutilainen changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
--- Comment #7 from ville at gcc dot gnu.org ---
Author: ville
Date: Wed Jul 4 20:56:12 2018
New Revision: 262424
URL: https://gcc.gnu.org/viewcvs?rev=262424&root=gcc&view=rev
Log:
Backport from mainline
2018-07-04 Ville Voutilainen
gcc/cp/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
--- Comment #2 from Jonathan Wakely ---
It fails with -O1 -foptimize-strlen -fipa-sra -finline-small-functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84250
--- Comment #5 from chefmax at gcc dot gnu.org ---
Author: chefmax
Date: Wed Jul 4 19:49:06 2018
New Revision: 262421
URL: https://gcc.gnu.org/viewcvs?rev=262421&root=gcc&view=rev
Log:
gcc/
2018-07-04 Maxim Ostapenko
PR sanitizer/84
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86403
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
--- Comment #6 from ville at gcc dot gnu.org ---
Author: ville
Date: Wed Jul 4 19:21:38 2018
New Revision: 262420
URL: https://gcc.gnu.org/viewcvs?rev=262420&root=gcc&view=rev
Log:
PR c++/86398
gcc/cp/
PR c++/86398
* method.c (is_trivially_xib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86274
--- Comment #17 from Martin Sebor ---
Author: msebor
Date: Wed Jul 4 18:58:51 2018
New Revision: 262419
URL: https://gcc.gnu.org/viewcvs?rev=262419&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:
PR tree-optimization/86274
* gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86383
--- Comment #2 from Richard Earnshaw ---
I'm not sure how relevant the netbsd-elf port is these days. I believe they've
now moved onto an EABI based ABI. But no GCC port of that has been
contributed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86406
Bug ID: 86406
Summary: [8/9 Regression][UBSAN] -fcompare-debug failure with
-fsanitize=undefined
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86404
--- Comment #1 from Martin Sebor ---
Another such result but for a C++ test is:
UNRESOLVED: g++.dg/bprob/g++-bprob-2.C scan-assembler .ascii bar
g++.dg/bprob/g++-bprob-2.C: output file does not exist
UNRESOLVED: g++.dg/bprob/g++-bprob-2.C scan-a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86272
--- Comment #5 from François Dumont ---
Author: fdumont
Date: Wed Jul 4 18:13:11 2018
New Revision: 262417
URL: https://gcc.gnu.org/viewcvs?rev=262417&root=gcc&view=rev
Log:
2018-07-04 François Dumont
PR libstdc++/86272
* in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86405
Bug ID: 86405
Summary: UNRESOLVED bb-slp-over-widen-1.c and -2.c
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009
--- Comment #6 from Jerry DeLisle ---
Author: jvdelisle
Date: Wed Jul 4 18:08:16 2018
New Revision: 262416
URL: https://gcc.gnu.org/viewcvs?rev=262416&root=gcc&view=rev
Log:
2018-07-04 Jerry DeLisle
PR fortran/82009
* trans-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66679
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86404
Bug ID: 86404
Summary: UNSUPPORTED gcov test results due to Permission error
mapping pages
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86004
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86403
Bug ID: 86403
Summary: Deduction guides not supported in local classes
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
Alexander Monakov changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #8 from Alexander Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69558
Bernd Edlinger changed:
What|Removed |Added
CC||bernd.edlinger at hotmail dot
de
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86344
--- Comment #4 from Oliver Ddin ---
So, I grabbed GCC8.1.1 from trunk and built it. Crash reoccured.
However, I noticed that GCC wasn't doing LTO through the linker plugin, so
after rebuilding with the correct configuration to enable -fuse-linke
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
--- Comment #7 from Steinar H. Gunderson ---
Created attachment 44351
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44351&action=edit
Unreduced test case
There; unreduced, from public MySQL. This is preprocessed with GCC 7, and
compiles b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86402
Bug ID: 86402
Summary: Several targets missing
AC_DEFINE(_GLIBCXX_USE_RANDOM_TR1) in crossconfig.m4
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86175
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
Status|RESOLVED|CLOSED
R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
--- Comment #6 from Steinar H. Gunderson ---
I wouldn't be surprised if everything is really over-reduced, and that GCC 7
just happens not to hit this by luck.
I'll be making a checkout of the public git repository and try to reproduce
there, so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85904
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85671
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|8.2 |7.4
--- Comment #8 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83982
Jonathan Wakely changed:
What|Removed |Added
Summary|[6/7/8/9 Regression]|[6 Regression] Exception
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84087
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|8.2 |7.4
--- Comment #11 from Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|9.0 |7.4
--- Comment #13 from Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45582
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66240
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
--- Comment #5 from Alexander Monakov ---
Sorry, this still seems over-reduced: the 'cmp' variable is uninitialized, and
gcc-7 completely optimizes out the block with large stack usage guarded by 'cmp
== 0' test, so gcc-7 vs gcc-8 is not directly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127
--- Comment #12 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:42 2018
New Revision: 262411
URL: https://gcc.gnu.org/viewcvs?rev=262411&root=gcc&view=rev
Log:
PR libstdc++/86127 avoid unnecessary allocator conversions
There is no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31852
--- Comment #9 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:28 2018
New Revision: 262408
URL: https://gcc.gnu.org/viewcvs?rev=262408&root=gcc&view=rev
Log:
Add another workaround to std::variant for Clang bug 31852
Backport from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31852
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:21 2018
New Revision: 262407
URL: https://gcc.gnu.org/viewcvs?rev=262407&root=gcc&view=rev
Log:
Add workaround to std::variant for Clang bug 31852
Backport from mainlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85904
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:17 2018
New Revision: 262406
URL: https://gcc.gnu.org/viewcvs?rev=262406&root=gcc&view=rev
Log:
PR target/85904 check for aligned_alloc on netbsd cross-compilation
Back
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:13 2018
New Revision: 262405
URL: https://gcc.gnu.org/viewcvs?rev=262405&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84087
--- Comment #10 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:58:50 2018
New Revision: 262402
URL: https://gcc.gnu.org/viewcvs?rev=262402&root=gcc&view=rev
Log:
PR libstdc++/84087 add default arguments to basic_string members (LWG 22
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85671
--- Comment #7 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:06 2018
New Revision: 262404
URL: https://gcc.gnu.org/viewcvs?rev=262404&root=gcc&view=rev
Log:
PR libstdc++/85671 allow copy elision in path concatenation
By performin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83982
--- Comment #9 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:01 2018
New Revision: 262403
URL: https://gcc.gnu.org/viewcvs?rev=262403&root=gcc&view=rev
Log:
PR libstdc++/83982 fix exception-safety guarantee of std::vector::resize
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81652
Bug 81652 depends on bug 85620, which changed state.
Bug 85620 Summary: Missing ENDBR after swapcontext
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85620
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85620
H.J. Lu changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251
--- Comment #6 from Andreas Schwab ---
If configure tests are nested then that's a bug in the way the tests are
written.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83878
Marco Castelluccio changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #4 from Marco
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60335
Eric Gallager changed:
What|Removed |Added
Keywords|needs-bisection |
Last reconfirmed|2015-02-10 00:00:00
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251
--- Comment #5 from Iain Sandoe ---
is this a GCC bug, or really a gettext /iconv one?
(the comments at the top of the file suggest that these two m4 modules have
been imported)
A quick scan of the code suggests that the writers intended the CPP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86380
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86380
--- Comment #5 from Eric Botcazou ---
Author: ebotcazou
Date: Wed Jul 4 12:56:48 2018
New Revision: 262401
URL: https://gcc.gnu.org/viewcvs?rev=262401&root=gcc&view=rev
Log:
PR middle-end/86380
* expmed.c (choose_multiplier): Fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34777
--- Comment #14 from Oleg Endo ---
(In reply to Eric Gallager from comment #13)
> >
> > I've tried that test case with the sh-lra branch and the problems seem to be
> > gone.
>
> So is this FIXED yet then?
LRA is not enabled by default on SH,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86371
Martin Jambor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86371
--- Comment #4 from Martin Jambor ---
Author: jamborm
Date: Wed Jul 4 12:22:29 2018
New Revision: 262400
URL: https://gcc.gnu.org/viewcvs?rev=262400&root=gcc&view=rev
Log:
Remove spurious $HOME include from BRIG FE Makefile
2018-07-04 Martin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86371
--- Comment #3 from Martin Jambor ---
Author: jamborm
Date: Wed Jul 4 12:20:26 2018
New Revision: 262399
URL: https://gcc.gnu.org/viewcvs?rev=262399&root=gcc&view=rev
Log:
Remove spurious $HOME include from BRIG FE Makefile
2018-07-04 Martin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86371
--- Comment #2 from Martin Jambor ---
Author: jamborm
Date: Wed Jul 4 12:08:16 2018
New Revision: 262398
URL: https://gcc.gnu.org/viewcvs?rev=262398&root=gcc&view=rev
Log:
Remove spurious $HOME include from BRIG FE Makefile
2018-07-04 Martin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86401
--- Comment #1 from Jakub Jelinek ---
Created attachment 44350
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44350&action=edit
gcc9-pr86401.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
--- Comment #4 from Steinar H. Gunderson ---
New test case added. It's quite a bit larger than the old one, but has no
-Wreturn-type warning.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86214
Steinar H. Gunderson changed:
What|Removed |Added
Attachment #44296|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85671
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|9.0 |8.2
--- Comment #6 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|9.0 |8.2
--- Comment #5 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84087
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|9.0 |8.2
--- Comment #9 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |ASSIGNED
Component|libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85904
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:45:51 2018
New Revision: 262390
URL: https://gcc.gnu.org/viewcvs?rev=262390&root=gcc&view=rev
Log:
PR target/85904 check for aligned_alloc on netbsd cross-compilation
Back
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86127
--- Comment #11 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:46:43 2018
New Revision: 262393
URL: https://gcc.gnu.org/viewcvs?rev=262393&root=gcc&view=rev
Log:
PR libstdc++/86127 avoid unnecessary allocator conversions
There is no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85671
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:56 2018
New Revision: 262388
URL: https://gcc.gnu.org/viewcvs?rev=262388&root=gcc&view=rev
Log:
PR libstdc++/85671 allow copy elision in path concatenation
By performin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86138
--- Comment #27 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:39 2018
New Revision: 262385
URL: https://gcc.gnu.org/viewcvs?rev=262385&root=gcc&view=rev
Log:
Declare some explicit instantiations for strings in Debug Mode
The empt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #7 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:45:04 2018
New Revision: 262389
URL: https://gcc.gnu.org/viewcvs?rev=262389&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83982
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:51 2018
New Revision: 262387
URL: https://gcc.gnu.org/viewcvs?rev=262387&root=gcc&view=rev
Log:
PR libstdc++/83982 fix exception-safety guarantee of std::vector::resize
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:45 2018
New Revision: 262386
URL: https://gcc.gnu.org/viewcvs?rev=262386&root=gcc&view=rev
Log:
PR libstdc++/86292 fix exception safety of std::vector
constructor
Backp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84087
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:24 2018
New Revision: 262382
URL: https://gcc.gnu.org/viewcvs?rev=262382&root=gcc&view=rev
Log:
PR libstdc++/84087 add default arguments to basic_string members (LWG 226
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:44:11 2018
New Revision: 262381
URL: https://gcc.gnu.org/viewcvs?rev=262381&root=gcc&view=rev
Log:
PR libstdc++/86398 fix std::is_trivially_constructible regression
The in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86401
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86401
Bug ID: 86401
Summary: The "For constants M and N, if M == (1LL << cst) - 1
&& (N & M) == M,..." opts are only in fold-const.c and
in RTL
Product: gcc
Version: 9.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86398
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 09:03:18 2018
New Revision: 262379
URL: https://gcc.gnu.org/viewcvs?rev=262379&root=gcc&view=rev
Log:
PR libstdc++/86398 fix std::is_trivially_constructible regression
The in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86400
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86376
Martin Liška changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
1 - 100 of 116 matches
Mail list logo