[Bug libstdc++/43014] map [] behaviour is inconsistent

2010-02-09 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-02-09 23:51 --- Grr, I noticed another typo in my reply, I meant of course "third find", not "first find". Only the outcome of the third find was at issue, anyway. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43014

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-09 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2010-02-10 00:20 --- Subject: Re: Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5 The main email-related functionality for GCC is: all bugs in the "gcc" product automatically get CC:ed to gcc-bugs@gcc.gnu.org (maybe other lists depe

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-09 Thread LpSolit at netscape dot net
--- Comment #14 from LpSolit at netscape dot net 2010-02-10 00:29 --- (In reply to comment #13) > Email replies get > body and attachments automatically entered in the relevant bug, with an > account created for the sender if they didn't already have one. If you > preserve that, most

[Bug target/43004] sparc 64-bit stack slot allocation overlaps with alloca

2010-02-09 Thread davem at gcc dot gnu dot org
--- Comment #3 from davem at gcc dot gnu dot org 2010-02-10 00:49 --- I've root caused this to the Linux kernel not 16-byte aligning thread stacks when using the clone() system call (it was enforcing only 8-byte alignment), and also signal stacks. The seconday mem TFmode stack slot was

[Bug middle-end/42577] [4.4 Regression] array bounds false positive with -O3, goes away with -O2

2010-02-09 Thread matt at use dot net
--- Comment #12 from matt at use dot net 2010-02-10 01:26 --- I haven't had any issues come up with this in the last month, testing with a new profiledbootstrap of GCC trunk every week or so. Can this be backported to 4.4 now? Or is there some specific testing you'd like me to do? Let me

[Bug middle-end/42973] [4.4/4.5 regression] IRA apparently systematically making reload too busy on 2 address instructions with 3 operands

2010-02-09 Thread vmakarov at gcc dot gnu dot org
--- Comment #7 from vmakarov at gcc dot gnu dot org 2010-02-10 02:07 --- Subject: Bug 42973 Author: vmakarov Date: Wed Feb 10 02:07:22 2010 New Revision: 156641 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156641 Log: 2010-02-09 Vladimir Makarov PR middle-end/4297

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-09 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2010-02-10 02:29 --- Subject: Re: Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5 On Wed, 10 Feb 2010, LpSolit at netscape dot net wrote: > --- Comment #14 from LpSolit at netscape dot net 2010-02-10 00:29 --- > (In reply to

[Bug fortran/42999] [4.5 Regression] bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression

2010-02-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-02-10 03:31 --- Subject: Bug 42999 Author: jvdelisle Date: Wed Feb 10 03:31:02 2010 New Revision: 156642 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156642 Log: 2010-02-09 Jerry DeLisle PR fortran/42999

[Bug fortran/42999] [4.5 Regression] bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression

2010-02-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2010-02-10 03:34 --- Subject: Bug 42999 Author: jvdelisle Date: Wed Feb 10 03:34:33 2010 New Revision: 156643 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156643 Log: 2010-02-09 Jerry DeLisle PR fortran/42999

[Bug libstdc++/43014] map [] behaviour is inconsistent

2010-02-09 Thread gcc_bugzilla dot 20 dot marcelitom at inboxclean dot com
--- Comment #5 from gcc_bugzilla dot 20 dot marcelitom at inboxclean dot com 2010-02-10 04:00 --- Thanks Andrew and Paolo, apologies for my mistake. I have learnt something. According to what you wrote, a "seemingly natural" code like for(;;) { sElement = SomeString(...); i

[Bug c++/40058] C++ FE generates struct assignments with mismatched sizes

2010-02-09 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2010-02-10 05:46 --- Your comment to the patch that removed LANG_HOOKS_EXPR_SIZE suggests that this isn't a problem anymore: http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01593.html -- jason at gcc dot gnu dot org changed:

<    1   2