public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/66807] New: [6 Regression] --enable-libmpx failed
@ 2015-07-08 12:44 hjl.tools at gmail dot com
  2015-07-08 14:53 ` [Bug middle-end/66807] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-08 12:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66807

            Bug ID: 66807
           Summary: [6 Regression] --enable-libmpx failed
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: enkovich.gnu at gmail dot com
  Target Milestone: ---

On Linux/x86-64, r225548 gave:

libtool: compile:  /export/build/gnu/gcc/build-x86_64-linux/./gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/./gcc/
-B/usr/gcc-6.0.0/x86_64-unknown-linux-gnu/bin/
-B/usr/gcc-6.0.0/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/gcc-6.0.0/x86_64-unknown-linux-gnu/include -isystem
/usr/gcc-6.0.0/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I/export/gnu/import/git/sources/gcc/libmpx/mpxwrap -I.. -fcheck-pointer-bounds
-mmpx -fno-chkp-check-read -fno-chkp-check-write -fno-chkp-use-wrappers -fPIC
-g -O2 -c /export/gnu/import/git/sources/gcc/libmpx/mpxwrap/mpx_wrappers.c 
-fPIC -DPIC -o .libs/libmpxwrappers_la-mpx_wrappers.o
/export/gnu/import/git/sources/gcc/libmpx/mpxwrap/mpx_wrappers.c: In function
\u2018__mpx_wrapper_strlen.chkp\u2019:
/export/gnu/import/git/sources/gcc/libmpx/mpxwrap/mpx_wrappers.c:276:1:
internal compiler error: in execute_function_todo, at passes.c:1932
 __mpx_wrapper_strlen (const char *s)
 ^
0xe28f0a execute_function_todo
        /export/gnu/import/git/sources/gcc/gcc/passes.c:1932
0xe2808a do_per_function
        /export/gnu/import/git/sources/gcc/gcc/passes.c:1638
0xe2917d execute_todo
        /export/gnu/import/git/sources/gcc/gcc/passes.c:2004
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:385: recipe for target 'libmpxwrappers_la-mpx_wrappers.lo' failed
make[3]: *** [libmpxwrappers_la-mpx_wrappers.lo] Error 1
make[3]: Leaving directory
'/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libmpx/mpxwrap'
Makefile:410: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
'/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libmpx'
Makefile:301: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory
'/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libmpx'
Makefile:14254: recipe for target 'all-target-libmpx' failed
make: *** [all-target-libmpx] Error 2

when --enable-libmpx is used to configure GCC.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/66807] [6 Regression] --enable-libmpx failed
  2015-07-08 12:44 [Bug middle-end/66807] New: [6 Regression] --enable-libmpx failed hjl.tools at gmail dot com
@ 2015-07-08 14:53 ` hjl.tools at gmail dot com
  2015-07-09  7:46 ` rguenth at gcc dot gnu.org
  2015-07-09  7:48 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-08 14:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66807

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-07-08
                 CC|                            |rguenther at suse dot de
   Target Milestone|---                         |6.0
     Ever confirmed|0                           |1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/66807] [6 Regression] --enable-libmpx failed
  2015-07-08 12:44 [Bug middle-end/66807] New: [6 Regression] --enable-libmpx failed hjl.tools at gmail dot com
  2015-07-08 14:53 ` [Bug middle-end/66807] " hjl.tools at gmail dot com
@ 2015-07-09  7:46 ` rguenth at gcc dot gnu.org
  2015-07-09  7:48 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-09  7:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66807

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
             Blocks|                            |66794
         Resolution|---                         |FIXED

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Should be fixed now.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66794
[Bug 66794] [4.9/5 Regression] ICE at -O2 and -O3 on x86_64-linux-gnu


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/66807] [6 Regression] --enable-libmpx failed
  2015-07-08 12:44 [Bug middle-end/66807] New: [6 Regression] --enable-libmpx failed hjl.tools at gmail dot com
  2015-07-08 14:53 ` [Bug middle-end/66807] " hjl.tools at gmail dot com
  2015-07-09  7:46 ` rguenth at gcc dot gnu.org
@ 2015-07-09  7:48 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-09  7:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66807

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Thu Jul  9 07:47:38 2015
New Revision: 225600

URL: https://gcc.gnu.org/viewcvs?rev=225600&root=gcc&view=rev
Log:
2015-07-09  Richard Biener  <rguenther@suse.de>

        PR tree-optimization/66807
        * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-chkp-opt.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-09  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-08 12:44 [Bug middle-end/66807] New: [6 Regression] --enable-libmpx failed hjl.tools at gmail dot com
2015-07-08 14:53 ` [Bug middle-end/66807] " hjl.tools at gmail dot com
2015-07-09  7:46 ` rguenth at gcc dot gnu.org
2015-07-09  7:48 ` rguenth at gcc dot gnu.org

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).