[Bug c++/28003] New: optimizer bug

2006-06-12 Thread rwgk at yahoo dot com
: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC

[Bug c++/28003] optimizer bug

2006-06-12 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2006-06-12 19:28 --- Created an attachment (id=11656) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11656&action=view) short reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28003

[Bug c++/37922] code generation error

2008-12-06 Thread rwgk at yahoo dot com
--- Comment #3 from rwgk at yahoo dot com 2008-12-07 07:34 --- Created an attachment (id=16844) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16844&action=view) reproducer, no dependencies, no includes -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37922

[Bug c++/37922] code generation error

2008-12-06 Thread rwgk at yahoo dot com
--- Comment #4 from rwgk at yahoo dot com 2008-12-07 07:44 --- Testing with: g++ (GCC) 4.4.0 20081206 (experimental) svn revision 142514 pr37922repro1.cpp should always exit with status 0. However, it fails this test when compiling with -O3 and -O2: g++ -Wall -fPIC -O3

[Bug c++/37922] code generation error

2008-12-13 Thread rwgk at yahoo dot com
--- Comment #5 from rwgk at yahoo dot com 2008-12-13 22:09 --- The bug is still present in svn revsion 140355 from last night. I ran an automatic search through the svn history. The result is that revision 129269 (svn log below) introduced the bug. Could someone please confirm the bug

[Bug c++/37922] [4.4 Regression] code generation error

2008-12-15 Thread rwgk at yahoo dot com
--- Comment #7 from rwgk at yahoo dot com 2008-12-16 02:17 --- (In reply to comment #6) > Does -fno-strict-aliasing work? > Nope. I just tried it with svn revisions 129269 and 142737. Adding -fno-strict-aliasing does not change the (wrong) result. Thanks for looking a

[Bug c++/37922] [4.3/4.4 Regression] code generation error

2008-12-17 Thread rwgk at yahoo dot com
--- Comment #18 from rwgk at yahoo dot com 2008-12-17 19:01 --- (In reply to comment #17) > A patch is posted at > > http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00943.html > I tried this patch locally and I'm happy to report that it fixes the original problem. Tha

[Bug bootstrap/29382] New: Bootstrap comparison failure!

2006-10-07 Thread rwgk at yahoo dot com
NCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC target triplet: i386-redhat-linux http://g

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-01-28 Thread rwgk at yahoo dot com
--- Comment #3 from rwgk at yahoo dot com 2007-01-28 20:03 --- I've repeated my test with g++ (GCC) 4.2.0 20070128 (prerelease) SVN revision: 121258 on three platforms: x86_64 Fedora Core release 5 (Bordeaux) % g++ -fPIC -O3 dbg_gcc_bugzilla_30567.cpp % ./a.out

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-03 Thread rwgk at yahoo dot com
--- Comment #4 from rwgk at yahoo dot com 2007-02-03 20:42 --- I've repeated my test with g++ (GCC) 4.2.0 20070203 (prerelease) SVN revision: 121547 on two platforms: x86_64 Fedora Core release 5 (Bordeaux) Fedora Core release 6 (Zod) The results are still the same as

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-10 Thread rwgk at yahoo dot com
--- Comment #6 from rwgk at yahoo dot com 2007-02-11 05:30 --- I immediately believe that Andrew's and Wolfgang's findings are accurate, but I never claimed that the mainline has a problem. I never even tried it. My interest it to make sure that our code works with any new g

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-11 Thread rwgk at yahoo dot com
--- Comment #8 from rwgk at yahoo dot com 2007-02-12 05:23 --- I'm in the process of narrowing down the revision bracket the really hard way (make bootstrap; make; make install for each revision, using a binary search). Currently my best bracket is: 119819 fails 119788 works I s

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-12 Thread rwgk at yahoo dot com
--- Comment #9 from rwgk at yahoo dot com 2007-02-12 15:47 --- My binary search (using the gcc-4_2-branch) stopped here: 119790 OK 119791 fails The corresponding commit was: % svn log -r 119791 r119791

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-25 Thread rwgk at yahoo dot com
--- Comment #12 from rwgk at yahoo dot com 2007-02-26 02:26 --- Daniel Berlin wrote: > This change actually made us more conservative with points-to, it certainly > won't cause *more* things to be optimized away. Was the change supposed to fix a certain problem? If not I

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-25 Thread rwgk at yahoo dot com
--- Comment #14 from rwgk at yahoo dot com 2007-02-26 03:37 --- > Yes. > http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00817.html > It also fixed vect-101 testcase, in addition to 464.h264ref from spec2006. > It initially caused a failure in 403.gcc, but this was later fou

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-02-25 Thread rwgk at yahoo dot com
--- Comment #16 from rwgk at yahoo dot com 2007-02-26 07:54 --- Created an attachment (id=13110) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13110&action=view) minimal reproducer I got it down to 29 lines. There aren't any includes, defines are typedefs left.

[Bug c++/33185] [4.3 Regression] ICE: canonical types differ for identical types T [] and T []

2007-09-21 Thread rwgk at yahoo dot com
--- Comment #8 from rwgk at yahoo dot com 2007-09-22 04:22 --- Created an attachment (id=14243) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14243&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33185

[Bug c++/33185] [4.3 Regression] ICE: canonical types differ for identical types T [] and T []

2007-09-21 Thread rwgk at yahoo dot com
--- Comment #9 from rwgk at yahoo dot com 2007-09-22 04:23 --- Info regarding Comment #8: Fedora Core release 5 (Bordeaux) % uname -r -m 2.6.15-1.2054_FC5 x86_64 % g++ -fpermissive -c -fPIC -I/usr/include/python2.4 ice_canonical.cpp ice_canonical.cpp: In function 'void init_m

[Bug tree-optimization/33458] [4.3 regression] ICE "PHI def is not a GIMPLE value"

2007-09-21 Thread rwgk at yahoo dot com
--- Comment #3 from rwgk at yahoo dot com 2007-09-22 04:59 --- I'm getting an ICE that looks very similar (below). However, I cannot reproduce the ICE with the test case posted when this issue was opened. Therefore I'm wondering if my ICE is different. What is the platform, a

[Bug c++/19317] [4.0/4.1 Regression] removing a temporary return value when we cannot

2005-03-24 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-03-24 12:46 --- Using the latest CVS: gcc version 4.0.0 20050324 (prerelease) My reproducer attached to this report http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19603 is still failing. -- http://gcc.gnu.org/bugzilla

[Bug c++/37518] New: preprocessor failure

2008-09-13 Thread rwgk at yahoo dot com
ocessor failure Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unkn

[Bug c++/37518] preprocessor failure

2008-09-14 Thread rwgk at yahoo dot com
--- Comment #2 from rwgk at yahoo dot com 2008-09-14 07:24 --- > What is on that line? #elif BOOST_PP_ITERATION_DEPTH() == 1 If you don't have /usr/include/boost, you can get the entire boost tree from here: svn co https://svn.boost.org/svn/boost/trunk boost Then simply

[Bug c++/37922] New: code generation error

2008-10-26 Thread rwgk at yahoo dot com
would enable you to inspect the generated code, and maybe give us a clue how to construct a minimal reproducer. -- Summary: code generation error Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/37922] code generation error

2008-10-26 Thread rwgk at yahoo dot com
--- Comment #2 from rwgk at yahoo dot com 2008-10-27 02:18 --- (In reply to comment #1) > With out a testcase, it is hard to tell if it was reported before or not. > Also > does -fwrapv allows for the code to work? Yes! (FWIW: -ftrapv doesn't help.) > what type i

[Bug c++/46807] internal compiler error: in synthesized_method_walk

2010-12-17 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #2 from rwgk at yahoo dot com 2010-12-17 22:34:16 UTC --- Using a binary search I found that svn rev. 161579 introduced the ICE. (Note that I had to replace gcc/config/i386/i386.md with rev. 161594 since gcc doesn't build othe

[Bug c++/46807] internal compiler error: in synthesized_method_walk

2011-01-06 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #4 from rwgk at yahoo dot com 2011-01-07 04:28:46 UTC --- I just saw the "GCC 4.6.0 Status Report (2011-01-04), Stage 3 is over" announcement. This bug should be a P1 since it is an ICE on valid code. If necessary I'l

[Bug c++/46807] internal compiler error: in synthesized_method_walk

2011-01-07 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #6 from rwgk at yahoo dot com 2011-01-07 18:29:59 UTC --- Created attachment 22928 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22928 pre-processor output of original reproducer Created with (Fedora 14 64-bit): g++

[Bug c++/46807] internal compiler error: in synthesized_method_walk

2011-01-07 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #7 from rwgk at yahoo dot com 2011-01-07 18:32:12 UTC --- > This command still produces the original ICE with gcc svn trunk rev. 168562: Sorry, cut and paste error. The last command should have been g++

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-15 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #16 from rwgk at yahoo dot com 2011-02-16 05:08:05 UTC --- Thank you very much! The original problem is solved, too.

[Bug c++/43594] New: long-standing g++ bug?

2010-03-30 Thread rwgk at yahoo dot com
g? -- Summary: long-standing g++ bug? Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot

[Bug bootstrap/42247] New: make bootstrap failure

2009-12-01 Thread rwgk at yahoo dot com
5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-redhat-linux GCC host triplet: x86_64-redhat-linux GCC target triplet: x86_6

[Bug c++/42251] New: failure detecting constant integral expression

2009-12-01 Thread rwgk at yahoo dot com
ed at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42251

[Bug c++/42251] failure detecting constant integral expression

2009-12-01 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2009-12-02 06:23 --- Created an attachment (id=19207) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19207&action=view) self-contained reproducer (60 lines, no includes) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42251

[Bug bootstrap/42247] make bootstrap failure

2009-12-02 Thread rwgk at yahoo dot com
--- Comment #3 from rwgk at yahoo dot com 2009-12-02 18:15 --- (In reply to comment #2) > Yeah, > yum install glibc-devel.i686 > in F12 case. > Thank you very much! This is exactly what I needed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42247

[Bug c++/42251] [4.5 Regression] failure detecting constant integral expression

2009-12-06 Thread rwgk at yahoo dot com
--- Comment #2 from rwgk at yahoo dot com 2009-12-06 19:18 --- With a binary search in the svn history I found that the change below lead to the regression. I believe it is a major problem. Could someone confirm it? I think it should be a P1

[Bug c++/42352] New: -std=c++0x reference binding problem

2009-12-11 Thread rwgk at yahoo dot com
: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-lin

[Bug c++/42352] -std=c++0x reference binding problem

2009-12-11 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2009-12-11 18:05 --- Created an attachment (id=19277) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19277&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42352

[Bug c++/42352] -std=c++0x reference binding problem

2009-12-11 Thread rwgk at yahoo dot com
--- Comment #5 from rwgk at yahoo dot com 2009-12-11 19:27 --- Thanks for the fast response! Everything else we have works with -std=c++0x. If this issue is fixed I could keep testing with -std=c++0x, which I imagine could be of great value long term. (We have several 100k of sources

[Bug libstdc++/42352] -std=c++0x reference binding problem

2009-12-11 Thread rwgk at yahoo dot com
--- Comment #9 from rwgk at yahoo dot com 2009-12-12 05:49 --- Thanks very much for the quick fix! It didn't clear up all errors of this type, though, when compiling our code (I verified that the original problem is fixed). Based on your comments I decided to remove the -std=c++x

[Bug libstdc++/42352] -std=c++0x reference binding problem

2009-12-13 Thread rwgk at yahoo dot com
--- Comment #12 from rwgk at yahoo dot com 2009-12-14 06:05 --- (In reply to comment #10) > What do you mean by "of this type"? As I tried already to explain, until the > ISO C++ Committee resolves DR 1133 we cannot touch list::merge and > list::splice. Sorr

[Bug libstdc++/42352] -std=c++0x reference binding problem

2009-12-19 Thread rwgk at yahoo dot com
--- Comment #14 from rwgk at yahoo dot com 2009-12-19 15:09 --- (In reply to comment #13) > That said, this specific issue has been moved yesterday to [Tentatively Ready] > and it's safe enough to simply re-add for now the C++03 set of overloads (we > don't impl

[Bug bootstrap/46757] New: bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 Summary: bootstrap failure under Fedora 13 and 14 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: una

[Bug bootstrap/46757] bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 --- Comment #1 from rwgk at yahoo dot com 2010-12-01 23:44:42 UTC --- Created attachment 22595 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22595 output of make bootstrap

[Bug c++/46759] New: incorrect array bounds warning?

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 Summary: incorrect array bounds warning? Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.or

[Bug bootstrap/46757] bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 --- Comment #3 from rwgk at yahoo dot com 2010-12-02 01:52:35 UTC --- Thank you very much for the hint! As a remark: I had a little bit of a battle with the gmp, mpfr, mpc dependencies, in particular mpc since I couldn't figure out the

[Bug c++/46759] incorrect array bounds warning?

2010-12-02 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 --- Comment #3 from rwgk at yahoo dot com 2010-12-02 19:47:29 UTC --- Created attachment 22606 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22606 reproducer with additional tests I changed the original reproducer to return 0 throug

[Bug c++/46759] incorrect array bounds warning?

2010-12-04 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 --- Comment #4 from rwgk at yahoo dot com 2010-12-05 06:14:35 UTC --- Created attachment 22639 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22639 reproducer for similar warning from gcc 4.6 I'm getting a similar warning with g++

[Bug c++/46807] New: internal compiler error: in synthesized_method_walk

2010-12-04 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Summary: internal compiler error: in synthesized_method_walk Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/46807] internal compiler error: in synthesized_method_walk

2010-12-04 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #1 from rwgk at yahoo dot com 2010-12-05 07:42:02 UTC --- Created attachment 22640 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22640 reproducer Reproducer depends on and boost as shipped with Fedora 14.

[Bug c++/34018] New: ICE: verify_stmts failed

2007-11-07 Thread rwgk at yahoo dot com
org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34018

[Bug middle-end/34018] [4.3 Regression] ICE: verify_stmts failed

2007-11-07 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-07 19:45 --- Created an attachment (id=14501) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14501&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34018

[Bug c++/34063] New: ICE: build2_stat, at tree.c:3115

2007-11-10 Thread rwgk at yahoo dot com
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34063

[Bug c++/34063] ICE: build2_stat, at tree.c:3115

2007-11-10 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-11 05:53 --- Created an attachment (id=14527) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14527&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34063

[Bug c++/34090] New: -O3 wrong code, -O2 OK

2007-11-13 Thread rwgk at yahoo dot com
ode, -O2 OK Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC hos

[Bug c++/34090] -O3 wrong code, -O2 OK

2007-11-13 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-14 03:15 --- Created an attachment (id=14550) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14550&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34090

[Bug c++/34090] -O3 wrong code, -O2 OK

2007-11-14 Thread rwgk at yahoo dot com
--- Comment #4 from rwgk at yahoo dot com 2007-11-15 02:18 --- (In reply to comment #3) > What happens if you add -fno-strict-aliasing ? That's it! > And maybe even try with > warnings turned on. > -Wall doesn't lead to any warnings. I've been compili

[Bug c++/34099] New: optimizer problem

2007-11-14 Thread rwgk at yahoo dot com
oduct: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet:

[Bug c++/34099] optimizer problem

2007-11-15 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-15 06:56 --- Created an attachment (id=14554) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14554&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34099

[Bug c/34127] New: ICE: tree-ssa-operands.c:1688

2007-11-16 Thread rwgk at yahoo dot com
Summary: ICE: tree-ssa-operands.c:1688 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build tri

[Bug c/34127] ICE: tree-ssa-operands.c:1688

2007-11-16 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-16 21:11 --- Created an attachment (id=14568) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14568&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34127

[Bug tree-optimization/34127] ICE: tree-ssa-operands.c:1688

2007-11-17 Thread rwgk at yahoo dot com
--- Comment #3 from rwgk at yahoo dot com 2007-11-18 02:54 --- (In reply to comment #2) > Works for me, this is a dup of PR34113. > > *** This bug has been marked as a duplicate of 34113 *** > This is not the case. My original bug report was based on svn revision 1

[Bug c++/34229] New: error on correct code

2007-11-25 Thread rwgk at yahoo dot com
411 is still broken. Ralf -- Summary: error on correct code Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo

[Bug c++/34229] error on correct code

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-25 20:30 --- Created an attachment (id=14636) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14636&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34229

[Bug c++/34229] error on correct code

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #4 from rwgk at yahoo dot com 2007-11-26 01:52 --- Created an attachment (id=14638) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14638&action=view) reproducer preprocessed gzip'ed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34229

[Bug c++/34229] error on correct code

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #5 from rwgk at yahoo dot com 2007-11-26 02:11 --- cc'ing David Abrahams since the original code is his. -- rwgk at yahoo dot com changed: What|Removed |

[Bug c++/34229] error on correct code

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #6 from rwgk at yahoo dot com 2007-11-26 02:17 --- The patch below makes the Boost.Python compilation work again with gcc svn trunk revision 130411. This solves my problem. :-) The g++ change could be tough for people who have to keep using older boost versions for one

[Bug c++/34233] New: ICE: get_callee_fndecl, at tree.c:6592

2007-11-25 Thread rwgk at yahoo dot com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34233

[Bug c++/34233] ICE: get_callee_fndecl, at tree.c:6592

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-11-26 03:33 --- Created an attachment (id=14639) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14639&action=view) reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34233

[Bug c++/34233] ICE: get_callee_fndecl, at tree.c:6592

2007-11-25 Thread rwgk at yahoo dot com
--- Comment #2 from rwgk at yahoo dot com 2007-11-26 03:34 --- Created an attachment (id=14640) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14640&action=view) reproducer preprocessed gzip'ed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34233

[Bug middle-end/34233] [4.3 Regresion] ICE: get_callee_fndecl, at tree.c:6592

2007-11-27 Thread rwgk at yahoo dot com
--- Comment #7 from rwgk at yahoo dot com 2007-11-27 17:43 --- (In reply to comment #6) > Fixed. > Confirmed (yesterday with svn revision 130447). Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34233

[Bug c++/19297] New: Internal compiler error when compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
ty: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bu

[Bug c++/19297] Internal compiler error when compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-01-06 19:40 --- Created an attachment (id=7885) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7885&action=view) Preprocessed source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19297

[Bug c++/19298] New: Error compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
ignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19298

[Bug c++/19298] Error compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-01-06 19:49 --- Created an attachment (id=7886) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7886&action=view) Preprocessed source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19298

[Bug c++/19298] Error compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-01-06 19:51 --- Date: Thu, 06 Jan 2005 14:24:06 -0500 From: David Abrahams Ralf W. Grosse-Kunstleve wrote: > Hi David, > > To ensure that Boost.Python will work with gcc 4 I've checked out the > latest gcc cvs

[Bug c++/19297] [4.0 Regression] rejects valid code when compiling Boost.Python test

2005-01-06 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-01-06 19:57 --- > --- Additional Comment #2 From Andrew Pinski 2005-01-06 19:45 [reply] --- > Looks like there are two bugs here ... I've opened another bug report for the second error: http://gcc.gnu.o

[Bug c++/19603] New: code generation error

2005-01-24 Thread rwgk at yahoo dot com
Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gn

[Bug c++/19603] code generation error

2005-01-24 Thread rwgk at yahoo dot com
--- Additional Comments From rwgk at yahoo dot com 2005-01-24 11:49 --- Created an attachment (id=8052) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8052&action=view) Reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19603

[Bug c++/30567] New: -fPIC -O3 optimizer bug (32-bit target only)

2007-01-23 Thread rwgk at yahoo dot com
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwgk at yahoo dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30567

[Bug c++/30567] -fPIC -O3 optimizer bug (32-bit target only)

2007-01-23 Thread rwgk at yahoo dot com
--- Comment #1 from rwgk at yahoo dot com 2007-01-24 00:10 --- Created an attachment (id=12945) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12945&action=view) standalone reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30567