public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dimhen at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/54632] [4.8 Regression] not supported in LTO streams : tree code '�F ��D�� `
Date: Sun, 23 Sep 2012 09:22:00 -0000	[thread overview]
Message-ID: <bug-54632-4-O62oXO1YQq@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54632-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54632

--- Comment #3 from Dmitry G. Dyachenko <dimhen at gmail dot com> 2012-09-23 09:22:20 UTC ---
191649 FAIL

and, sorry, i cant reduce testcase :(

if i run 
'g++ -DHAVE_CONFIG_H -I. -I/home/dimhen/src/CSPbuild/shared/cplib -I../..
-I/usr/local/include -DUNIX -DLINUX -I/home/dimhen/src/CSPbuild
-I/home/dimhen/src/CSPbuild/reader/include
-I/home/dimhen/src/CSPbuild/CSP/src/include
-I/home/dimhen/src/CSPbuild/shared/include
-I/home/dimhen/src/CSPbuild/shared/include/atl
-I/home/dimhen/src/CSPbuild/shared/include/cplib -DNO_ASN1_RT_REDUNDANT
-D_COMPACT -fno-common -Ofast -flto -flto-partition=none -pipe -m64
-Woverloaded-virtual -fvisibility-inlines-hidden -MT DateTime.lo -MD -MP -MF
.deps/DateTime.Tpo -c /home/dimhen/src/CSPbuild/shared/cplib/DateTime.cpp 
-fPIC -DPIC -o .libs/DateTime.o'

i receive 
/home/dimhen/src/CSPbuild/shared/cplib/DateTime.cpp: In function
'CryptoPro::GeneralizedTimeToTm(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, unsigned int&, bool)':
/home/dimhen/src/CSPbuild/shared/cplib/DateTime.cpp:934:1: internal compiler
error: tree code '�F\x12��D��\x12`\x01Hc���\x18\x01D\x01�Hc�f;�    `\x01�b����FD���(\x01D��    �\x01�
                                                                               
                                                                           ��
                                                                               
                                                                            
HD��\x01�H����!\x01��=�' is not supported in LTO streams
 } // namespace CryptoPro
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

if i add '-save-temps' and recompile ii-file, then i not receive any err
message


$ LANG=C g++ -DHAVE_CONFIG_H -I. -I/home/dimhen/src/CSPbuild/shared/cplib
-I../.. -I/usr/local/include -DUNIX -DLINUX -I/home/dimhen/src/CSPbuild
-I/home/dimhen/src/CSPbuild/reader/include
-I/home/dimhen/src/CSPbuild/CSP/src/include
-I/home/dimhen/src/CSPbuild/shared/include
-I/home/dimhen/src/CSPbuild/shared/include/atl
-I/home/dimhen/src/CSPbuild/shared/include/cplib -DNO_ASN1_RT_REDUNDANT
-D_COMPACT -fno-common -Ofast -flto -flto-partition=none -pipe -m64
-Woverloaded-virtual -fvisibility-inlines-hidden -MT DateTime.lo -MD -MP -MF
.deps/DateTime.Tpo -c /home/dimhen/src/CSPbuild/shared/cplib/DateTime.cpp 
-fPIC -DPIC -o .libs/DateTime.o -save-temps
g++: warning: -pipe ignored because -save-temps specified
$ ll -tr
итого 1712
-rw-rw-r--. 1 dimhen dimhen  22385 сент. 23 13:04 Makefile
-rw-rw-r--. 1 dimhen dimhen    260 сент. 23 13:06 Blob.lo
-rw-rw-r--. 1 dimhen dimhen 854468 сент. 23 13:18 DateTime.ii
-rw-rw-r--. 1 dimhen dimhen 864446 сент. 23 13:18 DateTime.s

$ LANG=C g++ -DHAVE_CONFIG_H -I. -I/home/dimhen/src/CSPbuild/shared/cplib
-I../.. -I/usr/local/include -DUNIX -DLINUX -I/home/dimhen/src/CSPbuild
-I/home/dimhen/src/CSPbuild/reader/include
-I/home/dimhen/src/CSPbuild/CSP/src/include
-I/home/dimhen/src/CSPbuild/shared/include
-I/home/dimhen/src/CSPbuild/shared/include/atl
-I/home/dimhen/src/CSPbuild/shared/include/cplib -DNO_ASN1_RT_REDUNDANT
-D_COMPACT -fno-common -Ofast -flto -flto-partition=none -pipe -m64
-Woverloaded-virtual -fvisibility-inlines-hidden -MT DateTime.lo -MD -MP -MF
.deps/DateTime.Tpo -c ./DateTime.ii  -fPIC -DPIC -o .libs/DateTime.o

so, how i can help?


  parent reply	other threads:[~2012-09-23  9:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-20  7:55 [Bug lto/54632] New: " dimhen at gmail dot com
2012-09-20  7:57 ` [Bug lto/54632] " dimhen at gmail dot com
2012-09-20 11:32 ` [Bug lto/54632] [4.8 Regression] " rguenth at gcc dot gnu.org
2012-09-23  9:22 ` dimhen at gmail dot com [this message]
2012-09-23  9:33 ` dimhen at gmail dot com
2012-09-23 10:50 ` zsojka at seznam dot cz
2012-09-23 10:55 ` dimhen at gmail dot com
2012-09-23 13:06 ` markus at trippelsdorf dot de
2012-09-24  9:26 ` rguenth at gcc dot gnu.org
2012-09-24  9:39 ` zsojka at seznam dot cz
2012-09-24  9:46 ` dimhen at gmail dot com
2012-09-24 12:28 ` markus at trippelsdorf dot de
2012-09-24 12:43 ` rguenth at gcc dot gnu.org
2012-09-24 15:03 ` rguenth at gcc dot gnu.org
2012-09-24 15:03 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-54632-4-O62oXO1YQq@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).