[Bug c++/61976] New: aix64: Data corruption in struct passed by value

2014-07-31 Thread lbl2007 at gmx dot net
: 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

[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2014-05-06 Thread lbl2007 at gmx dot net
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&#

[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2014-04-23 Thread lbl2007 at gmx dot net
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. ***

[Bug libgcc/60938] AIX: exceptions not caught when calling function via pointer

2014-04-23 Thread lbl2007 at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60938 lbl2007 at gmx dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2014-04-23 Thread lbl2007 at gmx dot net
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

[Bug libgcc/60939] New: AIX: exceptions not caught when calling function via pointer

2014-04-23 Thread lbl2007 at gmx dot net
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

[Bug libgcc/60938] New: AIX: exceptions not caught when calling function via pointer

2014-04-23 Thread lbl2007 at gmx dot net
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

[Bug c++/53213] Internal compiler error in math.h

2012-05-04 Thread lbl2007 at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53213 lbl2007 at gmx dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/53213] Internal compiler error in math.h

2012-05-03 Thread lbl2007 at gmx dot net
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"

[Bug c++/53213] New: Internal compiler error in math.h

2012-05-03 Thread lbl2007 at gmx dot net
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