++
Assignee: unassigned at gcc dot gnu.org
Reporter: malcolm.parsons at gmail dot com
Target Milestone: ---
For this code:
#include
#include
#include
void f(const std::string& t)
{
if (std::any_of(t.begin(), t.end(), [](const auto& c) {
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: malcolm.parsons at gmail dot com
Target Milestone: ---
For this C++ code:
int main() {
const int i = 5;
i = 5 + 6;
}
g++ 5.1 reports:
: In function 'int main()':
:
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: malcolm.parsons at gmail dot com
Target Milestone: ---
For this code:
template
union Union {
friend bool operator==(const Union& a, const Unio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345
--- Comment #11 from Malcolm Parsons ---
(In reply to Jonathan Wakely from comment #10)
> > The attached patch fixes it for me.
>
> That seems to be a backport of r223746 from trunk, right? I'll look into
> applying that to the gcc-5 branch.
It
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345
Malcolm Parsons changed:
What|Removed |Added
CC||malcolm.parsons at gmail dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145
Malcolm Parsons changed:
What|Removed |Added
CC||malcolm.parsons at gmail dot
com
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: malcolm.parsons at gmail dot com
Target Milestone: ---
$ cat num_get.cpp
#include
#include
#include
int main()
{
std::locale loc;
auto loc1 = std::locale{loc, new boost::math::nonfinite_num_get
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54984
Bug #: 54984
Summary: Array allocated with new in a template class is
default initialised
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52722
--- Comment #1 from Malcolm Parsons
2012-03-26 12:27:46 UTC ---
Created attachment 26998
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26998
gzipped preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52722
Bug #: 52722
Summary: ICE in lto_output_varpool_node
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
10 matches
Mail list logo