public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "longvalery at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/49435] New: get_z.c:46: MPFR assertion failed: exp < 0 || exp <= ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
Date: Thu, 16 Jun 2011 11:09:00 -0000	[thread overview]
Message-ID: <bug-49435-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49435

           Summary: get_z.c:46: MPFR assertion failed: exp < 0 || exp <=
                    ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: longvalery@gmail.com


I try build Wine on machine: "Linux comp-MCVC 2.4.32-vniins42 #1 Wed Jul 25
00:00:00 MSD 2007 i686 i686 i386 GNU/Linux"
but got next error (see Summary)
Full log below
-----------------------------start log -------------------------
gcc: warning: -pipe ignored because -save-temps specified
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.6.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --with-gmp=/usr/local
--disable-libquadmath --disable-libquadmath-support --disable-libgcj
--enable-languages=c,c++,objc,obj-c++
Thread model: posix
gcc version 4.6.0 (GCC) 
COLLECT_GCC_OPTIONS='-c' '-I' '.' '-I' '.' '-I' '../../include' '-I'
'../../include' '-D' '__WINESRC__' '-D' '_REENTRANT' '-fPIC' '-Wall' '-pipe'
'-fno-strict-aliasing' '-Wdeclaration-after-statement' '-Wstrict-prototypes'
'-Wtype-limits' '-Wwrite-strings' '-Wpointer-arith' '-Wlogical-op' '-v'
'-save-temps' '-g' '-O2' '-o' 'arb_program_shader.o' '-mtune=generic'
'-march=pentiumpro'
 /usr/libexec/gcc/i686-pc-linux-gnu/4.6.0/cc1 -E -quiet -v -I . -I . -I
../../include -I ../../include -D __WINESRC__ -D _REENTRANT
arb_program_shader.c -mtune=generic -march=pentiumpro -Wall
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -Wlogical-op -fPIC -fno-strict-aliasing -g -fworking-directory
-O2 -fpch-preprocess -o arb_program_shader.i
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.6.0/../../../../i686-pc-linux-gnu/include"
ignoring duplicate directory "."
ignoring duplicate directory "../../include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../../include
 /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-c' '-I' '.' '-I' '.' '-I' '../../include' '-I'
'../../include' '-D' '__WINESRC__' '-D' '_REENTRANT' '-fPIC' '-Wall' '-pipe'
'-fno-strict-aliasing' '-Wdeclaration-after-statement' '-Wstrict-prototypes'
'-Wtype-limits' '-Wwrite-strings' '-Wpointer-arith' '-Wlogical-op' '-v'
'-save-temps' '-g' '-O2' '-o' 'arb_program_shader.o' '-mtune=generic'
'-march=pentiumpro'
 /usr/libexec/gcc/i686-pc-linux-gnu/4.6.0/cc1 -fpreprocessed
arb_program_shader.i -quiet -dumpbase arb_program_shader.c -mtune=generic
-march=pentiumpro -auxbase-strip arb_program_shader.o -g -O2 -Wall
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -Wlogical-op -version -fPIC -fno-strict-aliasing -o
arb_program_shader.s
GNU C (GCC) version 4.6.0 (i686-pc-linux-gnu)
    compiled by GNU C version 4.6.0, GMP version 5.0.2, MPFR version 3.0.1, MPC
version 0.8.2
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32052
GNU C (GCC) version 4.6.0 (i686-pc-linux-gnu)
    compiled by GNU C version 4.6.0, GMP version 5.0.2, MPFR version 3.0.1, MPC
version 0.8.2
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32052
Compiler executable checksum: 6b9885df530ab8e935fc0944a8cab71e
get_z.c:46: MPFR assertion failed: exp < 0 || exp <=
((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
In file included from arb_program_shader.c:35:0:
wined3d_private.h: In function 'float_16_to_32':
wined3d_private.h:202:9: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [arb_program_shader.o] Error 1
-------------------------- end log ---------------------

Can you help me?


             reply	other threads:[~2011-06-16 11:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-16 11:09 longvalery at gmail dot com [this message]
2011-06-16 15:31 ` [Bug other/49435] " rguenth at gcc dot gnu.org
2011-06-17  4:58 ` longvalery at gmail dot com
2011-06-17  4:59 ` longvalery at gmail dot com
2011-06-17  5:06 ` longvalery at gmail dot com
2011-06-27  8:43 ` [Bug pch/49435] " rguenth at gcc dot gnu.org
2011-06-28 12:00 ` longvalery at gmail dot com
2011-06-28 12:03 ` longvalery at gmail dot com
2011-06-28 12:04 ` longvalery at gmail dot com
2011-06-29  7:53 ` longvalery at gmail dot com
2012-02-07  2:37 ` [Bug middle-end/49435] " pinskia at gcc dot gnu.org
2013-11-09 23:13 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-49435-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).