Re: [Bug c++/37721] Segmentation fault

2008-10-03 Thread Andrew Thomas Pinski
Sent from my iPhone On Oct 3, 2008, at 1:38 AM, "ivranos at freemail dot gr" <[EMAIL PROTECTED] > wrote: --- Comment #9 from ivranos at freemail dot gr 2008-10-03 08:38 --- I am sorry but you are not right/specific. At first there is no struct in the code, only class. In C+

[Bug c++/37721] Segmentation fault

2008-10-03 Thread ivranos at freemail dot gr
--- Comment #9 from ivranos at freemail dot gr 2008-10-03 08:38 --- I am sorry but you are not right/specific. At first there is no struct in the code, only class. Second, the copy constructor does not copy the passed argument, it ignores it. But it initialises its data member the same

[Bug c++/37721] Segmentation fault

2008-10-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/37721] Segmentation fault

2008-10-02 Thread ivranos at freemail dot gr
--- Comment #1 from ivranos at freemail dot gr 2008-10-02 19:17 --- Created an attachment (id=16454) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16454&action=view) The produced .ii file This is the produced main.ii file created by g++ -ansi -pedantic-errors -Wall -save-temps ma