[Bug c++/55382] New: Constant class member as alignment specifier

2012-11-18 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55382 Bug #: 55382 Summary: Constant class member as alignment specifier Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/48689] New: ICE in fold-const.c:13798

2011-04-19 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48689 Summary: ICE in fold-const.c:13798 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-10-13 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #13 from Artem Anisimov 2010-10-13 17:46:51 UTC --- > Artem, did you tried to make concurrent build ( make -j2 or anything more than > -j1 ) ? I know about this trick and did a -j1 build :). Anyway, thanks for pointing this out. >

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-10-12 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #9 from Artem Anisimov 2010-10-12 12:28:10 UTC --- (In reply to comment #7) It's interesting to note that profiledbootstrap break amd64 build too, though for different reason: /home/artem/testing/gcc-build/./prev-gcc/xgcc -B/home/a

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-10-12 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #8 from Artem Anisimov 2010-10-12 12:25:10 UTC --- (In reply to comment #7) > I have run 'make profiledbootstrap' of today's checkout of the 4.5 > branc (revision 165315) on i686 and it finished without any problems > for me. I belie

[Bug bootstrap/42628] ICE during bootstrap when compiling several libsupc++ files: original tree changed by fold

2010-09-30 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42628 Artem Anisimov changed: What|Removed |Added CC||aanisimov at inbox dot ru --- Comment

[Bug tree-optimization/45580] [4.6 Regression] Building WebKit fails with compiler catching SIGSEGV in gimple_fold_obj_type_ref_known_binfo()

2010-09-18 Thread aanisimov at inbox dot ru
--- Comment #7 from aanisimov at inbox dot ru 2010-09-18 10:11 --- (In reply to comment #6) > autoreducing. > Is this "I reduce it myself" or "I have some tool reduce it for me"? If the latter is the case, then what is the tool for automatic testca

[Bug other/45686] New: Building rev. 164285 fails with --enable-checking=all

2010-09-15 Thread aanisimov at inbox dot ru
ersion: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: x86_64-slackware-linux GCC host triplet: x86_64-slackware-linux GCC

[Bug tree-optimization/45580] [4.6 Regression] Building WebKit fails with compiler catching SIGSEGV in gimple_fold_obj_type_ref_known_binfo()

2010-09-07 Thread aanisimov at inbox dot ru
--- Comment #1 from aanisimov at inbox dot ru 2010-09-07 12:27 --- Created an attachment (id=21727) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21727&action=view) Preprocessed source for JSGlobalData.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45580

[Bug tree-optimization/45580] New: [4.6 Regression] Building WebKit fails with compiler catching SIGSEGV in gimple_fold_obj_type_ref_known_binfo()

2010-09-07 Thread aanisimov at inbox dot ru
ty: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: x86_64-slackware-linux GCC host triplet: x86_64-slackware-linux GCC target triplet: x86_64-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45580

[Bug bootstrap/43625] New: Revision 157851 has broken build on pure 64bit AMD64 systems

2010-04-02 Thread aanisimov at inbox dot ru
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: x86_64-slackware-linu

[Bug other/43085] New: Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-02-15 Thread aanisimov at inbox dot ru
Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i686-slackware-linux GCC host triplet: i686-slackware-linux GCC target triplet: i686-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085

[Bug other/42756] Build fails if gold is used as linker and some libraries reside is /usr/local/lib

2010-01-29 Thread aanisimov at inbox dot ru
--- Comment #7 from aanisimov at inbox dot ru 2010-01-30 05:24 --- (In reply to comment #6) > > in my opinion, it's necessary that the build scripts > > specify all library directories explicitely. > > Then use configure options --with-ppl / --with-ppl-include

[Bug bootstrap/41348] Bootstrap fails with --with-arch=i686

2010-01-24 Thread aanisimov at inbox dot ru
--- Comment #3 from aanisimov at inbox dot ru 2010-01-24 12:12 --- No longer fails. -- aanisimov at inbox dot ru changed: What|Removed |Added Status|WAITING

[Bug other/42756] Build fails if gold is used as linker and some libraries reside is /usr/local/lib

2010-01-24 Thread aanisimov at inbox dot ru
--- Comment #5 from aanisimov at inbox dot ru 2010-01-24 12:11 --- (In reply to comment #4) > This looks like a bug in gold rather then in GCC. > > Try the latest development version of gold <http://sourceware.org/binutils/>. > If it still fails, please file a bu

[Bug other/42756] Build fails if gold is used as linker and some libraries reside is /usr/local/lib

2010-01-15 Thread aanisimov at inbox dot ru
--- Comment #3 from aanisimov at inbox dot ru 2010-01-15 16:32 --- (In reply to comment #1) > Try to set LIBRARY_PATH, i.e.: > > export LIBRARY_PATH=/usr/local/lib > This worked much better ;-) -- stage2 finished successfully, but building libstdc++ in stage3 failed wit

[Bug other/42756] New: Build fails if gold is used as linker and some libraries reside is /usr/local/lib

2010-01-15 Thread aanisimov at inbox dot ru
: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i686-slackware-linux GCC host triplet:

[Bug debug/42565] Huge compilation time with -O1 -g

2009-12-31 Thread aanisimov at inbox dot ru
--- Comment #1 from aanisimov at inbox dot ru 2009-12-31 13:40 --- Created an attachment (id=19430) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19430&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42565

[Bug debug/42565] New: Huge compilation time with -O1 -g

2009-12-31 Thread aanisimov at inbox dot ru
igned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i686-slackware-linux GCC host triplet: i686-slackware-linux GCC target triplet: i686-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42565

[Bug middle-end/41410] Bootstrap fails with ICE on i686

2009-09-20 Thread aanisimov at inbox dot ru
--- Comment #2 from aanisimov at inbox dot ru 2009-09-20 07:18 --- (In reply to comment #1) > Why do you open 3 bug reports for the same problem? Sorry, some bug with my browser. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41410

[Bug middle-end/41414] New: Bootstrap fails with ICE on i686

2009-09-20 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug middle-end/41415] New: Bootstrap fails with ICE on i686

2009-09-20 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug middle-end/41413] New: Bootstrap fails with ICE on i686

2009-09-19 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug middle-end/41410] New: Bootstrap fails with ICE on i686

2009-09-19 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug middle-end/41409] New: Bootstrap fails with ICE on i686

2009-09-19 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug middle-end/41407] New: Bootstrap fails with ICE on i686

2009-09-19 Thread aanisimov at inbox dot ru
t: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host t

[Bug bootstrap/41348] Bootstrap fails with --with-arch=i686

2009-09-19 Thread aanisimov at inbox dot ru
--- Comment #2 from aanisimov at inbox dot ru 2009-09-19 12:32 --- > that one is expected and doesn't fail the build. What's the output after > that? Indeed, I've messed up a bit last time. Rev. 151361 builds fine, but with rev. 151362 I get Comparing stages 2 a

[Bug bootstrap/41348] New: Bootstrap fails with --with-arch=i686

2009-09-13 Thread aanisimov at inbox dot ru
c dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host triplet: i486-slackware-linux GCC target triplet: i486-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41348

[Bug target/40644] Optimizing for pentium-m gives worse code than optimizing for i486

2009-07-03 Thread aanisimov at inbox dot ru
--- Comment #3 from aanisimov at inbox dot ru 2009-07-03 19:12 --- > > Try disabling prefetching. > Indeed, removing -fprefetch-loop-arrays made the program run in 37.534 seconds, exactly like one compiled for i686. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40644

[Bug target/40644] Optimizing for pentium-m gives worse code than optimizing for i486

2009-07-03 Thread aanisimov at inbox dot ru
--- Comment #1 from aanisimov at inbox dot ru 2009-07-03 18:28 --- Created an attachment (id=18137) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18137&action=view) Sample program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40644

[Bug target/40644] New: Optimizing for pentium-m gives worse code than optimizing for i486

2009-07-03 Thread aanisimov at inbox dot ru
nedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i486-slackware-linux GCC host triplet: i486-slackware-linux GCC target triplet: i486-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40644

[Bug target/38686] Bootstrap fails on i686-pc-linux-gnu with --with-arch=pentium-m

2009-01-02 Thread aanisimov at inbox dot ru
--- Comment #9 from aanisimov at inbox dot ru 2009-01-02 18:30 --- (In reply to comment #7) > Ok, I can reproduce the failure. The work around is removing > -with-arch=pentium-m. > Not a good idea ;-). I found that reverting diff r137645:r137646 makes the compilation finis

[Bug bootstrap/38686] Bootstrap fails on i686-pc-linux-gnu

2009-01-01 Thread aanisimov at inbox dot ru
--- Comment #5 from aanisimov at inbox dot ru 2009-01-02 07:48 --- (In reply to comment #4) > > For the moment I found out that revision 136000 compiles fine for me, but > revision 137000 fails (this time in tree-ssa-phiopt.c:371). > I meant revision 138000 inste

[Bug bootstrap/38686] Bootstrap fails on i686-pc-linux-gnu

2009-01-01 Thread aanisimov at inbox dot ru
--- Comment #4 from aanisimov at inbox dot ru 2009-01-02 07:45 --- (In reply to comment #3) > > What options are you passing to configure and how are you invoking make? > Also do you have any special environment variables set? > Sorry, forgot to mention these options in

[Bug bootstrap/38686] Bootstrap fails on i686-pc-linux-gnu

2009-01-01 Thread aanisimov at inbox dot ru
--- Comment #1 from aanisimov at inbox dot ru 2009-01-01 12:06 --- (In reply to comment #0) > When compiling this source by hand (probably with environment that differs > from > one created by configure) I get an ICE in tree-ssa-phiopt.c:372. > That was a wrong assumpti

[Bug bootstrap/38686] New: Bootstrap fails on i686-pc-linux-gnu

2009-01-01 Thread aanisimov at inbox dot ru
Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38686

[Bug debug/30651] New: GCC 4.2.0-20061226 fails to compile Valgrind 3.2.2

2007-01-31 Thread aanisimov at inbox dot ru
nent: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aanisimov at inbox dot ru GCC build triplet: i686-slackware-linux-gnu GCC host triplet: i686-slackware-linux-gnu GCC target triplet: i686-slackware-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30651