[Bug c++/70558] New: POD datatype array crash in initialization when using optimization

2016-04-05 Thread hlprasu at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hlprasu at gmail dot com Target Milestone: --- Created attachment 38197 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38197&action=edit Contains example code to reprodu

[Bug libstdc++/41949] std::endl documentation contains bad link

2014-12-04 Thread hlprasu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41949 Prasad H. L. changed: What|Removed |Added CC||hlprasu at gmail dot com --- Comment #4

[Bug c++/44855] Static members not initialised in explicit template instances of library

2010-07-24 Thread hlprasu at gmail dot com
--- Comment #6 from hlprasu at gmail dot com 2010-07-25 06:35 --- Subject: Re: Static members not initialised in explicit template instances of library Output of "gcc -v" is given below. I'm using Fedora 13 (with updates till July 24, 2010). The error

[Bug c++/44855] New: Static members not initialised in explicit template instances of library

2010-07-07 Thread hlprasu at gmail dot com
Summary: Static members not initialised in explicit template instances of library Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigne

[Bug c++/44855] Static members not initialised in explicit template instances of library

2010-07-07 Thread hlprasu at gmail dot com
--- Comment #1 from hlprasu at gmail dot com 2010-07-07 07:22 --- Created an attachment (id=21120) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21120&action=view) The test case attached To simplify the task of whomsoever who wants to see the behaviour, all the files menti

[Bug c++/44855] Static members not initialised in explicit template instances of library

2010-07-07 Thread hlprasu at gmail dot com
--- Comment #3 from hlprasu at gmail dot com 2010-07-07 09:30 --- Subject: Re: Static members not initialised in explicit template instances of library But, as I know, no where is it mentioned to be necessary for static member initialisation. Why should the compiler allow for