http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
David Kredba changed:
What|Removed |Added
CC||nheghathivhistha at gmail dot
com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
--- Comment #6 from David Kredba ---
I "reduced" it to this:
/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -O2 -ggdb -pipe -march=native
-mtune=native -flto=4 -fuse-linker-plugin -Wnon-virtual-dtor -Wno-long-long
-Wundef -Wcast-align -Wchar-subscripts
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
--- Comment #8 from David Kredba ---
Thank you Richard.
This fails as before:
kig-4.11.4_build # /usr/bin/x86_64-pc-linux-gnu-g++ -save-temps -fPIC -O2 -ggdb
-pipe -march=native -mtune=native -flto=4 -fuse-linker-plugin
-Wnon-virtual-dtor -Wno-l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
--- Comment #9 from David Kredba ---
Created attachment 31391
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31391&action=edit
Preprocessed source file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
--- Comment #11 from David Kredba ---
Delta died after more than 20 iterations. Started new delta. A little more
reduced ii file uploaded.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
David Kredba changed:
What|Removed |Added
Attachment #31391|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58251
--- Comment #17 from David Kredba ---
Thank you!
Looks like they are not overweighting it at the Creduce web site, it is way
better then delta. Delta for me ended already 10 times with message that:
"Could not increase granularity; we are done."
IRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 31431
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31431&action=edit
gcc-4.8.2-64bi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #2 from David Kredba ---
Created attachment 31433
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31433&action=edit
gcc-4.8.2-64bit-build.log gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #3 from David Kredba ---
Created attachment 31434
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31434&action=edit
gcc-4.8.2-32bit-build.log gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #1 from David Kredba ---
Created attachment 31432
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31432&action=edit
gcc-4.8.2-32bit-config.log gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #5 from David Kredba ---
Created attachment 31436
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31436&action=edit
32bit-config.log gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #4 from David Kredba ---
Created attachment 31435
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31435&action=edit
Build.log gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #6 from David Kredba ---
Hello,
Before reporting this to you I opened a Mesa bug where they suggested me to try
released version of GCC. Gcc-4.8.2 works for them with -flto=4. This report is
result of that suggestion. It works for me t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #8 from David Kredba ---
Thank you Markus.
Could you please tell me if binutils 2.24.51.0.2 are OK for this?
I will try AR=gcc-ar etc in the meantime.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59505
--- Comment #11 from David Kredba ---
Hello Markus,
Thank you for your great support.
AS=gcc-as AR=gcc-ar NM=gcc-nm RANLIB=gcc-ranlib did it for me for mesa and I
will use it in problematic future cases.
And I will try your binutils patch.
Do y
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226
David Kredba changed:
What|Removed |Added
CC||nheghathivhistha at gmail dot
com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226
--- Comment #13 from David Kredba ---
Qtwebkit-4.8.5 still ICEs after that patch applied:
lto1: internal compiler error: in record_target_from_binfo, at ipa-devirt.c:673
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226
--- Comment #15 from David Kredba ---
I am sorry, I can't. When I did -nostdlib link on all object files, it linked.
Only full link command with all libraries causes ICE for me and I do not now
how to reduce it/identify.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
David Kredba changed:
What|Removed |Added
CC||nheghathivhistha at gmail dot
com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
--- Comment #12 from David Kredba ---
(In reply to Jakub Jelinek from comment #8)
> That is a user error, just don't do that. As the user provided
> CFLAGS/CXXFLAGS override the default flags, you really shouldn't be using
> -mno-this and -mno-th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
--- Comment #13 from David Kredba ---
Binutils rebuilt with -mno-avx and co. not helps.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
--- Comment #15 from David Kredba ---
For me it looks like that GCC build process is taking from some internal
definition that AVX should be present on Core2 and enables it for libitm. Patch
attached in this bug report works for gcc-4.9-20131222 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
--- Comment #17 from David Kredba ---
I can't bootstrap 4.9.0 snapshots without patch attached. My machine is Core2
Quad where are not any avx instructions available. All is compiled from sources
(Gentoo) but libitm x86_avx.lo crashes bootstrap. -
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 31535
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31535&action=edit
Reduced precompiled source file
Gcc 4.9.0 trunk from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622
--- Comment #1 from David Kredba ---
Created attachment 31536
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31536&action=edit
More c-reduced (--slow)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586
--- Comment #98 from David Kredba ---
It was not commited yet, or was it please?
I still cannot compile scipy with -flto by trunk gcc.
oduct: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Coreutils-8.22 program 'cp' cannot be compiled with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622
--- Comment #10 from David Kredba ---
Hello Jakub,
I tried your patch.
/var/tmp/portage/sys-devel/llvm-3.3-r2/work/llvm-3.3.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:
In member function ‘llvm::Value*
{anonymous}::LibCallOptimization::Optimiz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622
--- Comment #11 from David Kredba ---
Without -m32 it not ICEs after patch applied.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622
--- Comment #12 from David Kredba ---
Created attachment 31546
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31546&action=edit
After patch ICE generating reduced preprocessed source file
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 31550
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31550&action=edit
Gzipped preprocessed events.c file
-O compilation is fine.
Gcc 4.9.0 trunk.
libtoo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
--- Comment #2 from David Kredba ---
I am sorry but Xorg guys are saying this is gcc problem:
https://bugs.freedesktop.org/show_bug.cgi?id=71127
-O2 compilation is used wide in distributions so in my opinion this issue needs
resolution on one of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
--- Comment #5 from David Kredba ---
I tried to write a script for c-reduce. It writes output from compiler in two
steps but grep not waits and c-reduce not wanted to accept it as valid for
reducing case becuse test error level was not OK.
When I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
--- Comment #6 from David Kredba ---
Maybe to reduce ii file containing events.i and all ii files that creates
libxservertest.a together?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
--- Comment #8 from David Kredba ---
Thank you!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #1 from David Kredba ---
After I rebuilt Vc library using the same compiler it stopped to ICE.
Instead it reports
/usr/include/Vc/version.h:45: error: undefined reference to
'Vc::checkLibraryAbi(unsigned int, unsigned int, char const*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #2 from David Kredba ---
gcc-nm -C /usr/lib64/libVc.a
const.cpp.o:
T Vc::RandomState
T Vc::checkLibraryAbi(unsigned int, unsigned int, char const*)
T Vc::AVX::_IndexesFromZero8
T Vc::AVX::_IndexesF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #3 from David Kredba ---
When libVc built without -flto Calligra can be built without -flto too.
nm -C /usr/lib64/libVc.a
const.cpp.o:
U abort
U _GLOBAL_OFFSET_TABLE_
r .LC1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #4 from David Kredba ---
It does not build later (without lto).
CMakeFiles/calligrasheetscommon.dir/commands/ConditionCommand.cpp.o: In
function `Calligra::Sheets::Conditions::operator<(Calligra::Sheets::Conditions
const&) const':
/v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63407
David Kredba changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 32383
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32383&action=edit
Unreduced TEncSbac.ii gzipped
In
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #3 from David Kredba ---
Without lto it compiles fine.
It is Gentoo x86/x86_64 enabled package.
I am going to attach all the ii files, thank you.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #4 from David Kredba ---
Created attachment 32395
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32395&action=edit
object file gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #5 from David Kredba ---
This is the command line that is enough to get the crash:
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -fPIC -flto=4 -fuse-linker-plugin -O2
-ggdb -pipe -march=core2 -mtune=core2 -mno-3dnow -mno-sse4.2 -mno-avx
-Wl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #13 from David Kredba ---
-m32 compiled fine but 64 bit gave me (rev. 208729):
/usr/bin/x86_64-pc-linux-gnu-g++ -flto=4 -fuse-linker-plugin -O2 -ggdb -pipe
-march=core2 -mtune=core2 -flto=4 -fuse-linker-plugin -Wl,--as-needed -Wl,-O
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #57 from David Kredba ---
I got it again with trunk revision 209048:
/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -flto=4 -fuse-linker-plugin -O2 -ggdb
-pipe -march=core2 -mtune=core2 -mno-3dnow -mno-sse4.2 -mno-avx -mno-xop
-mno-fma4 -mno
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50394
David Kredba changed:
What|Removed |Added
CC||nheghathivhistha at gmail dot
com
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Spidermonkey compilation ICEs lto1, trunk revision 221558.
/var/tmp/portage/dev-lang/spidermonkey-24.2.0-r2/work/mozjs-24.2.0/js/src/_virtualenv/bin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #2 from David Kredba ---
Created attachment 35095
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35095&action=edit
Preprocessed source file gzipped
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #1 from David Kredba ---
Created attachment 35094
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35094&action=edit
Preprocessed source file gzipped
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #3 from David Kredba ---
Created attachment 35096
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35096&action=edit
Preprocessed source file gzipped
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #4 from David Kredba ---
Created attachment 35097
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35097&action=edit
Preprocessed source file gzipped
: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 35098
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35098&action=edit
Preprocessed source file
Gcc trunk r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #6 from David Kredba ---
Could you please attach the patch as attachement to here? I am not able to save
it as valid patch file even after I switched ml to "raw text".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #8 from David Kredba ---
Svn revision 221590 fails bootstrap in gnat1 so I cannot test your patch.
../libiberty/libiberty.a(cplus-dem.o): In function `ada_demangle':
cplus-dem.c:(.text+0xdb8): multiple definition of `ada_demangle'
a
bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
../libiberty/libiberty.a(cplus-dem.o): In function `ada_demangle':
cplus-dem.c:(.text+0xdb8): multiple definition of `ada_demangle'
ada/adadecode.o:adadecode.c:(.text+0x863): first d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65516
--- Comment #10 from David Kredba ---
Thank you, it works.
ot gnu.org
Reporter: nheghathivhistha at gmail dot com
Both non-LTO and LTO builds of xsd fails to link. Gcc 4.9.2 was OK.
How can I help in reducing this?
Trunk revision 221614.
gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.10.0-pre20150322/gcc
COLLECT_L
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65539
David Kredba changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 35152
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35152&action=edit
Preprocessed source file gzipped
Gcc trunk revision 221643 ICEs during Lisp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
--- Comment #1 from David Kredba ---
Created attachment 35154
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35154&action=edit
A little c-reduced preprocessed file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
David Kredba changed:
What|Removed |Added
Attachment #35154|0 |1
is obsolete|
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 35236
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35236&action=edit
Preprocessed source file
I can't compile debug en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65678
--- Comment #1 from David Kredba ---
C-reduced test case:
extern "C" void *memmove(void *, const void *, unsigned long);
long a;
template int BitCast(Source &p1) {
memmove(&a, &p1, sizeof a);
return a;
}
static int double_to_uint64(double
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
--- Comment #10 from David Kredba ---
(In reply to Markus Trippelsdorf from comment #9)
> So, invalid.
Xorg not agrees:
No, it's clearly valid, since PanoramiXNumScreens will always be set > 1
in PanoramiXExtensionInit() if noPanoramiXExtension
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
David Kredba changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226
--- Comment #17 from David Kredba ---
Qtwebkit-4.8.5 compilation not ICEs gcc after your patch applied (it not links
the final library but that is another problem).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226
--- Comment #18 from David Kredba ---
It linked!
(After appended "__attribute__((used))" to line "void* JIT_STUB
cti_vm_throw(STUB_ARGS_DECLARATION);" in
qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/jit/JITStubs.h.
++
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
I am trying to build Libreoffice 4.1.4.3 with current trunk.
S=/var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2 &&
O=$S/solver/unxlngx6.pro && W=$S/work
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #1 from David Kredba ---
Created attachment 31811
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31811&action=edit
Un-reduced ii file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #2 from David Kredba ---
$O, $W and $S expanded command to compiler is
x86_64-pc-linux-gnu-g++ -DCPPU_ENV=gcc3 -DLIBO_INTERNAL_ONLY -DLINUX -DNDEBUG
-DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DSOLAR_JAVA -DSUPD=410 -DUNIX -DUNX -DX86_64
-D_PTHRE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #3 from David Kredba ---
typedef int sal_Int8;
typedef int sal_Int64;
namespace com
{
namespace sun
{
namespace star
{
namespace uno
{
template < class > class Sequence
{
};
}
}
} typedef com::sun::star::uno::Sequence < sal_Int8 > Stre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #4 from David Kredba ---
Created attachment 31812
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31812&action=edit
(c-)Reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #10 from David Kredba ---
After your patch applied it not segfaults any more.
Unfortunately it not builds too, link of one module fails:
[build MOD] swext
S=/var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2 &&
O
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775
--- Comment #13 from David Kredba ---
I have to keep LTO still off for Libreoffice. (And for many of simple programs
that do the test for endian type the way not counting with LTO and for some
that linker is not happy with relocation(s) and a few
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 31892
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31892&action=edit
Preprocessed source file - not reduced
Current trunk se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59882
--- Comment #1 from David Kredba ---
Created attachment 31896
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31896&action=edit
C-reduced test case - first run
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59882
--- Comment #2 from David Kredba ---
c-reduce at --sllooww>
namespace std
{
template < class, class > struct pair;
template < typename _Iterator > struct iterator_traits
{
typedef typename _Iterator::value_type value_type;
};
template < typen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #6 from David Kredba ---
I am still affected by this on trunk with pykde4-4.12.1. Should I report it as
pykde bug to its maintainers?
CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart5.cpp.o: In
function `~Notifier':
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #7 from David Kredba ---
Gcc 4.8.2 compiles the same source code without errors reported for all
selected Python 2.7, 3.2 and 3.3 versions. (Regression?)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #9 from David Kredba ---
Maybe this is a same type of problem (kde-base/korganizer-4.12.1):
CMakeFiles/korganizer_core.dir/kocore.o: In function `~Part':
/var/tmp/portage/kde-base/korganizer-4.12.1/work/korganizer-4.12.1/korganizer/in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #10 from David Kredba ---
I reported this as Calligra error but it is not. Gcc-4.8.2 can compile the same
source code. Trunk can't:
CMakeFiles/calligrasheetscommon.dir/commands/ConditionCommand.cpp.o: In
function `Calligra::Sheets::Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #12 from David Kredba ---
I can provide .ii files. Is this reducable? I can try target c-reduce to linker
error. Is any of the http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction
applicable here please?
What is clear is that gcc-4.8.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59935
--- Comment #3 from David Kredba ---
Is this having the same cause please?
It is a seamonkey-2.23 configure stage.
configure:24169: checking size of int *
configure:24188: x86_64-pc-linux-gnu-gcc -o conftest -fPIC -ggdb -pipe
-march=native -mtun
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59935
--- Comment #6 from David Kredba ---
The patch works as you said.
Thank you.
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
Created attachment 31975
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31975&action=edit
un-reduced gzipped prepr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59977
--- Comment #1 from David Kredba ---
Gcc-4.8.2 compiles Calligra 2.7.91 with the same CFLAGS.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59977
--- Comment #3 from David Kredba ---
Thank you.
sci-libs/vc was build with gcc 4.9 lto a few svn revisions before, other
libraries are not built with LTO at all.
I will try vc first and then this again.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59977
--- Comment #4 from David Kredba ---
No, it was not gcc 4.9 lto on vc, it was gcc 4.8.2 lto, so no slim.
I can't build vc with gcc 4.9 lto:
Linking CXX executable c++11_arithmetics_sse
cd /var/tmp/portage/dev-libs/vc-0.7.3/work/vc-0.7.3_build/te
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59977
David Kredba changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
Assignee: unassigned at gcc dot gnu.org
Reporter: nheghathivhistha at gmail dot com
I can't build Seamonkey with rev.
x86_64-pc-linux-gnu-g++ -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API
-DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -fPIC
-DMOZILLA_C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099
--- Comment #1 from David Kredba ---
I am sorry, revision 207472.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099
--- Comment #3 from David Kredba ---
Here it shows line number too.
./testcase.i:62:1: internal compiler error
Going to attach original ii file.
In check.sh I used in addition -I and -include that I deleted from the command
before sending here,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099
--- Comment #4 from David Kredba ---
Created attachment 32068
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32068&action=edit
testcase.i produced by c-reduce
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099
--- Comment #5 from David Kredba ---
Created attachment 32069
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32069&action=edit
Original ii file gzipped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099
--- Comment #6 from David Kredba ---
Revision 207565 is fine with it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #15 from David Kredba ---
It is still present in rev. 207565 and pykde4-4.12.2:
CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart5.cpp.o: In
function `~Notifier':
/usr/include/phonon/backendcapabilities.h:57: undefin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59626
--- Comment #10 from David Kredba ---
There is preprocessed source in closed as duplicate of this error:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56088.
I will attach one from program cp.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59626
--- Comment #14 from David Kredba ---
For me it is fixed too, tested it by reveision 207938, cp compiles fine with
-flto=4 -fuse-linker-plugin. It crashes later at link time but that is
something completely different.
1 - 100 of 134 matches
Mail list logo