This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/81004] [7 Regression] linking failed with -flto and static libboost_program_options


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

--- Comment #33 from Martin Liška <marxin at gcc dot gnu.org> ---
Can't reproduce the ICE on aarch64. There's my resolution file:

cat -- -lm.res
2
20091210-1_0.o 20
213 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN5Base1D2Ev
206 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTV5Base1
216 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN5Base1D1Ev
261 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN4Base1fEv
265 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZThn8_N4Base1fEv
268 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN4BaseD2Ev
246 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTV4Base
270 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN4BaseD1Ev
273 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN4BaseD0Ev
275 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZN5Base1D0Ev
299 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTS5Base1
312 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTI5Base1
326 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTS5Base2
328 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTI5Base2
336 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTS4Base
362 a66530621f3cf044 PREVAILING_DEF_IRONLY _ZTI4Base
181 a66530621f3cf044 RESOLVED_DYN __gxx_personality_v0
323 a66530621f3cf044 RESOLVED_DYN _ZTVN10__cxxabiv117__class_type_infoE
368 a66530621f3cf044 RESOLVED_DYN _ZTVN10__cxxabiv121__vmi_class_type_infoE
284 a66530621f3cf044 RESOLVED_DYN _ZdlPvm
20091210-1_1.o 25
213 e10871a982460b97 PREEMPTED_IR _ZN5Base1D2Ev
206 e10871a982460b97 PREEMPTED_IR _ZTV5Base1
216 e10871a982460b97 PREEMPTED_IR _ZN5Base1D1Ev
279 e10871a982460b97 PREVAILING_DEF_IRONLY _ZN3Foo1gEv
282 e10871a982460b97 PREEMPTED_IR _ZN5Base1D0Ev
285 e10871a982460b97 PREVAILING_DEF main
291 e10871a982460b97 PREEMPTED_IR _ZN4BaseD2Ev
293 e10871a982460b97 PREEMPTED_IR _ZN4BaseD1Ev
296 e10871a982460b97 PREVAILING_DEF_IRONLY _ZN3FooD2Ev
264 e10871a982460b97 PREVAILING_DEF_IRONLY _ZTV3Foo
298 e10871a982460b97 PREVAILING_DEF_IRONLY _ZN3FooD1Ev
300 e10871a982460b97 PREVAILING_DEF_IRONLY _ZN3FooD0Ev
302 e10871a982460b97 PREEMPTED_IR _ZN4BaseD0Ev
332 e10871a982460b97 PREEMPTED_IR _ZTS5Base1
345 e10871a982460b97 PREEMPTED_IR _ZTI5Base1
364 e10871a982460b97 PREVAILING_DEF_IRONLY _ZTS3Foo
380 e10871a982460b97 PREVAILING_DEF_IRONLY _ZTI3Foo
181 e10871a982460b97 RESOLVED_DYN __gxx_personality_v0
253 e10871a982460b97 RESOLVED_IR _ZTV4Base
356 e10871a982460b97 RESOLVED_DYN _ZTVN10__cxxabiv117__class_type_infoE
386 e10871a982460b97 RESOLVED_DYN _ZTVN10__cxxabiv120__si_class_type_infoE
404 e10871a982460b97 RESOLVED_IR _ZTI4Base
306 e10871a982460b97 RESOLVED_IR _ZN4Base1fEv
308 e10871a982460b97 RESOLVED_IR _ZThn8_N4Base1fEv
317 e10871a982460b97 RESOLVED_DYN _ZdlPvm

Can you please Christophe attach yours and take a look why the ICE is
triggered?
Thanks.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]