[Bug tree-optimization/50031] Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc

2011-08-09 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50031 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #2 from Ir

[Bug fortran/46328] [OOP] type-bound operator call with non-trivial polymorphic operand

2011-08-09 Thread damian at rouson dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46328 Damian Rouson changed: What|Removed |Added CC||damian at rouson dot net --- Comment #2 f

[Bug rtl-optimization/49977] [4.7 Regression] CFI notes are missed for delayed slot

2011-08-09 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49977 Kazumoto Kojima changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug tree-optimization/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 --- Comment #7 from Hans-Peter Nilsson 2011-08-10 00:00:28 UTC --- (In reply to comment #4) > Created attachment 24959 [details] > patch > > Patch I'm testing. Me too: fixes the bug with no regressions for cris-elf at r177605. Thanks. What do

[Bug target/50022] [4.7 regression] "incorrect condition in IT block" when building mozilla code base for ARM

2011-08-09 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #34 from Jack Howarth 2011-08-09 22:00:59 UTC --- (In reply to comment #33) > The patches are wrong, so, I don't favor them. The patch to fix this, is the > patch to either boost things to -fno-common, or to fix trim_filename. I am

[Bug c++/50034] New: Overload selection failure within class template

2011-08-09 Thread crowl at gcc dot gnu.org
Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: cr...@gcc.gnu.org The following code fails to compile with g++ (GCC) 4.7.0 20110809 (experimental) [trunk revision 177606] template class implicit { private: static From from_type(); static

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #42 from H.J. Lu 2011-08-09 21:21:35 UTC --- (In reply to comment #41) > (In reply to comment #39) > > Created attachment 24967 [details] > > Patch that recognizes addresses, zero-extended with AND > > > > Attached patch adds recogni

[Bug c++/50033] Failing ADL for template-id function call

2011-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #33 from Mike Stump 2011-08-09 20:58:15 UTC --- The patches are wrong, so, I don't favor them. The patch to fix this, is the patch to either boost things to -fno-common, or to fix trim_filename.

[Bug c++/50033] Failing ADL for template-id function call

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 --- Comment #2 from Jonathan Wakely 2011-08-09 20:59:33 UTC --- G++ is correct, and EDG and Clang agree

[Bug fortran/44698] I/O: FLUSH does not actually flush the buffer?

2011-08-09 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44698 PcX changed: What|Removed |Added CC||xunxun1982 at gmail dot com --- Comment #10 from Pc

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #32 from Iain Sandoe 2011-08-09 20:28:54 UTC --- testing this (all languages, lto bootstrap, compare debug) on darwin 9. will post comment 6 for review (it's a tidy up anyway unless there's some gotcha reason for not doing it on some

[Bug tree-optimization/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 --- Comment #6 from Hans-Peter Nilsson 2011-08-09 20:25:14 UTC --- (In reply to comment #5) > BIGGEST_ALIGNMENT is the > "biggest alignment that any data type can require on this machine, in bits" > "this is not the biggest alignment that is supp

[Bug fortran/49993] arrays declared as parameter are not allocated in read-only memory

2011-08-09 Thread arnaud02 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49993 --- Comment #3 from Arnaud Desitter 2011-08-09 20:24:59 UTC --- "static int ia[] = { 2 };" is equivalent to "integer, save :: ia(1) = (/ 2 /)". Anyway, the C example was there to show that allocating a constant array in the rodata section is poss

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #31 from Jack Howarth 2011-08-09 20:23:01 UTC --- (In reply to comment #27) > So, the fix is trivial but you guys are wondering in the weeds. Make the > symbols unique and be done with it, that, or remove one of them. You are > gett

[Bug rtl-optimization/50030] sin optimized in sinf at -O2

2011-08-09 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50030 vincenzo Innocente changed: What|Removed |Added Summary|Regression: sin optimized |sin optimized in sinf at

[Bug c++/50033] Failing ADL for template-id function call

2011-08-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 --- Comment #1 from Andrew Pinski 2011-08-09 19:51:15 UTC --- ADL does not work this way. It only works when it is just a name and not a template-id.

[Bug c++/50033] New: Failing ADL for template-id function call

2011-08-09 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 Bug #: 50033 Summary: Failing ADL for template-id function call Classification: Unclassified Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority

[Bug tree-optimization/49948] ICE with -ftree-parallelize-loops: "address taken, but ADDRESSABLE bit not set"

2011-08-09 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49948 --- Comment #10 from Georg-Johann Lay 2011-08-09 19:27:12 UTC --- Thanks, Ulrich fixed it: http://gcc.gnu.org/viewcvs?view=revision&revision=177594

[Bug rtl-optimization/50030] Regression: sin optimized in sinf at -O2

2011-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50030 --- Comment #1 from Paolo Carlini 2011-08-09 19:02:59 UTC --- Regression from? Because 4.1.x already performed the transformation ;) Not to say the issue can't be serious, but normally we use Regression in the Summary only in the form [XXX Regre

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #41 from H.J. Lu 2011-08-09 18:59:46 UTC --- (In reply to comment #39) > Created attachment 24967 [details] > Patch that recognizes addresses, zero-extended with AND > > Attached patch adds recognision of addresses, zero-extended wit

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #30 from Iain Sandoe 2011-08-09 18:57:36 UTC --- so, if we have no regressions from omitting the "-c" we might conclude that things have changed since then ;-) === simple testcase: $ cat /Volumes/ScratchCS/tests/statlib.c int com

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #40 from H.J. Lu 2011-08-09 18:50:10 UTC --- (In reply to comment #39) > Created attachment 24967 [details] > Patch that recognizes addresses, zero-extended with AND > > Attached patch adds recognision of addresses, zero-extended wit

[Bug spam/50000] 50k get!!! GCC is great!

2011-08-09 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Douglas Mencken changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 from Douglas Menc

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #39 from Uros Bizjak 2011-08-09 18:37:37 UTC --- Created attachment 24967 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24967 Patch that recognizes addresses, zero-extended with AND Attached patch adds recognision of addresses,

[Bug web/49935] Upgrade GCC Bugzilla to 4.0.2

2011-08-09 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49935 Frédéric Buclin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #29 from Mike Stump 2011-08-09 17:55:15 UTC --- >From the thread last time we talked about this code: http://gcc.gnu.org/ml/gcc-patches/2002-12/msg01183.html

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #28 from Iain Sandoe 2011-08-09 17:41:25 UTC --- (In reply to comment #27) > So, the fix is trivial but you guys are wondering in the weeds. Make the > symbols unique and be done with it, that, or remove one of them. You are > getti

[Bug c/50032] New: Bad optimization with sin/cos

2011-08-09 Thread fbafelipe at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50032 Summary: Bad optimization with sin/cos Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug tree-optimization/50029] nowrap_type_p encounters void TREE_TYPE

2011-08-09 Thread nash11228 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50029 nash,steve changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/50031] Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc

2011-08-09 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50031 --- Comment #1 from Michael Meissner 2011-08-09 17:38:23 UTC --- Created attachment 24965 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24965 Patch to avoid the problem by optionally disabling vector 32-bit to 64-bit conversions.

[Bug tree-optimization/50031] New: Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc

2011-08-09 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50031 Summary: Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #27 from Mike Stump 2011-08-09 17:29:28 UTC --- So, the fix is trivial but you guys are wondering in the weeds. Make the symbols unique and be done with it, that, or remove one of them. You are getting hung up on darwin -c stuff, ig

[Bug rtl-optimization/50030] New: Regression: sin optimized in sinf at -O2

2011-08-09 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50030 Summary: Regression: sin optimized in sinf at -O2 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedT

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-09 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 --- Comment #15 from Søren Holm 2011-08-09 17:19:06 UTC --- Sweet. Thanks Martin :)

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/50022] [4.7 regression] "incorrect condition in IT block" when building mozilla code base for ARM

2011-08-09 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 Ramana Radhakrishnan changed: What|Removed |Added AssignedTo|unassigned at gcc dot |ramana at gcc dot gnu.org

[Bug target/50022] [4.7 regression] "incorrect condition in IT block" when building mozilla code base for ARM

2011-08-09 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 Ramana Radhakrishnan changed: What|Removed |Added Keywords||wrong-code Status|UNCO

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 --- Comment #13 from Martin Jambor 2011-08-09 16:33:01 UTC --- Author: jamborm Date: Tue Aug 9 16:32:59 2011 New Revision: 177604 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177604 Log: 2011-08-09 Martin Jambor PR middle-end/4

[Bug tree-optimization/50029] nowrap_type_p encounters void TREE_TYPE

2011-08-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50029 --- Comment #1 from Andrew Pinski 2011-08-09 16:13:53 UTC --- >if TREE_CODE (base) == SSA_NAME, the TREE_TYPE (base) is void, which can introduce segfault. No, the TREE_TYPE of a SSA_NAME should be correct. I think you need to debug why you hav

[Bug target/50022] [4.7 regression] "incorrect condition in IT block" when building mozilla code base for ARM

2011-08-09 Thread Greta.Yorsh at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 Greta Yorsh changed: What|Removed |Added CC||Greta.Yorsh at arm dot com --- Comment #2 f

[Bug middle-end/47653] [4.6/4.7 Regression] gcc.c-torture/execute/930614-2.c FAILs with -fstack-check=generic -fgraphite-identity

2011-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47653 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #26 from Iain Sandoe 2011-08-09 15:40:38 UTC --- (In reply to comment #25) > (In reply to comment #23) > > > and ... watch out for the first case matching all darwin ;-) and the second > > never firing. > > Why would you say that?

[Bug tree-optimization/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 --- Comment #5 from Hans-Peter Nilsson 2011-08-09 15:38:32 UTC --- (In reply to comment #3) Thanks for looking. > hp, can you maybe answer the question about correctness for aligns > bigger than BIGGEST_ALIGNMENT? I'm not completely sure what y

[Bug tree-optimization/50029] New: nowrap_type_p encounters void TREE_TYPE

2011-08-09 Thread nash11228 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50029 Summary: nowrap_type_p encounters void TREE_TYPE Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #25 from Jack Howarth 2011-08-09 15:30:54 UTC --- (In reply to comment #23) > and ... watch out for the first case matching all darwin ;-) and the second > never firing. Why would you say that? I believe we have many instances of *

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #24 from Jack Howarth 2011-08-09 15:27:34 UTC --- Then you will also want to adjust the original toplevel configure change... Author: mrs Date: Fri Mar 19 10:19:52 2010 New Revision: 157563 URL: http://gcc.gnu.org/viewcvs?root=gcc&v

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 Rainer Orth changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #8 from Rainer Orth 2011-08-09 15:12:53 UTC --- Created attachment 24963 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24963 corresponding assembler output

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #7 from Rainer Orth 2011-08-09 15:11:57 UTC --- Created attachment 24962 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24962 reduced testcase

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-08-09 15:10:25 UTC --- > --- Comment #3 from Jakub Jelinek 2011-08-03 > 16:37:36 UTC --- > So what values it printed? Did it print -2.0 and 9.0 in some iterations? > The final merging

[Bug tree-optimization/45522] PRE misses oppurtunity for statement folding.

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45522 Richard Guenther changed: What|Removed |Added Last reconfirmed|2010-10-28 20:41:46 |2011-08-09 20:41:46 Summary

[Bug tree-optimization/39870] VRP can't see through cast to unsigned

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39870 --- Comment #15 from Richard Guenther 2011-08-09 14:58:53 UTC --- VRP optimizes the testcase form comment #12, it doesn't optimize the original one because there we deal with symbolic ranges.

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #23 from Iain Sandoe 2011-08-09 14:49:19 UTC --- (In reply to comment #22) > or more correctly just... > > Index: gcc/configure.ac > === > --- gcc/configure.ac(revis

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #5 from Jonathan Wakely 2011-08-09 14:39:44 UTC --- that last link should be http://gcc.gnu.org/wiki/VerboseDiagnostics#undefined_reference_to_.60S::a.27 (I'm not sure why the "Permalink" doesn't work)

[Bug rtl-optimization/50026] [4.7 Regression] Revision 177575 caused many test failures

2011-08-09 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50026 --- Comment #1 from Vladimir Makarov 2011-08-09 14:35:27 UTC --- Author: vmakarov Date: Tue Aug 9 14:35:21 2011 New Revision: 177599 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177599 Log: 2011-08-09 Vladimir Makarov PR target

[Bug middle-end/49990] Regression: Bootstrap failure for x86_64-*-mingw32 in libfortran

2011-08-09 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49990 --- Comment #6 from Vladimir Makarov 2011-08-09 14:35:26 UTC --- Author: vmakarov Date: Tue Aug 9 14:35:21 2011 New Revision: 177599 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177599 Log: 2011-08-09 Vladimir Makarov PR target

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #22 from Jack Howarth 2011-08-09 14:35:18 UTC --- or more correctly just... Index: gcc/configure.ac === --- gcc/configure.ac(revision 177598) +++ gcc/configure.ac

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread protocolocon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #4 from protocolocon 2011-08-09 14:32:04 UTC --- (In reply to comment #3) > and PR 42101 > > and finally, > http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition Thanks for the fast replay and sorry for submitti

[Bug tree-optimization/25145] missed VRP opportunity

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25145 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #21 from Iain Sandoe 2011-08-09 14:26:36 UTC --- (In reply to comment #20) > I wonder if addressing... > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554#c15 > > would help such that the change in r157563 is extended to gcc/confi

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #20 from Jack Howarth 2011-08-09 14:19:34 UTC --- I wonder if addressing... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554#c15 would help such that the change in r157563 is extended to gcc/configure[.ac] would make any difference

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #3 from Jonathan Wakely 2011-08-09 14:16:03 UTC --- and PR 42101 and finally, http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #19 from Iain Sandoe 2011-08-09 14:10:46 UTC --- (In reply to comment #18) > The radr://6320843, "duplicate symbols from static libraries not properly > ignored", has been open since 26-Oct-2008. I later opened radr://6733684, > "dupl

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread protocolocon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #1 from protocolocon 2011-08-09 13:55:05 UTC --- Created attachment 24961 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24961 Intermediate assembly code

[Bug c++/50028] New: Ternary operator and static const member variable

2011-08-09 Thread protocolocon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 Summary: Ternary operator and static const member variable Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: un

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #18 from Jack Howarth 2011-08-09 13:52:29 UTC --- The radr://6320843, "duplicate symbols from static libraries not properly ignored", has been open since 26-Oct-2008. I later opened radr://6733684, "duplicate symbols in static libs no

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-08-09 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 --- Comment #24 from hjl at gcc dot gnu.org 2011-08-09 13:24:07 UTC --- Author: hjl Date: Tue Aug 9 13:24:04 2011 New Revision: 177592 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177592 Log: Also permute zero-extend and addition of co

[Bug tree-optimization/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 --- Comment #4 from Richard Guenther 2011-08-09 13:22:23 UTC --- Created attachment 24959 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24959 patch Patch I'm testing.

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-08-09 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 --- Comment #23 from hjl at gcc dot gnu.org 2011-08-09 13:22:10 UTC --- Author: hjl Date: Tue Aug 9 13:22:05 2011 New Revision: 177591 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177591 Log: Revert fix for PR middle-end/49721. 2011-0

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #17 from Iain Sandoe 2011-08-09 13:15:26 UTC --- the use of "-c" (for libbackend.a) was introduced by http://gcc.gnu.org/viewcvs?view=revision&revision=84088 without any specific comment as to why it was done. trying *-darwin9 and x8

[Bug target/48108] lto should be containerized in a single mach-o section on darwin

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48108 Iain Sandoe changed: What|Removed |Added Attachment #24712|0 |1 is obsolete|

[Bug libstdc++/1773] __cplusplus defined to 1, should be 199711L

2011-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773 --- Comment #113 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-08-09 12:56:20 UTC --- As you've probably seen, I've cleaned up and tested Marc's patches over the weekend, threw some more testing (Solaris 8/9/10) in yesterday, and posted the results

[Bug tree-optimization/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED Component|middle-end

[Bug libgomp/48841] [regression] lot more libgomp testsuite failures compared to 4.4.5

2011-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48841 --- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-08-09 12:16:59 UTC --- > I don't think it is the path, but it is possible I just didn't notice a > not-enough temp space error; the other possibillity is some > transient/intermittent er

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #16 from Iain Sandoe 2011-08-09 11:56:33 UTC --- (In reply to comment #12) > (In reply to comment #10) > > This is radar://6320843 "duplicate symbols from static libraries not > > properly > > ignored" revisiting us... > > hm I doub

[Bug middle-end/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/50014] [4.7 Regression] Assertion failed in vect_get_vec_def_for_stmt_copy

2011-08-09 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50014 Ira Rosen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #15 from Iain Sandoe 2011-08-09 10:17:45 UTC --- ld doesn't "ignore" anything - the rules it is (supposed) to use are there in "man ld". however suppose: object.o : contains (public) symbols foo and bar library.a : contains (public

[Bug rtl-optimization/50026] [4.7 Regression] Revision 177575 caused many test failures

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50026 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug other/50027] gettext 1.8.1.1 do not compile for me on freebsd 8.2

2011-08-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50027 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Version|unknown

[Bug tree-optimization/50021] -Wsuggest-attribute=pure makes obviously-incorrect suggestion

2011-08-09 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021 --- Comment #3 from rguenther at suse dot de 2011-08-09 08:27:16 UTC --- On Mon, 8 Aug 2011, hubicka at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021 > > --- Comment #2 from Jan Hubicka 2011-08-08 > 20:48:51 UTC -

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-09 Thread cgl_lgs at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 好小爱新 changed: What|Removed |Added CC||cgl_lgs at 163 dot com --- Comment #11 from 好小爱新

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-09 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #38 from uros at gcc dot gnu.org 2011-08-09 07:38:07 UTC --- Author: uros Date: Tue Aug 9 07:38:02 2011 New Revision: 177583 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177583 Log: PR target/49781 * config/i386/i386.

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-09 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 --- Comment #12 from Søren Holm 2011-08-09 07:37:30 UTC --- Great. I asked because other bugfixes has been commited both places in a single commit. :)

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 --- Comment #11 from Martin Jambor 2011-08-09 07:16:06 UTC --- (In reply to comment #10) > Sweet, but why is it not applied to gcc-4_6-branch ? Because I have started the final bootstrap and test on the branch only a few minutes ago. If it succ