: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lbl2007 at gmx dot net
Test program:
#include
struct Demo { float a; };
void foo( const Demo byval, const Demo &byref )
{
printf( "byval: %f\n", (double) byval.a );
printf( "by
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939
--- Comment #4 from lbl2007 at gmx dot net ---
Can you suggest a workaround?
I already found that combining all sources into a single compilation solves the
problem. However, in some cases, the combined source code becomes too large and
won
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939
--- Comment #2 from lbl2007 at gmx dot net ---
*** Bug 60938 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60938
lbl2007 at gmx dot net changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939
--- Comment #1 from lbl2007 at gmx dot net ---
Created attachment 32661
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32661&action=edit
Test program
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: lbl2007 at gmx dot net
The attached test program throws a std::runtime_error, but the corresponding
catch block is not executed. This only happens under certain circumstances.
After some
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: lbl2007 at gmx dot net
The attached test program throws a std::runtime_error, but the corresponding
catch block is not executed. This only happens under certain circumstances.
After some
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53213
lbl2007 at gmx dot net changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53213
--- Comment #2 from lbl2007 at gmx dot net 2012-05-03 15:51:06 UTC ---
The command to reproduce the error is "g++ bug.c", not "gcc bug.c"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53213
Bug #: 53213
Summary: Internal compiler error in math.h
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: major
Priority: P3
10 matches
Mail list logo