[Bug tree-optimization/19049] not vectorizing a fortran loop

2010-11-09 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19049 Ira Rosen changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|irar at il dot ibm.com

[Bug fortran/46331] Compilation time long with simple function in array constructor

2010-11-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46331 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2010-11-09

[Bug middle-end/46221] [4.6 Regression] huge number of c++ testsuite failures, libstdc++.so alias missing

2010-11-09 Thread howarth at nitro dot med.uc.edu
.c scan-assembler jelly at -m32 on x86_64-apple-darwin10 with errors of the form... Executing on host: /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101109/gcc/testsuite/gcc.target

[Bug other/46268] gengtype warning when GTY(()) markers have no effect

2010-11-09 Thread lauras at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46268 Laurynas Biveinis changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/46331] Compilation time long with simple function in array constructor

2010-11-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46331 --- Comment #4 from Jerry DeLisle 2010-11-10 04:58:23 UTC --- Author: jvdelisle Date: Wed Nov 10 04:58:16 2010 New Revision: 166520 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166520 Log: 2010-11-09 Jerry DeLisle Mikael Mori

[Bug driver/42690] Undefined reference errors with -flto -fuse-linker-plugin

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42690 Dave Korn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/40436] [4.5/4.6 regression] 0.5% code size regression caused by r147852

2010-11-09 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40436 --- Comment #37 from Jan Hubicka 2010-11-10 02:35:23 UTC --- Author: hubicka Date: Wed Nov 10 02:35:19 2010 New Revision: 166517 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166517 Log: PR tree-optimization/40436 * ipa-inline.c

[Bug fortran/46405] New: Preprocessor generated code can exceed 132 characters

2010-11-09 Thread w6ws at earthlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46405 Summary: Preprocessor generated code can exceed 132 characters Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assi

[Bug target/45478] __attribute__((__target__())) causes crashes at various places

2010-11-09 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45478 --- Comment #5 from Zdenek Sojka 2010-11-10 01:28:36 UTC --- Created attachment 22361 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22361 another testcase This was reduced from gcc.target/i386/funcspec-3.c Compiler output: $ gcc -O2 -fno-

[Bug middle-end/46404] New: [4.6 Regression] ICE: definition in block 5 does not dominate use in block 32 with -O -fgraphite-identity -fno-tree-scev-cprop

2010-11-09 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46404 Summary: [4.6 Regression] ICE: definition in block 5 does not dominate use in block 32 with -O -fgraphite-identity -fno-tree-scev-cprop Product: gcc Version: 4.6.0

[Bug tree-optimization/35290] Missing dead store elimination

2010-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35290 Andrew Pinski changed: What|Removed |Added Keywords||TREE Last reconfirmed|2008-02-22 10:48:

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 Dave Korn changed: What|Removed |Added Attachment #22358|0 |1 is obsolete|

[Bug middle-end/35290] Missing dead store elimination

2010-11-09 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35290 --- Comment #2 from davidxl 2010-11-09 23:11:38 UTC --- This seems resolved in trunk gcc. David

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #12 from Dave Korn 2010-11-09 23:08:40 UTC --- (In reply to comment #11) > (In reply to comment #10) > > I wouldn't worry about bool for this code. > > > > I'm not sure that int64_t is sure to be defined. uint64_t is in the > > con

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #11 from Dave Korn 2010-11-09 23:07:45 UTC --- (In reply to comment #10) > I wouldn't worry about bool for this code. > > I'm not sure that int64_t is sure to be defined. uint64_t is in the configure > script and so will be defined

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 Benjamin Kosnik changed: What|Removed |Added CC||bkoz at gcc dot gnu.org --- Comment #10

[Bug tree-optimization/46403] New: inefficient PRE bloat code size

2010-11-09 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46403 Summary: inefficient PRE bloat code size Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassi

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #10 from Ian Lance Taylor 2010-11-09 22:24:59 UTC --- I wouldn't worry about bool for this code. I'm not sure that int64_t is sure to be defined. uint64_t is in the configure script and so will be defined for sure. This is going to

[Bug fortran/46402] libquadmath: Add fmalq

2010-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46402 --- Comment #1 from Tobias Burnus 2010-11-09 22:19:59 UTC --- Currently latest version of libquad: http://gcc.gnu.org/ml/fortran/2010-11/msg00173.html

[Bug fortran/46402] New: libquadmath: Add fmalq

2010-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46402 Summary: libquadmath: Add fmalq Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #13 from ro at CeBiTec dot Uni-Bielefeld.DE 2010-11-09 22:17:31 UTC --- > I hope the respin will render this moot. Right, our mails crossed :-) Thanks. Rainer

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE 2010-11-09 22:13:39 UTC --- > How about this? Compiles OK on i686-pc-cygwin with -std=c89 added to the > cflags. Haven't tried yet, but wouldn't it be cleaner to use code as in gcc/system.h

[Bug libfortran/46373] fflush called when reading from a string

2010-11-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46373 --- Comment #8 from Jerry DeLisle 2010-11-09 22:12:07 UTC --- Aside from Janne's comments about getting rid of this function completely, I think the little fix is a candidate for back port to 4.4 and 4.5. What do you think Janne?

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #12 from Dave Korn 2010-11-09 22:08:49 UTC --- (In reply to comment #11) > > --- Comment #7 from Dave Korn 2010-11-09 > > 21:21:07 UTC --- > > > I would expect so, but haven't audited the code. Of course, we *have* a c99 > > compi

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE 2010-11-09 22:06:57 UTC --- > --- Comment #7 from Dave Korn 2010-11-09 21:21:07 > UTC --- > I would expect so, but haven't audited the code. Of course, we *have* a c99 > compiler availabl

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 Dave Korn changed: What|Removed |Added Attachment #22355|0 |1 is obsolete|

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 Dave Korn changed: What|Removed |Added Attachment #22354|0 |1 is obsolete|

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #7 from Dave Korn 2010-11-09 21:54:31 UTC --- (In reply to comment #6) > The LTO plugin is a fairly small piece of code; how hard would it be to > eliminate any C99 dependencies? Just looking at that now in response to Eric's comment

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #6 fro

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #9 from Dave Korn 2010-11-09 21:35:09 UTC --- (In reply to comment #6) > > How about if we make building the plugin conditional on having c99 > > available? > > That wouldn't be consistent with us currently requiring only a C90 comp

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #8 from Eric Botcazou 2010-11-09 21:31:59 UTC --- > I would expect so, but haven't audited the code. Of course, we *have* a c99 > compiler available after stage 1; is there a way to disable lto-plugin just > during stage1/non-bootstr

[Bug c++/46401] New: [4.5/4.6 Regression] very slow compile time with -Wsequence-point

2010-11-09 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46401 Summary: [4.5/4.6 Regression] very slow compile time with -Wsequence-point Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #7 from Dave Korn 2010-11-09 21:21:07 UTC --- (In reply to comment #6) > > How about if we make building the plugin conditional on having c99 > > available? > > That wouldn't be consistent with us currently requiring only a C90 comp

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #5 from Dave Korn 2010-11-09 21:04:29 UTC --- BTW note that this needs a run of autoheader in the lto-plugin dir, as well as autoconf there and at top-level.

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #5 from Dave Korn 2010-11-09 21:03:50 UTC --- > (Don't forget to regenerate the two configure files, And run autoheader in lto-plugin, I should have added there.

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 --- Comment #4 from Dave Korn 2010-11-09 21:00:47 UTC --- Created attachment 22354 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22354 proposed patch ISTM the main issue (common to this and Bug 46397) is C99, so this patch adds a test for

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 --- Comment #4 from Dave Korn 2010-11-09 21:00:57 UTC --- Created attachment 22355 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22355 first spin of trial patch How about if we make building the plugin conditional on having c99 available?

[Bug bootstrap/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362 Dave Korn changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/46397] lto-plugin.c does not build on Solaris 10/SPARC

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46397 Dave Korn changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/19049] not vectorizing a fortran loop

2010-11-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19049 Thomas Koenig changed: What|Removed |Added Last reconfirmed|2007-07-09 07:42:10 |2010-11-09 CC|

[Bug tree-optimization/45971] [4.6 Regression] ice in vect_update_ivs_after_vectorizer

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45971 --- Comment #10 from Sebastian Pop 2010-11-09 20:05:13 UTC --- Created attachment 22353 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22353 patch The attached patch solves the problem. Not yet tested other than this PR's testcase.

[Bug tree-optimization/45971] [4.6 Regression] ice in vect_update_ivs_after_vectorizer

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45971 Sebastian Pop changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|UNCONFIRMED Ever Confirmed|1

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 --- Comment #8 from Paolo Carlini 2010-11-09 19:55:49 UTC --- Thanks.

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 --- Comment #7 from Ian Lance Taylor 2010-11-09 19:55:05 UTC --- Created attachment 22352 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22352 Possible patch This is the patch I tested which drops the inner "()".

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/28627] [cygwin/mingw32] Missing dllimport diagnostic

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28627 --- Comment #3 from Dave Korn 2010-11-09 19:50:53 UTC --- (In reply to comment #2) > As we want to keep here errors instead of warnings and the cgraph pass is > modeled that way that the diagnostic of second error isn't possible, I decided > to a

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #5 from Paolo Carlini 2010-11-09 19:44:16 UTC --- Created attachment 22351 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22351 gzipped .ii

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/46387] [4.6 Regression] ICE in add_stores, at var-tracking.c:5415

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46387 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #3 from Michael Strashun 2010-11-09 19:36:37 UTC --- It seems to me that bug reporting guideline prohibits attaching archives, but, probably, I have misunderstood. I ll try to do my best at reducing, but it is not fast and easy task

[Bug target/43808] [4.6 Regression] -fipa-reference -fschedule-insns -fstrict-aliasing causes two gfortran check failures

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43808 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/46319] LTO plugin test failures with --with-build-config=bootstrap-lto --with-plugin-ld=ld

2010-11-09 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319 Dave Korn changed: What|Removed |Added Keywords||patch URL|

[Bug target/43808] [4.6 Regression] -fipa-reference -fschedule-insns -fstrict-aliasing causes two gfortran check failures

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43808 --- Comment #13 from Jakub Jelinek 2010-11-09 19:31:48 UTC --- Author: jakub Date: Tue Nov 9 19:31:45 2010 New Revision: 166509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166509 Log: PR target/43808 * cfgexpand.c (partition_s

[Bug tree-optimization/46036] [4.6 Regression] verify_ssa failed: definition in block 3 follows the use

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46036 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/46036] [4.6 Regression] verify_ssa failed: definition in block 3 follows the use

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46036 --- Comment #4 from Sebastian Pop 2010-11-09 19:23:47 UTC --- Author: spop Date: Tue Nov 9 19:23:43 2010 New Revision: 166508 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166508 Log: Fix PR46036. 2010-11-09 Sebastian Pop PR tr

[Bug testsuite/45663] [4.6 regression] New test failures

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45663 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug debug/46171] [4.6 Regression] ICE: in gen_rtx_SUBREG, at emit-rtl.c:774 with -fno-tree-dce -g

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46171 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/45902] CPU2006 benchmark sphinx3 fails with vectorization

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45902 Sebastian Pop changed: What|Removed |Added CC||spop at gcc dot gnu.org --- Comment #15 f

[Bug tree-optimization/45314] [4.5 Regression] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/45314] [4.5 Regression] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314 --- Comment #12 from Sebastian Pop 2010-11-09 19:15:39 UTC --- Author: spop Date: Tue Nov 9 19:15:36 2010 New Revision: 166507 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166507 Log: Fix Changelog entry. 2010-11-09 Sebastian Pop

[Bug tree-optimization/45314] [4.5 Regression] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314 --- Comment #11 from Sebastian Pop 2010-11-09 19:15:19 UTC --- The patch fixing this has been committed with the wrong PR number on: Author: spop Date: Tue Nov 9 19:08:57 2010 New Revision: 166506 URL: http://gcc.gnu.org/viewcvs?root=gcc&view

[Bug tree-optimization/45902] CPU2006 benchmark sphinx3 fails with vectorization

2010-11-09 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45902 --- Comment #14 from Sebastian Pop 2010-11-09 19:09:01 UTC --- Author: spop Date: Tue Nov 9 19:08:57 2010 New Revision: 166506 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166506 Log: Fix PR45314: backport revision 163123. 2010-11-09

[Bug testsuite/45663] [4.6 regression] New test failures

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45663 --- Comment #5 from Jakub Jelinek 2010-11-09 19:06:09 UTC --- Author: jakub Date: Tue Nov 9 19:06:06 2010 New Revision: 166505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166505 Log: PR middle-end/45663 * gcc.dg/guality/sra-1.

[Bug debug/46171] [4.6 Regression] ICE: in gen_rtx_SUBREG, at emit-rtl.c:774 with -fno-tree-dce -g

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46171 --- Comment #4 from Jakub Jelinek 2010-11-09 19:04:48 UTC --- Author: jakub Date: Tue Nov 9 19:04:44 2010 New Revision: 166504 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166504 Log: PR debug/46171 * df-problems.c (struct dead

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #15 from Tobias Burnus 2010-11-09 18:42:52 UTC --- (In reply to comment #14) > However, GFC_MAX_SYMBOL_LEN is only: >GFC_MAX_SYMBOL_LEN*2+4 = 63*2+4 = 130 characters Sorry, GFC_MAX_SYMBOL_LEN is only 63 characters. The other was

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #1 from Michael Strashun 2010-11-09 18:40:38 UTC --- Preprocessed file to compile (too large to attach ): http://www.mstr.lv/test_case.cpp

[Bug c++/46400] New: g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Summary: g++ Segmentation Fault on heavily templated project. Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo:

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #14 from Steve Kargl 2010-11-09 18:27:49 UTC --- On Tue, Nov 09, 2010 at 05:59:17PM +, janus at gcc dot gnu.org wrote: > > Index: gcc/fortran/class.c > === > --- gcc

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #13 from Tobias Burnus 2010-11-09 18:24:28 UTC --- (In reply to comment #11) > + char tmp[GFC_MAX_SYMBOL_LEN]; > + strcpy (&tmp[0], derived->name); > + sprintf (string, "%s_%s", ns->proc_name->name, tmp); > +

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #12 from Tobias Burnus 2010-11-09 18:16:06 UTC --- I think one needs to add all names to the namespace: ___ ___ etc. (Note: This can give extremely long variable names; I am not sure how assemblers handle those.) Note: I see a

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 Paolo Carlini changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #5

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug c++/46269] [trans-mem] internal compiler error in expand_block_tm of trans-mem.c

2010-11-09 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46269 --- Comment #4 from Richard Henderson 2010-11-09 18:06:35 UTC --- Since updateBuildingSite is transaction_callable, not transaction_safe, we should handle this no matter how the other functions are annotated. When atomic_exchange_and_add is not

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #11 from janus at gcc dot gnu.org 2010-11-09 17:59:04 UTC --- (In reply to comment #10) > > One way to fix this is to use the top-level namespace (i.e. program or > > module) > > for the naming of the internal symbols, instead of the d

[Bug rtl-optimization/46387] [4.6 Regression] ICE in add_stores, at var-tracking.c:5415

2010-11-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46387 --- Comment #5 from Jakub Jelinek 2010-11-09 17:48:04 UTC --- The problem is when processing (insn:TI 75 270 251 5 (cond_exec (eq (reg:BI 262 p6 [394]) (const_int 0 [0])) (set (mem/c/i:SI (reg/f:DI 32 r33 [409]) [2 x+0 S4 A64]

[Bug c++/46269] [trans-mem] internal compiler error in expand_block_tm of trans-mem.c

2010-11-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46269 Aldy Hernandez changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|unassigned a

[Bug target/44759] mn10300.md signed/unsigned comparisons

2010-11-09 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44759 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread gcc-bugzilla at contacts dot eelis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 --- Comment #3 from Eelis 2010-11-09 17:26:40 UTC --- (In reply to comment #2) > I'm pretty sure to have seen this behavior mentioned already... You may be thinking of bug #36002. That one was about errors emitted during compilation, and has bee

[Bug tree-optimization/46377] [4.6 regression] incorrect scalarization (3)

2010-11-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46377 --- Comment #4 from Martin Jambor 2010-11-09 17:25:04 UTC --- Patch submitted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00933.html

[Bug target/44755] picochip.md enum types mismatch

2010-11-09 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44755 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/46351] [4.6 regression] incorrect scalarization (2)

2010-11-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46351 --- Comment #5 from Martin Jambor 2010-11-09 17:24:50 UTC --- Patch submitted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00933.html

[Bug target/44759] mn10300.md signed/unsigned comparisons

2010-11-09 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44759 --- Comment #1 from Jorn Wolfgang Rennecke 2010-11-09 17:23:11 UTC --- Author: amylaar Date: Tue Nov 9 17:23:05 2010 New Revision: 166500 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166500 Log: PR target/44759 * config

[Bug target/42240] [4.3/4.4 Regression] wrong epilogue on naked function

2010-11-09 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42240 --- Comment #17 from Georg Lay 2010-11-09 17:20:59 UTC --- (In reply to comment #14) > Created attachment 22339 [details] > Initial patch to fix the bug > > BB reordering pass is suppressed for naked functions. Also suppressed when the > end of e

[Bug target/44755] picochip.md enum types mismatch

2010-11-09 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44755 --- Comment #1 from Jorn Wolfgang Rennecke 2010-11-09 17:21:08 UTC --- Author: amylaar Date: Tue Nov 9 17:21:02 2010 New Revision: 166499 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166499 Log: PR target/44755 * config.gcc (pi

[Bug target/42240] [4.3/4.4 Regression] wrong epilogue on naked function

2010-11-09 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42240 --- Comment #16 from Georg Lay 2010-11-09 17:16:02 UTC --- Created attachment 22349 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22349 PR target/42240

[Bug target/46396] gcc not detect caches for VIA CPUs

2010-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46396 Andrew Pinski changed: What|Removed |Added Component|driver |target --- Comment #2 from Andrew Pinski

[Bug target/43603] gcc-4.4.3 ICE on ia64 with -O3

2010-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43603 Andrew Pinski changed: What|Removed |Added CC||dannf at dannf dot org --- Comment #6 fro

[Bug target/46384] ia64-linux: internal compiler error: in get_attr_first_insn, at config/ia64/itanium2.md:1909

2010-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46384 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/46399] Missing type promotion for library call argument

2010-11-09 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46399 Andreas Krebbel changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug middle-end/46399] New: Missing type promotion for library call argument

2010-11-09 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46399 Summary: Missing type promotion for library call argument Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedT

[Bug fortran/46313] [OOP] class container naming collisions

2010-11-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #10 from janus at gcc dot gnu.org 2010-11-09 17:07:24 UTC --- (In reply to comment #9) > One way to fix this is to use the top-level namespace (i.e. program or module) > for the naming of the internal symbols, instead of the direct pare

[Bug other/46332] __cxa_demangle yields excess parentheses for function types

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332 --- Comment #2 from Paolo Carlini 2010-11-09 17:02:21 UTC --- Actually, if this happens also in error messages cannot be a demangler issue only. I'm pretty sure to have seen this behavior mentioned already... Ian, any hint?

[Bug tree-optimization/46355] [4.5 Regression] ICE: SIGSEGV in create_preheader (cfgloopmanip.c:1336) with -O -fstrict-overflow -ftree-loop-distribution

2010-11-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46355 Richard Guenther changed: What|Removed |Added Known to work||4.6.0 Summary|[4.5/4.6 Regr

[Bug tree-optimization/46355] [4.5/4.6 Regression] ICE: SIGSEGV in create_preheader (cfgloopmanip.c:1336) with -O -fstrict-overflow -ftree-loop-distribution

2010-11-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46355 --- Comment #3 from Richard Guenther 2010-11-09 16:54:11 UTC --- Author: rguenth Date: Tue Nov 9 16:54:05 2010 New Revision: 166498 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166498 Log: 2010-11-09 Richard Guenther PR tree-op

[Bug tree-optimization/46398] early FRE miscompiles simple testcase

2010-11-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46398 --- Comment #3 from Richard Guenther 2010-11-09 16:49:48 UTC --- -O1 on any platform with the following patch applied (or not-yet-found carefully crafted disabling of passes before the existing FRE pass): Index: gcc/passes.c

[Bug tree-optimization/46398] early FRE miscompiles simple testcase

2010-11-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46398 Richard Guenther changed: What|Removed |Added Status|WAITING |ASSIGNED Last reconfirmed|2010-11-09

  1   2   >