[Bug rtl-optimization/30643] [4.1/4.2/4.3 regression] CSE pessimization

2007-03-09 Thread aoliva at gcc dot gnu dot org
--- Comment #12 from aoliva at gcc dot gnu dot org 2007-03-09 20:13 --- Subject: Bug 30643 Author: aoliva Date: Fri Mar 9 20:13:10 2007 New Revision: 122760 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122760 Log: gcc/ChangeLog: PR rtl-optimization/30643 * cse.c (cse_insn): R

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread Thomas dot Koenig at online dot de
--- Comment #5 from Thomas dot Koenig at online dot de 2007-03-09 20:13 --- Subject: Re: [4.3/4.2 regression] Runtime error on legal code using RECL > I believe I have a fix. I am testing now. We were not initializing a few > things when we have a record length given. > > Index: io

[Bug target/31113] Problem while compiling gcc for m32c-elf

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-03-09 20:13 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug rtl-optimization/323] optimized code gives strange floating point results

2007-03-09 Thread whaley at cs dot utsa dot edu
--- Comment #92 from whaley at cs dot utsa dot edu 2007-03-09 20:22 --- I'd like to welcome the newest members of the bug 323 community, where all x87 floating point errors in gcc come to die! All floating point errors that use the x87 are welcome, despite the fact that many of them are

[Bug fortran/31114] Consistent floating point arithmetic model option

2007-03-09 Thread terry at chem dot gu dot se
--- Comment #2 from terry at chem dot gu dot se 2007-03-09 20:23 --- Andrew, this is not a duplicate of #323. I know why floating point results differ. I know there are architecture-specific options that result in a more consistent floating point model. (As far as I know, -ffloat-stor

[Bug fortran/31114] Consistent floating point arithmetic model option

2007-03-09 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-03-09 20:54 --- (In reply to comment #0) > > In other words, I'm after an analogue of ifort's > -mp/-fltconsistency/-mieee-fp. > GCC supports many many many more CPU architectures than ifort. This isn't going to happen unless you

[Bug fortran/31114] Consistent floating point arithmetic model option

2007-03-09 Thread terry at chem dot gu dot se
--- Comment #4 from terry at chem dot gu dot se 2007-03-09 21:29 --- It seems the "x86 is stupid, see bug 323" blinkers have come down. I'm not asking for anyone to alter any gcc code generation. I specifically don't want the FP in software mentioned by kargl. The fact that gcc suppor

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-03-09 21:30 --- Subject: Bug number PR31099 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00576.html -- http://gcc.gnu.org/bugzilla/sh

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-03-09 21:51 --- Subject: Bug 31099 Author: jvdelisle Date: Fri Mar 9 21:51:39 2007 New Revision: 122763 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122763 Log: 2007-03-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug middle-end/31115] New: [4.3 regression] libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic_ostream/inserters_arithmetic/char/6.cc

2007-03-09 Thread hp at gcc dot gnu dot org
These tests passed with r122746 and fail starting with r122749: Running /tmp/hpautotest-gcc1/gcc/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ... ... WARNING: program timed out. FAIL: 22_locale/num_get/get/char/2.cc execution test ... WARNING: program timed out. FAIL: 27_io/basic_ostream/ins

[Bug middle-end/31115] [4.3 regression] libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic_ostream/inserters_arithmetic/char/6.cc

2007-03-09 Thread hp at gcc dot gnu dot org
-- hp at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |hp at gcc dot gnu dot org |dot org |

[Bug fortran/23538] gfortran hangs on old cray fortran 66 program

2007-03-09 Thread brooks at gcc dot gnu dot org
--- Comment #14 from brooks at gcc dot gnu dot org 2007-03-09 22:21 --- Since this isn't a regression, the fix won't be backported to 4.1; thus, I'm closing this as fixed. -- brooks at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/31114] Consistent floating point arithmetic model option

2007-03-09 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-03-09 22:40 --- I think the feature request is too vague and possibly x86 centric. But there is ongoing discussion on making all the options that control FP optimization and conformance to language and IEEE standards less confusing

[Bug ada/26797] [4.3 regression] ACATS cxh1001 fails

2007-03-09 Thread baldrick at free dot fr
--- Comment #37 from baldrick at free dot fr 2007-03-09 22:44 --- Subject: Re: [4.3 regression] ACATS cxh1001 fails > Think of a range check being done in a subscript reference in the LHS of > an assignment. A bounded error is not allowed to cause a memory store > outside the bounds o

[Bug fortran/31114] Consistent floating point arithmetic model option

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-03-09 22:45 --- There is no way to get all the same fp arithmetic model on all targets as some don't even support IEEE float, SPU comes to mind. Please read: http://gcc.gnu.org/bugs.html#nonbugs Also read the paper which is linked

[Bug rtl-optimization/323] optimized code gives strange floating point results

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #93 from pinskia at gcc dot gnu dot org 2007-03-09 22:45 --- *** Bug 31114 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

[Bug middle-end/31030] [4.3 Regression] Segmentation fault with -O2

2007-03-09 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-09 22:49 --- For completeness: This is on x86_64-unknown-linux-gnu -- burnus at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/31030] [4.3 Regression] Segmentation fault with -O2

2007-03-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31030

[Bug middle-end/31115] [4.3 regression] libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic_ostream/inserters_arithmetic/char/6.cc

2007-03-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31115

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2007-03-09 23:00 --- The obvoious difference is more precise alias information: -bar: Maximum number of VOPS needed per statement: 80 +bar: Maximum number of VOPS needed per statement: 71 (and the resulting different partitioning). Wh

[Bug c++/30168] [4.1/4.2 Regression] C++ constructors can cause invalid gimple to happen with complex typed variables

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-03-09 23:02 --- Subject: Bug 30168 Author: pinskia Date: Fri Mar 9 23:02:28 2007 New Revision: 122766 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122766 Log: 2007-03-08 Andrew Pinski <[EMAIL PROTECTED]> PR C+

Re: [Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread Andrew Pinski
On 9 Mar 2007 23:00:55 -, rguenth at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: Other than that, more precise alias information can cause more register pressure, too. Fix the register allocator instead of complaining about this issue. I am sorry but if people want a compiler which wo

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread pinskia at gmail dot com
--- Comment #8 from pinskia at gmail dot com 2007-03-09 23:05 --- Subject: Re: Revision 121302 causes 30% performance regression On 9 Mar 2007 23:00:55 -, rguenth at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > > Other than that, more precise alias information > can cause more

[Bug middle-end/31115] [4.3 regression] libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic_ostream/inserters_arithmetic/char/6.cc

2007-03-09 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-03-09 23:09 --- It doesnt fail for me with +2007-03-09 Richard Guenther <[EMAIL PROTECTED]> + + PR tree-optimization/30904 + PR middle-end/31058 + * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EX

[Bug tree-optimization/28624] [4.2 regression] latent segfault in remove_phi_node

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-09 23:09 --- Fixed. --- Comment #11 from pinskia at gcc dot gnu dot org 2007-03-09 23:09 --- Subject: Bug 28624 Author: pinskia Date: Fri Mar 9 23:09:13 2007 New Revision: 122768 URL: http://gcc.gnu.org/viewcvs?r

[Bug tree-optimization/28624] [4.2 regression] latent segfault in remove_phi_node

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-09 23:09 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug ada/26797] [4.3 regression] ACATS cxh1001 fails

2007-03-09 Thread baldrick at free dot fr
--- Comment #38 from baldrick at free dot fr 2007-03-09 23:10 --- Subject: Re: [4.3 regression] ACATS cxh1001 fails > > All the mess would be way easier if the FE would not expose the subtypes to > > the middle-end... > > I don't see how giving *additional* information could be bad: t

[Bug ada/26797] [4.3 regression] ACATS cxh1001 fails

2007-03-09 Thread kenner at vlsi1 dot ultra dot nyu dot edu
--- Comment #39 from kenner at vlsi1 dot ultra dot nyu dot edu 2007-03-09 23:13 --- Subject: Re: [4.3 regression] ACATS cxh1001 fails > I don't see that pointer dereferences are a problem - I'm pretty sure that > the RM places you firmly in the erroneous zone if you do something that

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-03-09 23:17 --- I didn't complain about register pressure. You need to get a thicker skin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31090

[Bug middle-end/30729] [4.1/4.2 Regression] value computed is not used warning with unused result of va_arg

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-09 23:20 --- Subject: Bug 30729 Author: pinskia Date: Fri Mar 9 23:20:28 2007 New Revision: 122769 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122769 Log: 2007-03-09 Andrew Pinski <[EMAIL PROTECTED]> PR mi

[Bug tree-optimization/30045] [4.1/4.2 Regression] ICE in nonnull_arg_p with the CHAIN decl

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-03-09 23:25 --- Subject: Bug 30045 Author: pinskia Date: Fri Mar 9 23:24:53 2007 New Revision: 122770 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122770 Log: 2007-03-09 Andrew Pinski <[EMAIL PROTECTED]> PR tr

[Bug c++/31102] ICE with -O2 -ftracer

2007-03-09 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2007-03-09 23:27 --- I can't get the test case to fail. Can you give the output of g++ -O2 -ftracer -v on your test case please? Thanks. -- steven at gcc dot gnu dot org changed: What|Removed |A

[Bug rtl-optimization/30643] [4.1/4.2/4.3 regression] CSE pessimization

2007-03-09 Thread aoliva at gcc dot gnu dot org
--- Comment #13 from aoliva at gcc dot gnu dot org 2007-03-09 23:30 --- Subject: Bug 30643 Author: aoliva Date: Fri Mar 9 23:29:51 2007 New Revision: 122771 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122771 Log: gcc/ChangeLog: PR rtl-optimization/30643 * cse.c (cse_insn): R

[Bug tree-optimization/30375] [4.3 Regression] tree-ssa-dse incorrectly removes struct initialization

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-09 23:30 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug rtl-optimization/30643] [4.1/4.2/4.3 regression] CSE pessimization

2007-03-09 Thread aoliva at gcc dot gnu dot org
--- Comment #14 from aoliva at gcc dot gnu dot org 2007-03-09 23:30 --- Subject: Bug 30643 Author: aoliva Date: Fri Mar 9 23:30:16 2007 New Revision: 122772 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122772 Log: gcc/ChangeLog: PR rtl-optimization/30643 * cse.c (cse_insn): R

[Bug rtl-optimization/30643] [4.1/4.2/4.3 regression] CSE pessimization

2007-03-09 Thread aoliva at gcc dot gnu dot org
--- Comment #15 from aoliva at gcc dot gnu dot org 2007-03-09 23:36 --- Should be fixed now, but H-P Nilsson says on IRC that there is a new ICE in cse.c that could be related. No details yet. I suppose it's mainline, because the patches for the branches are so much more trivial. We'l

[Bug ada/26797] [4.3 regression] ACATS cxh1001 fails

2007-03-09 Thread baldrick at free dot fr
--- Comment #40 from baldrick at free dot fr 2007-03-09 23:41 --- Subject: Re: [4.3 regression] ACATS cxh1001 fails On Saturday 10 March 2007 00:13:27 kenner at vlsi1 dot ultra dot nyu dot edu wrote: > > --- Comment #39 from kenner at vlsi1 dot ultra dot nyu dot edu > 2007-03-09

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread dberlin at gcc dot gnu dot org
--- Comment #10 from dberlin at gcc dot gnu dot org 2007-03-09 23:48 --- (In reply to comment #7) > The obvoious difference is more precise alias information: > > -bar: Maximum number of VOPS needed per statement: 80 > +bar: Maximum number of VOPS needed per statement: 71 See, it was

[Bug middle-end/31116] New: [4.3 regression] libstdc++ ext/pb_ds/regression/priority_queue_rand.cc

2007-03-09 Thread hp at gcc dot gnu dot org
This test passed with r122752 and failed with r122760: Running /tmp/hpautotest-gcc1/gcc/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ... ... FAIL: ext/pb_ds/regression/priority_queue_rand.cc (test for excess errors) and in libstdc++.log: /tmp/hpautotest-gcc1/gcc/libstdc++-v3/testsuite/util

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread dnovillo at gcc dot gnu dot org
--- Comment #11 from dnovillo at gcc dot gnu dot org 2007-03-09 23:53 --- I'm already handling this family of performance problems. I need a few more days to finish the WIP patch I have. In the meantime, see if increasing --param max-aliased-vops works around the problem. -- dnov

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-03-09 23:55 --- Subject: Bug 31099 Author: jvdelisle Date: Fri Mar 9 23:55:17 2007 New Revision: 122773 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122773 Log: 2007-03-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug objc/31013] [4.3 Regression] objc PCH is broken on powerpc-darwin again

2007-03-09 Thread geoffk at gcc dot gnu dot org
--- Comment #6 from geoffk at gcc dot gnu dot org 2007-03-10 00:00 --- Subject: Bug 31013 Author: geoffk Date: Sat Mar 10 00:00:09 2007 New Revision: 122774 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122774 Log: PR 31013 * gccspec.c (lang_specific_driver): Do

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-03-10 00:00 --- Subject: Bug 31099 Author: jvdelisle Date: Sat Mar 10 00:00:21 2007 New Revision: 122775 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122775 Log: 2007-03-09 Jerry DeLisle <[EMAIL PROTECTED]>

Re: [Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2007-03-09 Thread Daniel Berlin
On 8 Mar 2007 20:12:16 -, amacleod at redhat dot com <[EMAIL PROTECTED]> wrote: --- Comment #7 from amacleod at redhat dot com 2007-03-08 20:12 --- Looking at the original testcase, the complaint is that _t_8232 and _t_3 are both used in the PHI definition of _t_7. (using mainline

[Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2007-03-09 Thread dberlin at dberlin dot org
--- Comment #9 from dberlin at gcc dot gnu dot org 2007-03-10 00:01 --- Subject: Re: Unable to coalesce ssa_names and which are marked as MUST COALESCE On 8 Mar 2007 20:12:16 -, amacleod at redhat dot com <[EMAIL PROTECTED]> wrote: > > > --- Comment #7 from amacleod at redhat

[Bug c++/30924] [4.1/4.2/4.3 Regression] Array of pointer type argument in partial template specialization fails

2007-03-09 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-03-10 00:03 --- Subject: Bug 31099 Author: jvdelisle Date: Sat Mar 10 00:03:19 2007 New Revision: 122776 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122776 Log: 2007-03-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread hjl at lucon dot org
--- Comment #12 from hjl at lucon dot org 2007-03-10 00:04 --- --param max-aliased-vops=100 works: [EMAIL PROTECTED] 597]$ make /usr/gcc-next/bin/gfortran -c -O2 --param max-aliased-vops=100 -o 301.o test597.f90 /usr/gcc-4.3/bin/gfortran -o 301 301.o -Wl,-rpath,/usr/gcc-4.3/lib64 /usr/g

[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL

2007-03-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-03-10 00:05 --- Fixed on 4.2 and 4.3 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31090] Revision 121302 causes 30% performance regression

2007-03-09 Thread dnovillo at redhat dot com
--- Comment #13 from dnovillo at redhat dot com 2007-03-10 00:07 --- Subject: Re: Revision 121302 causes 30% performance regression hjl at lucon dot org wrote on 03/09/07 19:04: > --param max-aliased-vops=100 works: > OK, thanks. I'll add this PR to the mix then. -- http://gcc

[Bug libstdc++/31117] New: c++locale.o thread-unsafe in libstdc++

2007-03-09 Thread craig dot lawson at centrify dot com
Functions in c++locale.o in libstdc++.a access the errno global int and this is unsafe for use in threaded programs. Yet another object file in the same library references the thread-local errno address function. Impact is minimal, but indicates mixed compilation model object files are linked toget

[Bug middle-end/31116] [4.3 regression] libstdc++ ext/pb_ds/regression/priority_queue_rand.cc

2007-03-09 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2007-03-10 00:10 --- Created an attachment (id=13184) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13184&action=view) Preprocessed code from test-suite Running cc1plus -fpreprocessed priority_queue_rand.ii -quiet -O2 is sufficient.

[Bug libstdc++/31117] c++locale.o thread-unsafe in libstdc++

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-10 00:10 --- Sounds like a define is not being added so errno turns into a thread safe version ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31117

[Bug libstdc++/31117] c++locale.o thread-unsafe in libstdc++

2007-03-09 Thread craig dot lawson at centrify dot com
--- Comment #2 from craig dot lawson at centrify dot com 2007-03-10 00:15 --- Seems like that define should come from gcc's "-pthread" option so it applies to all source files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31117

[Bug ada/26797] [4.3 regression] ACATS cxh1001 fails

2007-03-09 Thread kenner at vlsi1 dot ultra dot nyu dot edu
--- Comment #41 from kenner at vlsi1 dot ultra dot nyu dot edu 2007-03-10 00:17 --- Subject: Re: [4.3 regression] ACATS cxh1001 fails > It is not possible for a pointer value to be uninitialized. The language > requires all pointers to be default initialized to null. I mean the thin

[Bug target/26090] IA-64 creates DT_TEXTREL binaries

2007-03-09 Thread rth at gcc dot gnu dot org
--- Comment #3 from rth at gcc dot gnu dot org 2007-03-10 00:53 --- Subject: Bug 26090 Author: rth Date: Sat Mar 10 00:53:09 2007 New Revision: 122781 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122781 Log: PR target/26090 * target.h (targetm.asm.out.reloc_rw_

[Bug target/26090] IA-64 creates DT_TEXTREL binaries

2007-03-09 Thread rth at gcc dot gnu dot org
--- Comment #4 from rth at gcc dot gnu dot org 2007-03-10 00:59 --- Subject: Bug 26090 Author: rth Date: Sat Mar 10 00:59:15 2007 New Revision: 122782 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122782 Log: PR target/26090 * target.h (targetm.asm.out.reloc_rw_

[Bug bootstrap/31118] New: Bootstrap failure: darwin.c:1188: error: too many arguments to function 'categorize_decl_for_section

2007-03-09 Thread lucier at math dot purdue dot edu
With this configure and build: #!/bin/tcsh /bin/rm -rf *; env CC=/pkgs/gcc-4.2.0-64/bin/gcc ../configure --build=powerpc64-apple-darwin8.8.0 --host=powerpc64-apple-darwin8.8.0 --target=powerpc64-apple-darwin8.8.0 --with-gmp=/pkgs/gmp-4.2.1-64/ --with-mpfr=/pkgs/gmp-4.2.1-64/ --prefix=/pkgs/gcc-4.3

[Bug bootstrap/31118] Bootstrap failure: darwin.c:1188: error: too many arguments to function 'categorize_decl_for_section

2007-03-09 Thread lucier at math dot purdue dot edu
--- Comment #1 from lucier at math dot purdue dot edu 2007-03-10 01:22 --- [descartes:~/programs/gcc/mainline] gcc-test% cat LAST_UPDATED Fri Mar 9 19:55:23 EST 2007 Sat Mar 10 00:55:23 UTC 2007 (revision 122781M) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31118

[Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1)

2007-03-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #27 from mmitchel at gcc dot gnu dot org 2007-03-10 01:36 --- Andrew indicates that this is fixed in 4.3 in this message: http://gcc.gnu.org/ml/gcc/2007-03/msg00249.html -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21596] [4.0/4.1/4.2/4.3 Regression] extra temporaries when using global register variables

2007-03-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-03-10 01:39 --- In this message: http://gcc.gnu.org/ml/gcc/2007-03/msg00249.html Andre Macleod indicates that this will be difficult to fix in pre-4.3 compilers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21596

[Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1)

2007-03-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #28 from mmitchel at gcc dot gnu dot org 2007-03-10 01:40 --- In this message: http://gcc.gnu.org/ml/gcc/2007-03/msg00249.html Andre Macleod indicates that this will be difficult to fix in pre-4.3 compilers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200

[Bug middle-end/27986] [4.0/4.1/4.2/4.3 Regression] jump to middle of loop on entry with using old version of an variable

2007-03-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-03-10 01:40 --- In this message: http://gcc.gnu.org/ml/gcc/2007-03/msg00249.html Andre Macleod indicates that this will be difficult to fix in pre-4.3 compilers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27986

[Bug inline-asm/23200] [4.0/4.1/4.2/4.3 regression] rejects "i"(&var + 1)

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #29 from pinskia at gcc dot gnu dot org 2007-03-10 01:41 --- (In reply to comment #27) > Andrew indicates that this is fixed in 4.3 in this message: Actually it was only fixed with optimization turned on. It still fails at -O0. -- pinskia at gcc dot gnu dot org changed:

[Bug target/31073] symbol names are not created with stdcall syntax

2007-03-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #10 from dannysmith at users dot sourceforge dot net 2007-03-10 01:51 --- In dlls buit by MS windows native toolchain (eg the win32api system libraries), exported functions are built with __stdcall calling convention, but are exported without any decoration, eg, WinFooFoo is

[Bug c++/20599] variadic template support

2007-03-09 Thread dgregor at gcc dot gnu dot org
--- Comment #12 from dgregor at gcc dot gnu dot org 2007-03-10 01:59 --- Subject: Bug 20599 Author: dgregor Date: Sat Mar 10 01:58:58 2007 New Revision: 122788 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122788 Log: 2007-03-09 Douglas Gregor <[EMAIL PROTECTED]> PR

[Bug c++/20599] variadic template support

2007-03-09 Thread dgregor at gcc dot gnu dot org
--- Comment #13 from dgregor at gcc dot gnu dot org 2007-03-10 02:02 --- Subject: Bug 20599 Author: dgregor Date: Sat Mar 10 02:01:49 2007 New Revision: 122789 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122789 Log: 2007-03-09 Douglas Gregor <[EMAIL PROTECTED]> PR

[Bug middle-end/31115] [4.3 regression] libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic_ostream/inserters_arithmetic/char/6.cc

2007-03-09 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2007-03-10 02:12 --- In response to #2, sorry, but the 6.cc test-case passes with r122747 and fails with r122748 so this regression *is* exposed by your patch; reconfirmed with a different x86_64-unknown-linux-gnu host as well as a i686-pc-li

[Bug middle-end/31116] [4.3 regression] libstdc++ ext/pb_ds/regression/priority_queue_rand.cc

2007-03-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c/17946] wanted: warning for "a && MASK" when "a & MASK" was probably intended

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2007-03-10 02:30 --- on spu-elf, I get: cc1plus: error: unrecognized command line option "-Winvariant-expr"^M FAIL: g++.dg/warn/Wlogical-op-1.C (test for warnings, line 31) FAIL: g++.dg/warn/Wlogical-op-1.C (test for warnings, line

[Bug middle-end/31116] [4.3 regression] libstdc++ ext/pb_ds/regression/priority_queue_rand.cc

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-03-10 02:32 --- On spu-elf, I get: Executing on host: /home/apinski/src/local/gcc/objdir-spu/gcc/xgcc -B/home/apinski/src/local/gcc/objdir-spu/gcc/ /home/apinski/src/local/gcc/gcc/testsuite/gcc.dg/pr28935.c -O3 -ftree-vectorize -

[Bug c/17946] wanted: warning for "a && MASK" when "a & MASK" was probably intended

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2007-03-10 02:33 --- (In reply to comment #15) > on spu-elf, I get: Likewise for the C testcase too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17946

[Bug rtl-optimization/31102] ICE with -O2 -ftracer

2007-03-09 Thread wouter dot vermaelen at pi dot be
lap --enable-checking=release build_alias=i486-linux-gnu host_alias=i486-linux-gnu target_alias=i486-linux-gnu --enable-languages=c,c++ --no-create --no-recursion Thread model: posix gcc version 4.3.0 20070309 (experimental) /home/wouter/gcc/local/libexec/gcc/i486-linux-gnu/4.3.0/cc1plus -quiet

<    1   2