https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023
--- Comment #1 from John David Anglin ---
Created attachment 33907
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33907&action=edit
fwprop2 dump
Looks like things go bad in dse1 pass.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023
--- Comment #2 from John David Anglin ---
Created attachment 33908
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33908&action=edit
dse1 dump
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023
John David Anglin changed:
What|Removed |Added
Attachment #33907|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622
--- Comment #15 from Jonathan Wakely ---
(In reply to howarth from comment #14)
> which produces as set of warnings that don't appear in the build of
> libstdc++-v3/src/c++98/streambuf-inst.cc. These are...
>
> ./../../../..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
Andrew Pinski changed:
What|Removed |Added
Keywords||build, wrong-code
Status|UNC
bstdc++-v3/src/c++98/streambuf-inst.cc. These are...
> >
> > ./../../../../gcc-5.0-20141105/libstdc++-v3/src/c++11/streambuf-inst.cc:63:1:
> > warning: alias definitions not supported in Mach-O; ignored
>
> I have no idea what that means or why building the file with -std=c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622
--- Comment #17 from howarth at bromo dot med.uc.edu ---
These warnings are emitted from this code in gcc/config/darwin.h
/* Mach-O supports 'weak imports', and 'weak definitions' in coalesced
sections. machopic_select_section ensures that we
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
--- Comment #8 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #7)
> (In reply to Andrew Pinski from comment #5)
> > Maybe not fold but rather what I am working on, gimple_combine.
>
> Rather now gimple_simplify (which is from the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622
--- Comment #18 from howarth at bromo dot med.uc.edu ---
Interestingly, these errors don't occur if the compilation of
libstdc++-v3/src/c++11/streambuf-inst.cc is done at -O0, -O1 or if -fno-ipa-icf
is appended at -O2 or higher.
-apple-darwin14.0.0/include -isystem
/sw/lib/gcc5.0/x86_64-apple-darwin14.0.0/sys-include -m32
-I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5.0-20141105/libstdc++-v3/../libgcc
-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/include/x86_64-apple-darwin14.0.0
101 - 110 of 110 matches
Mail list logo