This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14264] __THROW macro in /usr/include/fenv.h


http://sourceware.org/bugzilla/show_bug.cgi?id=14264

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #3 from Andreas Jaeger <aj at suse dot de> 2012-06-19 08:35:53 UTC ---
That's not a complete testcase. Please attach a program and show us the compile
options where it fails.

Example:
#include <fenv.h>
int main {return 0;}

compiles fine with gcc and g++ here:
aj@byrd:/tmp> gcc -Wall -O2 t.c
aj@byrd:/tmp> g++ -Wall -O2 t.c
aj@byrd:/tmp> 


So, what's your test program that fails? Note that we will not look into python
itself, you need to extract the testcase yourself.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]