[Bug c++/82035] New: GCC picks wrong template method instantiation if there are same name classes in independent compilation units

2017-08-30 Thread denis at denivip dot ru
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: denis at denivip dot ru Target Milestone: --- Created attachment 42086 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42086&acti

[Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets

2014-11-26 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703 --- Comment #22 from Denis Excoffier --- I'm also happy with the above patch. Thank you.

[Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178

2014-11-23 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703 --- Comment #7 from Denis Excoffier --- (In reply to Francois-Xavier Coudert from comment #6) There is no lldb here, and also no direct 'bt' available. I used gdb with a break point: % cd /tmp/lcl/tmp/gcc/obj % % grep -n 'gcc

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2014-11-03 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 --- Comment #32 from Denis Excoffier --- (In reply to Francois-Xavier Coudert from comment #31) > WONTFIX sounds reasonable Okay.

[Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178

2014-10-31 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703 Denis Excoffier changed: What|Removed |Added CC||g...@denis-excoffier.org --- Comment

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2014-10-11 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #9 from Denis Excoffier --- (In reply to Richard Henderson from comment #8) Thank you.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-07-13 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #50 from Denis Excoffier --- gcc-4.9.1-RC-20140710 bootstraps perfectly. Thank you.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-22 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #45 from Denis Excoffier --- (In reply to Denis Excoffier from comment #44) > shouldn't it be possible to make it available to 4.9.0, instead of 4.9.1? No because 4.9.0 is out.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-22 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #44 from Denis Excoffier --- (In reply to Kai Tietz from comment #42) > Second variant of the patch looks ok to me, if bootstrap works for 32-bit > and 64-bit cygwin. Post patch to ML for gcc trunk, and if no further issues

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #38 from Denis Excoffier --- (In reply to Bernd Edlinger from comment #37) > Regarding your patch: I've tested it and it works (as far as i can tell): the bootstrap has gone until the end (installation in ${prefix}). ob

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #36 from Denis Excoffier --- (In reply to Bernd Edlinger from comment #35) > would not using --disable-sjlj-excaptions cause any problems, > maybe a unwanted ABI-Change? I don't know really. Cygwin people usually buil

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #34 from Denis Excoffier --- The patch under attachment 32651 seems to make bootstrapping behave better, at least for i686.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #33 from Denis Excoffier --- Created attachment 32651 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32651&action=edit bootstrap works at least under i686

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-18 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #26 from Denis Excoffier --- After more investigation, it seems that the culprit can be --disable-sjlj-exceptions. Since the beginning (last Sunday), each time i use it on the command line, the build fails and each time i don't u

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-16 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 Denis Excoffier changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-15 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #21 from Denis Excoffier --- (In reply to Kai Tietz from comment #17) > Just as side-note, I tried to reproduce your reported issue and did a > personal build of cygwin's gcc. It worked fine in stage2. I couldn't

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-15 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #20 from Denis Excoffier --- (In reply to Kai Tietz from comment #12) > In general it would be of interest > to learn what destructors (by whom) are present in the list called by > do_global_dtors (&__DTOR_LIST__)

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-15 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #19 from Denis Excoffier --- Created attachment 32602 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32602&action=edit discover __DTOR_LIST__

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-15 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #14 from Denis Excoffier --- I'm now using plain cygwin-1.7.29-2, the cygwin1.dbg now matches with cygwin1.dll. I've alto tried to recompile without -O2. I'm not so familiar with gdb, i've produced a sess

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-15 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #13 from Denis Excoffier --- Created attachment 32600 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32600&action=edit gdb session stepping until the end

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #10 from Denis Excoffier --- Created attachment 32595 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32595&action=edit gdb session catching signal SIGABRT

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #9 from Denis Excoffier --- (In reply to Jakub Jelinek from comment #8) > I guess for start, it would be nice to see backtrace from the debugger about > where the segfault and/or abort happened. See attachment 3.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #7 from Denis Excoffier --- Here are the config.log found at top level and the config.log at i686-pc-cygwin/libgcc level (see attachments). What do you need more specifically? I have to say that i use gmp-6.0.0a, mpfr-3.1.2 (without

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #6 from Denis Excoffier --- Created attachment 32592 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32592&action=edit i686-pc-cygwin/libgcc/config.log

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #5 from Denis Excoffier --- Created attachment 32591 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32591&action=edit top level config.log

[Bug bootstrap/60830] ICE on bootstrapping on cygwin

2014-04-13 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 Denis Excoffier changed: What|Removed |Added Target||i686-pc-cygwin Host

[Bug bootstrap/60830] New: ICE on bootstrapping on cygwin

2014-04-13 Thread g...@denis-excoffier.org
Assignee: unassigned at gcc dot gnu.org Reporter: g...@denis-excoffier.org Installed gcc-4.9.0-RC-20140411 on darwin (Mavericks) with no problem. But: On Cygwin 1.7.29-2 (+ latests patches), platform=i686-pc-cygwin (Windows XP SP3, 32 bits), bootstrap stops with: xgcc: internal

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2014-01-22 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #7 from Denis Excoffier --- The bug is no longer present in GCC 4.8.2 (tested today under Cygwin 1.7.27 XP 32bits). Please someone to update the WAITING field into RESOLVED (or WORKSFORME etc.).

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2014-01-22 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 --- Comment #29 from Denis Excoffier --- (In reply to Iain Sandoe from comment #28) > Well, there is a fix - which is to update > /usr/lib/libgcc_s.dylib to a non-buggy version. I had understood that it was desirable not to replace libgcc_s

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2014-01-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 --- Comment #27 from Denis Excoffier --- I (OP) suppose we can WONTFIX that one. Thanks.

[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016 --- Comment #4 from Denis Excoffier --- (In reply to Dominique d'Humieres from comment #3) > Any reason to keep this PR open? >From my side, no.

[Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)

2013-03-24 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258 --- Comment #16 from Denis Excoffier 2013-03-24 07:06:40 UTC --- Bootstrap of gcc-4.7-20130323 works perfectly. Thanks.

[Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)

2013-03-10 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258 --- Comment #11 from Denis Excoffier 2013-03-10 08:06:54 UTC --- Please to find someone able to apply the above patches on branches 4.6 and 4.7?

[Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s)

2013-02-08 Thread g...@denis-excoffier.org
: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Bootstrap fails if the last texinfo (currently 4.13.96) is used (this was also the case with at least 4.13.94 and

[Bug fortran/56255] New: permissions on http://gcc.gnu.org/gcc-4.8/

2013-02-08 Thread denis-bz...@t-online.de
Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: denis-bz...@t-online.de The top link "4.8 releases" on http://gcc.gnu.org/wiki/GFortran#GCC4.8 -> http://gcc.gnu.org/gcc-4.8/ but "forbidden, You don't ha

[Bug bootstrap/55699] gmp-5.1.0 no longer supports --host=none-...

2012-12-19 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55699 Denis Excoffier changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug bootstrap/55699] gmp-5.1.0 no longer supports --host=none-...

2012-12-14 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55699 Denis Excoffier changed: What|Removed |Added Attachment #28971|0 |1 is obsolete

[Bug bootstrap/55699] New: gmp-5.1.0 no longer supports --host=none-...

2012-12-14 Thread g...@denis-excoffier.org
Priority: P3 Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Created attachment 28971 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28971 use gmp-5.1.0-RC2 (and later) embedded in source direct

[Bug bootstrap/52039] gcc/gimplify.o differs

2012-01-30 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52039 --- Comment #6 from Denis Excoffier 2012-01-30 23:16:52 UTC --- (In reply to comment #5) > Please try > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52041#c17 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52041#c18 > patches.

[Bug bootstrap/52039] gcc/gimplify.o differs

2012-01-30 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52039 --- Comment #4 from Denis Excoffier 2012-01-30 20:54:37 UTC --- Compared with PR52041, i also have a cltq (or cdqe) missing, but it is missing in stage2 and present in stage3. After all, i'm perhaps a duplicate of PR52041.

[Bug bootstrap/52039] gcc/gimplify.o differs

2012-01-30 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52039 --- Comment #3 from Denis Excoffier 2012-01-30 20:29:45 UTC --- Tried again, using: - gmp-5.0.2, like last week - make with no -j option Same result (ie gcc/gimplify.o differs). Also, Xcpde 4.2.1 uses: % /usr/bin/gcc --version i686-apple

[Bug bootstrap/52039] gcc/gimplify.o differs

2012-01-30 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52039 --- Comment #2 from Denis Excoffier 2012-01-30 11:14:54 UTC --- (In reply to comment #1) > How did you configure? Dup of PR51974? .../configure --enable-languages=c,c++ --prefix=... --with-local-prefix=... --disable-multilib I don&#x

[Bug bootstrap/52039] New: gcc/gimplify.o differs

2012-01-29 Thread g...@denis-excoffier.org
Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Host: *-apple-darwin* Target: *-apple-darwin* Build: *-apple-darwin* On MacOSX (x86_64-apple-darwin11.2.0), with the last snapshot (gcc-4.7-20120128), i

[Bug tree-optimization/51865] [4.7 Regression] ICE in insert_vi_for_tree, at tree-ssa-structalias.c:2642

2012-01-22 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51865 --- Comment #10 from Denis Excoffier 2012-01-22 10:18:47 UTC --- (In reply to comment #9) > Fixed. Confirmed, using gcc-4.7-20120121. Thank you.

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2012-01-18 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #6 from Denis Excoffier 2012-01-18 08:45:36 UTC --- This bug was still present under gcc-4.7-20120107 snapshot, but it does no longer show up under gcc-4.7-20120114 snapshot. I suppose it has been corrected. Thank you.

[Bug tree-optimization/51865] New: ICE in insert_vi_for_tree, at tree-ssa-structalias.c:2642

2012-01-15 Thread g...@denis-excoffier.org
Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Under MacOSX (x86_64-apple-darwin11.2.0), the new gcc-4.7-20120114 gives ICE with the following. There was no problem with the

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-19 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #5 from Denis Excoffier 2011-12-19 15:31:46 UTC --- Reduced test case is: % cat exclude.c int version; int zz1(char *); static void zz2(int flags) { static int initialized = 0; char xx[4096]; if (initialized) return

[Bug bootstrap/48135] build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5

2011-12-18 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48135 --- Comment #26 from Denis Excoffier 2011-12-19 07:36:33 UTC --- Just for the record: gcc-4.7-20111210 works (with --enable-obsolete of course).

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-17 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #4 from Denis Excoffier 2011-12-17 21:21:55 UTC --- This patch, committed on the 6th of December (r182056), must be included in the snapshot of last Saturday (r182194). I tried with this gcc-4.7-20111210.tar.bz2, and sorry, the

[Bug other/39400] Dist tarball missing file gengtype-lex.c

2011-12-16 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39400 Denis Excoffier changed: What|Removed |Added CC||g...@denis-excoffier.org --- Comment

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2011-12-11 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 Denis Excoffier changed: What|Removed |Added Version|4.6.0 |4.7.0 --- Comment #17 from Denis

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-01 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #1 from Denis Excoffier 2011-12-01 09:04:00 UTC --- Configure line was: /tmp/lcl/tmp/gcc/gcc-4.7-2019/configure --prefix=/tmp/lcl/uxl/gcc-4.7-2026 --with-local-prefix=/usr/local/here --enable-languages=c,c++ --disable-sjlj

[Bug rtl-optimization/51271] ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-11-30 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271 --- Comment #12 from Denis Excoffier 2011-11-30 20:03:47 UTC --- I have transfered my bug into #51366. Sorry for the noise.

[Bug rtl-optimization/51366] New: [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-11-30 Thread g...@denis-excoffier.org
Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Created attachment 25960 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25960 preprocessed exclude.c Under last Cyg

[Bug rtl-optimization/51271] ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-11-27 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271 Denis Excoffier changed: What|Removed |Added CC||g...@denis-excoffier.org --- Comment

[Bug rtl-optimization/51271] ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-11-27 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271 --- Comment #8 from Denis Excoffier 2011-11-28 07:41:38 UTC --- Created attachment 25928 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25928 preprocessed exclude.c

[Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously

2011-10-04 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461 --- Comment #2 from Denis Excoffier 2011-10-04 07:07:20 UTC --- Also with mpfr-3.1.0 and also on Cygwin.

[Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously

2011-09-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461 --- Comment #1 from Denis Excoffier 2011-09-22 05:22:47 UTC --- Also with mpfr-3.1.0-rc2.

[Bug bootstrap/50461] New: mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously

2011-09-20 Thread g...@denis-excoffier.org
: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: g...@denis-excoffier.org Hi, I bootstrap gcc-4.6.1 by installing the gmp/, mpfr/ and mpc/ folders directly in the GCC source tree as suggested in the

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-06-11 Thread Denis dot Excoffier at airbus dot com
--- Comment #1 from Denis dot Excoffier at airbus dot com 2010-06-11 08:05 --- The same applies to mpfr-3.0.0 (now official). The MPFR people have however added the following note in ./INSTALL: > As gmp-impl.h and longlong.h are only in the GMP source directory, > you first n

[Bug bootstrap/44455] New: GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-06-07 Thread Denis dot Excoffier at airbus dot com
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Denis dot Excoffier at airbus dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455

[Bug bootstrap/44107] New: libstdc++ (dylib) is built with an erroneous dependency towards /usr/lib

2010-05-12 Thread Denis dot Excoffier at airbus dot com
al Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Denis dot Excoffier at airbus dot com GCC build triplet: powerpc-apple-darwin9.8.0 GCC host triplet: powerpc-apple-darwin9.8.0 GCC target triplet: powerpc-apple-darwin9.8.0 ht

[Bug middle-end/39883] preprocessor fails with myassertion

2010-04-26 Thread Denis dot Excoffier at airbus dot com
--- Comment #2 from Denis dot Excoffier at airbus dot com 2010-04-26 09:58 --- I tried this morning to reproduce this bug with GCC 4.4.3 and GCC 4.5.0 and i didn't succeed (that is: the GCC 4.4.0 bug is gone). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39883

[Bug c++/42929] ICE when compiling PPL

2010-02-01 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2010-02-01 20:28 --- Created an attachment (id=19779) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19779&action=view) console output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42929

[Bug c++/42929] ICE when compiling PPL

2010-02-01 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2010-02-01 20:28 --- Created an attachment (id=19778) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19778&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42929

[Bug c++/42929] New: ICE when compiling PPL

2010-02-01 Thread denis dot onischenko at gmail dot com
: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-cross-linux-gnu GCC host triplet: x86_64-cross-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42929

[Bug bootstrap/41818] Error building cross compiler caused by changing LD_LIBRARY_PATH environment variable in Makefile

2010-01-06 Thread denis dot onischenko at gmail dot com
--- Comment #6 from denis dot onischenko at gmail dot com 2010-01-06 20:19 --- (In reply to comment #5) > Created an attachment (id=19486) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19486&action=view) [edit] > patch to add TARGET_LIB_PATH only when bootstrappin

[Bug c/42504] error: bit-field '' width not an integer constant

2009-12-25 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-12-25 14:52 --- Created an attachment (id=19391) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19391&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42504

[Bug c/42504] error: bit-field '' width not an integer constant

2009-12-25 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-12-25 14:52 --- Created an attachment (id=19390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19390&action=view) preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42504

[Bug c/42504] New: error: bit-field '' width not an integer constant

2009-12-25 Thread denis dot onischenko at gmail dot com
ty: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-cross-linux-gnu GCC host triplet: x86_64-cross-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://g

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-21 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-11-21 23:45 --- Created an attachment (id=19078) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19078&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42137

[Bug c++/42137] error: expected constructor, destructor, or type conversion before �{� token

2009-11-21 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-11-21 23:45 --- Created an attachment (id=19077) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19077&action=view) preprocessed c++ source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42137

[Bug c++/42137] New: error: expected constructor, destructor, or type conversion before �{� token

2009-11-21 Thread denis dot onischenko at gmail dot com
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-unknown-linux

[Bug bootstrap/41818] Error building cross compiler caused by changing LD_LIBRARY_PATH environment variable in Makefile

2009-10-24 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-10-24 20:23 --- I run the configure script as follows: ../src/configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=powerpc64-unknown-linux-gnu --prefix=$(BUILDDIR)/cross-tools --disable

[Bug bootstrap/41818] New: Error building cross compiler caused by changing LD_LIBRARY_PATH environment variable in Makefile

2009-10-24 Thread denis dot onischenko at gmail dot com
changing LD_LIBRARY_PATH environment variable in Makefile Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org Rep

[Bug tree-optimization/41740] [4.5 Regression] ICE in ipcp_analyze_node, at ipa-cp.c:183

2009-10-23 Thread denis dot onischenko at gmail dot com
--- Comment #9 from denis dot onischenko at gmail dot com 2009-10-23 21:50 --- In revision 153504 this error is no longer reproduced -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41740

[Bug middle-end/41744] ICE: fold check: original tree changed by fold

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-10-18 16:52 --- Created an attachment (id=18821) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18821&action=view) console output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41744

[Bug middle-end/41744] ICE: fold check: original tree changed by fold

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-10-18 16:51 --- Created an attachment (id=18820) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18820&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41744

[Bug middle-end/41744] New: ICE: fold check: original tree changed by fold

2009-10-18 Thread denis dot onischenko at gmail dot com
iority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-cross-linux-gnu GCC host triplet: x86_64-cross-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.or

[Bug middle-end/41740] assembler error when using -O2 option

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #4 from denis dot onischenko at gmail dot com 2009-10-18 12:30 --- Revision of 152560 has this error too -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41740

[Bug middle-end/41740] assembler error when using -O2 option

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #3 from denis dot onischenko at gmail dot com 2009-10-18 12:26 --- Created an attachment (id=18819) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18819&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41740

[Bug middle-end/41740] assembler error when using -O2 option

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-10-18 12:24 --- Created an attachment (id=18818) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18818&action=view) console output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41740

[Bug middle-end/41740] assembler error when using -O2 option

2009-10-18 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-10-18 12:24 --- Created an attachment (id=18817) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18817&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41740

[Bug middle-end/41740] New: assembler error when using -O2 option

2009-10-18 Thread denis dot onischenko at gmail dot com
: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-cross-linux-gnu

[Bug middle-end/41625] no-ending memory allocation

2009-10-07 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-10-07 20:27 --- Created an attachment (id=18744) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18744&action=view) console output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41625

[Bug middle-end/41625] no-ending memory allocation

2009-10-07 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-10-07 20:25 --- Created an attachment (id=18743) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18743&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41625

[Bug middle-end/41625] New: no-ending memory allocation

2009-10-07 Thread denis dot onischenko at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: powerpc64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41625

[Bug c/41388] New: -Wlogical-op produces a surprising message

2009-09-17 Thread Denis dot Excoffier at airbus dot com
--- -- Summary: -Wlogical-op produces a surprising message Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: unassigned at g

[Bug c/40378] ICE starting with revision 147980

2009-06-08 Thread denis dot onischenko at gmail dot com
--- Comment #2 from denis dot onischenko at gmail dot com 2009-06-08 11:58 --- Created an attachment (id=17966) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17966&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40378

[Bug c/40378] ICE starting with revision 147980

2009-06-08 Thread denis dot onischenko at gmail dot com
--- Comment #1 from denis dot onischenko at gmail dot com 2009-06-08 11:57 --- Created an attachment (id=17965) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17965&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40378

[Bug c/40378] New: ICE starting with revision 147980

2009-06-08 Thread denis dot onischenko at gmail dot com
Severity: critical Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: denis dot onischenko at gmail dot com GCC build triplet: x86_64-cross-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux

[Bug preprocessor/39883] New: preprocessor fails with myassertion

2009-04-24 Thread Denis dot Excoffier at airbus dot com
s2.8) compiled by GNU C version 4.4.0, GMP version 4.3, MPFR version 2.4.1. warning: GMP header version 4.3 differs from library version 4.3.0. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 9ca553a0ebde423c17b189104de35a45 scannerapi.c: I

gcc generates prolog without rsp decrementing, i.e. allocates locals and parameters in free stack without privatising this stack

2008-10-06 Thread Denis
-java-awt=gtk --host=x86_64-redhat-linux Thread model: posix gcc version 3.4.5 20051201 (Red Hat 3.4.5-2) Result is the same. Thank you in advance, Denis.

[Bug c/29826] __attribute__ dllimport makes optimization crash on cygwin

2006-11-14 Thread Denis dot Excoffier at airbus dot com
--- Comment #1 from Denis dot Excoffier at airbus dot com 2006-11-14 11:39 --- To be connected to Bug 29825. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29826

[Bug c/29826] New: __attribute__ dllimport makes optimization crash on cygwin

2006-11-14 Thread Denis dot Excoffier at airbus dot com
n crash on cygwin Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Denis dot Excoffier at airbus dot com GCC b

[Bug c++/29087] New: More than 35000 switch cases crash cc1plus

2006-09-14 Thread Denis dot Excoffier at airbus dot com
c1plus Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Denis dot Excoffier at airbus dot com GCC build triplet: sparc

[Bug c++/28584] New: Cast to pointer from integer of different size [gcc 4.0.x and 4.1.x on x86_64]

2006-08-03 Thread denis dot charland at imi dot cnrc-nrc dot gc dot ca
ned at gcc dot gnu dot org ReportedBy: denis dot charland at imi dot cnrc-nrc dot gc dot ca http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28584

[Bug libgcj/27910] building fails due essentially to bad /bin/ksh on darwin

2006-06-06 Thread Denis dot Excoffier at airbus dot com
--- Comment #2 from Denis dot Excoffier at airbus dot com 2006-06-06 08:33 --- Oops, i've found an unnoticed CONFIG_SHELL=/bin/ksh around the "configure" step in my build instructions. Sorry for that. Bug is not confirmed any longer. -- http://gcc.gnu.org/bugzilla/

[Bug java/27910] New: building fails due essentially to bad /bin/ksh on darwin

2006-06-06 Thread Denis dot Excoffier at airbus dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Denis dot Excoffier at airbus dot com GCC build triplet: powerpc-apple-darwin8.2.2 GCC host triplet: powerpc-apple-darwin8.2.2 GCC target triplet: powerpc-apple-darwin8.2.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27910

[Bug fortran/20945] about 2x perfomance regression in comparision with 3.4.2

2005-06-22 Thread denis dot nagorny at intel dot com
--- Additional Comments From denis dot nagorny at intel dot com 2005-06-22 14:34 --- Ok. It seems like this issue is mostly fixed now. I incresead NIT counter up to 200 and obtained following results: 3.4.2 ~ 3.4s old 4.0 ~ 6.4s mainline ~ 4.0s -- http://gcc.gnu.org/bugzilla

  1   2   >