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
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
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
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48815
henry0312 at gmail dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
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
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
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
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
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.
13 matches
Mail list logo