[Bug c++/80825] New: Result of a right-shift of a signed negative number

2017-05-19 Thread henry0312 at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: henry0312 at gmail dot com Target Milestone: --- The result of a right-shift of a signed negative number has been changed between 6.3.0 and 7.1.0. I expect `a` to be positive, but `a` may be negative. This issue will

[Bug lto/48180] New: '-fuse-linker-plugin' doesn't work.

2011-03-18 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48180 Summary: '-fuse-linker-plugin' doesn't work. Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig...@gcc.g

[Bug lto/48180] '-fuse-linker-plugin' doesn't work.

2011-03-18 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48180 henry0312 at gmail dot com changed: What|Removed |Added Component|target |lto --- Comment #2 from

[Bug lto/48180] '-fuse-linker-plugin' doesn't work.

2011-03-18 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48180 --- Comment #5 from henry0312 at gmail dot com 2011-03-18 14:50:59 UTC --- (In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > (In reply to comment #1) > > > > LTO is not enab

[Bug other/48815] New: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 Summary: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #1 from henry0312 at gmail dot com 2011-04-29 08:19:46 UTC --- Created attachment 24139 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24139 libiberty's config log libiberty's config log

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #2 from henry0312 at gmail dot com 2011-04-29 08:20:28 UTC --- Created attachment 24140 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24140 libssp's config log

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 henry0312 at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #5 from henry0312 at gmail dot com 2011-04-29 15:03:23 UTC --- I'm sorry. This error, 'configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. ', occurs when 'make -j4'. I tried 'make

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #6 from henry0312 at gmail dot com 2011-04-29 15:04:56 UTC --- Created attachment 24147 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24147 libgomp's config log

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #7 from henry0312 at gmail dot com 2011-04-29 15:07:36 UTC --- > However, When I tried without '--disable-debug' and '--enable-static", > compiled > successfully. I made typo :( Correctly, without &#x

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #8 from henry0312 at gmail dot com 2011-04-29 19:06:04 UTC --- Now I know the problem. in config log, ld: library not found for -lgcc_ext.10.5 I put libgcc_ext.10.5.dylib that is made with shared build to build_dir/gcc, and compiled

[Bug other/48815] configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2011-04-29 Thread henry0312 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815 --- Comment #10 from henry0312 at gmail dot com 2011-04-29 21:13:27 UTC --- (In reply to comment #9) > --disable-shared cannot be used for darwin. I see. Thank you, Andrew Pinski.