[Bug bootstrap/54453] [4.8 Regression] r190783 breaks bootstrap on powerpc64-unknown-linux-gnu

2012-09-03 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54453 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #6

[Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455 --- Comment #9 from Jakub Jelinek 2012-09-03 08:03:45 UTC --- Created attachment 28121 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28121 gcc48-pr54455.patch Patch for 2). asm goto with fallthru labels is pretty hard case, handled in cfg

[Bug bootstrap/54415] GCC 4.4.4 build fails on solaris sparc with error as undefined reference to `_Qp_xtoq'

2012-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54415 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418

2012-09-03 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455 --- Comment #10 from Andrey Belevantsev 2012-09-03 08:21:20 UTC --- (In reply to comment #9) > Created attachment 28121 [details] > gcc48-pr54455.patch > > Patch for 2). asm goto with fallthru labels is pretty hard case, handled in > cfgrtl.c h

[Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #11

[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #16

[Bug fortran/51632] [OOP] Bogus argument checking for generated _def_init parameter and _copy procedure with CAF

2012-09-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51632 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/54458] [4.8 Regression] ICE get_loop_body, at cfgloop.c:830

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54458 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Richard G

[Bug fortran/54462] [4.8 Regression] Another "segmentation fault" after an error in COMMON statement after r190853

2012-09-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54462 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/54458] [4.8 Regression] ICE get_loop_body, at cfgloop.c:830

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54458 --- Comment #6 from Jakub Jelinek 2012-09-03 09:06:29 UTC --- Cleaned up testcase (and no longer invalid): unsigned int a, b, c; void foo (unsigned int x) { do { if (a == 0 ? 1 : 1 % a) for (; b; b--) lab:; el

[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand

2012-09-03 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 --- Comment #17 from Marc Glisse 2012-09-03 09:43:13 UTC --- (In reply to comment #16) > So, I think this is something that should be tested for in libstdc++-v3 > configure and enabled in the headers only if _GLIBCXX_HAVE_* macro is defined. One

[Bug target/33135] [SH] -ffinite-math-only should not be on by default

2012-09-03 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135 Oleg Endo changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug target/54418] [4.8 Regression] [SH] Invalid operands for opcode

2012-09-03 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54418 Oleg Endo changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 --- Comment #18 from Jakub Jelinek 2012-09-03 09:48:17 UTC --- If it is exported from the library, then it surely can't depend on configure checks and must have a fallback in that case (/dev/random reading?). Inlines that aren't exported from the

[Bug c/54360] missed optimization: unnecessary indirect call

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54360 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/54362] COND_EXPR not understood by either alias or ITM

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54362 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/54373] [4.7/4.8 Regression]: build fails for mmix-knuth-mmixware libobjc GCC_NO_EXECUTABLES

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54373 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.2

[Bug target/53988] [SH] tst Rm,Rn not used for QI/HImode

2012-09-03 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53988 --- Comment #1 from Oleg Endo 2012-09-03 10:01:46 UTC --- Omitting the sign/zero extensions is not safe for calculated QImode / HImode values, only after the extending loads. However, I guess it would still be a little bit better to do something

[Bug regression/54374] analysis for "may be used uninitialized" degraded...

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54374 Richard Guenther changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug middle-end/54385] [4.8 regression] ICE in pre_and_rev_post_order_compute, at cfganal.c:873

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54385 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug debug/54402] [4.8 Regression] var-tracking does not scale

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug middle-end/54400] recognize haddpd

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54400 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand

2012-09-03 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #19 f

[Bug c/54408] sqrt for vector types

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54408 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418

2012-09-03 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455 --- Comment #12 from Zdenek Sojka 2012-09-03 10:17:15 UTC --- If I remember correctly, the original testcase ICEs the same way with -O. eg. $ gcc -fschedule-insns -fselective-scheduling --param max-sched-extend-regions-iters=8 gcc.c-torture/compi

[Bug middle-end/54400] recognize haddpd

2012-09-03 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54400 --- Comment #3 from Marc Glisse 2012-09-03 10:21:48 UTC --- (In reply to comment #2) > The basic-block vectorizer does not handle reductions and it would be another > natural place to perform this optimization. I thought about turning a PLUS_EXP

[Bug middle-end/54409] [4.8 Regression] internal compiler error: in remap_predicate, at ipa-inline-analysis.c:2710

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54409 --- Comment #12 from Richard Guenther 2012-09-03 10:26:33 UTC --- (In reply to comment #11) > (In reply to comment #10) > > This commit or the previous one caused a lot of ICEs (see > > http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02988.html)

[Bug middle-end/54417] lto1: internal compiler error: in edge_badness, at ipa-inline.c:793 with -profile-generate/profile-use

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54417 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54420 Richard Guenther changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug rtl-optimization/54421] Extra movdqa when accessing quadwords in a 128-bit SSE register

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54421 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/54422] Merge adjacent stores of elements of a vector (or loads)

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54422 Richard Guenther changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug c++/54427] Expose more vector extensions

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54427 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54437] [4.8 Regression] Revision 190664 causes Firefox build failure

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54437 Richard Guenther changed: What|Removed |Added Keywords||rejects-valid Version|unkno

[Bug c++/54441] [4.7/4.8 Regression] Infinite loop with brace initializer on zero-length array

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54441 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug tree-optimization/54449] [4.8 Regression] ICE: vector VEC(T,base) index domain error, in will_be_nonconstant_expr_predicate at ipa-inline-analysis.c:1853 with -O -fno-guess-branch-probability

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54449 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/54453] [4.8 Regression] r190783 breaks bootstrap on powerpc64-unknown-linux-gnu

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54453 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug tree-optimization/46590] [4.6/4.7/4.8 Regression] long compile time with -O2 and many loops

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|rguenth at gcc

[Bug middle-end/54409] [4.8 Regression] internal compiler error: in remap_predicate, at ipa-inline-analysis.c:2710

2012-09-03 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54409 --- Comment #13 from Martin Jambor 2012-09-03 10:51:34 UTC --- (In reply to comment #12) > > That looks quite wasteful ... that vector will be extremely sparse. Do you mean that it will be wasteful after the patch or in general? In any case, w

[Bug c++/54466] New: Recursive Type Alias, Member Function Pointer, Segmentation Fault

2012-09-03 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54466 Bug #: 54466 Summary: Recursive Type Alias, Member Function Pointer, Segmentation Fault Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug bootstrap/54453] [4.8 Regression] r190783 breaks bootstrap on powerpc64-unknown-linux-gnu

2012-09-03 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54453 --- Comment #7 from Mikael Pettersson 2012-09-03 11:29:09 UTC --- Bootstrap on sparc64-linux succeeded with Steven's patch applied.

[Bug debug/53923] [4.8 Regression] ICE: RTL check: expected code 'reg', have 'debug_expr' in rhs_regno, at rtl.h:1091

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53923 --- Comment #4 from Jakub Jelinek 2012-09-03 11:42:34 UTC --- Author: jakub Date: Mon Sep 3 11:42:31 2012 New Revision: 190883 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190883 Log: PR debug/53923 * valtrack.c (dead_debug_ins

[Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213

2012-09-03 Thread mario-baumann at web dot de
++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/app2/gcc/4.8.0-20120903-svn190873/x86_64/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ./configure --prefix=/app2/gcc/4.8.0-20120903-svn190873/x86_64 --enable-languages=c,c++,f

[Bug debug/53923] [4.8 Regression] ICE: RTL check: expected code 'reg', have 'debug_expr' in rhs_regno, at rtl.h:1091

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53923 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/54467] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213

2012-09-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54467 Dominique d'Humieres changed: What|Removed |Added CC||bur...@net-b.de --- Comment #1 fro

[Bug middle-end/54362] COND_EXPR not understood by either alias or ITM

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54362 --- Comment #2 from Richard Guenther 2012-09-03 13:24:13 UTC --- Author: rguenth Date: Mon Sep 3 13:24:07 2012 New Revision: 190889 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190889 Log: 2012-09-03 Richard Guenther PR tree-op

[Bug middle-end/54362] COND_EXPR not understood by either alias or ITM

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54362 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|rguenth at gcc

[Bug libstdc++/54468] New: type trait is_unsigned<...>::value for C++11 enum class with underlying unsigned type not true

2012-09-03 Thread mhcox at bluezoosoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54468 Bug #: 54468 Summary: type trait is_unsigned<...>::value for C++11 enum class with underlying unsigned type not true Classification: Unclassified Product: gcc Version: 4.7.0

[Bug fortran/54463] -fdefault-real-8 does not promote the BLAS call when using -fexternal-blas

2012-09-03 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54463 --- Comment #3 from Steve Kargl 2012-09-03 13:38:36 UTC --- On Mon, Sep 03, 2012 at 06:14:22AM +, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54463 > > Tobias Burnus changed: > >What|Remov

[Bug middle-end/54409] [4.8 Regression] internal compiler error: in remap_predicate, at ipa-inline-analysis.c:2710

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54409 --- Comment #14 from Richard Guenther 2012-09-03 13:48:05 UTC --- (In reply to comment #13) > (In reply to comment #12) > > > > That looks quite wasteful ... that vector will be extremely sparse. > > Do you mean that it will be wasteful after t

[Bug fortran/54467] [4.8 Regression] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54467 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/54467] [4.8 Regression] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213

2012-09-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54467 --- Comment #3 from Tobias Burnus 2012-09-03 14:06:31 UTC --- Author: burnus Date: Mon Sep 3 14:06:27 2012 New Revision: 190892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190892 Log: 2012-09-03 Tobias Burnus PR fortran/54

[Bug tree-optimization/54458] [4.8 Regression] ICE get_loop_body, at cfgloop.c:830

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54458 --- Comment #7 from Richard Guenther 2012-09-03 14:27:27 UTC --- I'm testing Index: gcc/tree-ssa-threadupdate.c === --- gcc/tree-ssa-threadupdate.c (revision 190889) +++ gcc/tree-ss

[Bug bootstrap/54138] [4.8 Regression] configuring --without-cloog but executable links against system cloog

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54138 --- Comment #2 from Richard Guenther 2012-09-03 14:40:22 UTC --- Author: rguenth Date: Mon Sep 3 14:40:17 2012 New Revision: 190895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190895 Log: 2012-09-03 Richard Guenther PR bootstr

[Bug bootstrap/54138] [4.8 Regression] configuring --without-cloog but executable links against system cloog

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54138 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/54138] [4.8 Regression] configuring --without-cloog but executable links against system cloog

2012-09-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54138 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/54463] -fdefault-real-8 does not promote the BLAS call when using -fexternal-blas

2012-09-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54463 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/46590] [4.6/4.7/4.8 Regression] long compile time with -O2 and many loops

2012-09-03 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 --- Comment #34 from Michael Matz 2012-09-03 15:39:20 UTC --- Author: matz Date: Mon Sep 3 15:39:15 2012 New Revision: 190897 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190897 Log: PR tree-optimization/46590 * tree-cfg.c (gim

[Bug bootstrap/54453] [4.8 Regression] r190783 breaks bootstrap on powerpc64-unknown-linux-gnu

2012-09-03 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54453 --- Comment #8 from Douglas Mencken 2012-09-03 15:45:09 UTC --- Why the ``Revert a few Makefile.am regexps'' is still not committed? This sed gotcha is not about single architecture, not about bit-wideness (32- or 64-bit), it's very common. And t

[Bug c/54408] sqrt for vector types

2012-09-03 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54408 --- Comment #2 from joseph at codesourcery dot com 2012-09-03 15:47:38 UTC --- Built-in mathematical functions are generally type-generic where they correspond to type-generic math.h macros (e.g. isgreater, isnan), not otherwise. (__builtin_sig

[Bug c/54363] [4.6/4.7/4.8 Regression] ICE when compiling malformed struct initializers

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54363 --- Comment #4 from Jakub Jelinek 2012-09-03 16:02:59 UTC --- Author: jakub Date: Mon Sep 3 16:02:52 2012 New Revision: 190898 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190898 Log: Backported from mainline 2012-08-24 Jakub

[Bug c/54428] [4.7/4.8 Regression] ICE in gimplify_expr, at gimplify.c:7591

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54428 --- Comment #7 from Jakub Jelinek 2012-09-03 16:04:25 UTC --- Author: jakub Date: Mon Sep 3 16:04:19 2012 New Revision: 190899 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190899 Log: Backported from mainline 2012-08-31 Jakub

[Bug target/54436] [4.7/4.8 Regression] Compiling some regular C++ code gives assembler '700415 shortened to 255' warning

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54436 --- Comment #5 from Jakub Jelinek 2012-09-03 16:05:50 UTC --- Author: jakub Date: Mon Sep 3 16:05:44 2012 New Revision: 190900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190900 Log: Backported from mainline 2012-09-01 Jakub

[Bug c/54363] [4.6 Regression] ICE when compiling malformed struct initializers

2012-09-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54363 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c/54428] [4.7/4.8 Regression] ICE in gimplify_expr, at gimplify.c:7591

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

[Bug target/54436] [4.7/4.8 Regression] Compiling some regular C++ code gives assembler '700415 shortened to 255' warning

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

[Bug ada/54469] New: FAIL: gnat.dg/array11.adb (test for warnings, line 12)

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54469 Bug #: 54469 Summary: FAIL: gnat.dg/array11.adb (test for warnings, line 12) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED S

[Bug middle-end/54470] New: FAIL: gcc.dg/ipa/iinline-4.c scan-ipa-dump inline "hooray4[^\\n]*inline copy in test4"

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54470 Bug #: 54470 Summary: FAIL: gcc.dg/ipa/iinline-4.c scan-ipa-dump inline "hooray4[^\\n]*inline copy in test4" Classification: Unclassified Product: gcc Version: 4.8.0

[Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418

2012-09-03 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455 --- Comment #13 from Zdenek Sojka 2012-09-03 17:44:57 UTC --- (In reply to comment #12) > If I remember correctly, the original testcase ICEs the same way with -O. > eg. > $ gcc -fschedule-insns -fselective-scheduling --param > max-sched-extend-r

[Bug tree-optimization/54471] New: [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 Bug #: 54471 Summary: [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/54472] New: ICE (spill_failure): unable to find a register to spill in class 'AREG' with -O -fschedule-insns -fselective-scheduling

2012-09-03 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54472 Bug #: 54472 Summary: ICE (spill_failure): unable to find a register to spill in class 'AREG' with -O -fschedule-insns -fselective-scheduling Classification: Unclassified

[Bug rtl-optimization/54472] ICE (spill_failure): unable to find a register to spill in class 'AREG' with -O -fschedule-insns -fselective-scheduling

2012-09-03 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54472 Uros Bizjak changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment #1 f

[Bug driver/54335] -dm doesn't work

2012-09-03 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54335 --- Comment #4 from hjl at gcc dot gnu.org 2012-09-03 19:07:38 UTC --- Author: hjl Date: Mon Sep 3 19:07:34 2012 New Revision: 190902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190902 Log: Add -da and remove -dm in GCC manual Ba

[Bug driver/54335] -dm doesn't work

2012-09-03 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54335 --- Comment #5 from hjl at gcc dot gnu.org 2012-09-03 19:08:54 UTC --- Author: hjl Date: Mon Sep 3 19:08:51 2012 New Revision: 190903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190903 Log: Add -da and remove -dm in GCC manual Ba

[Bug driver/54335] -dm doesn't work

2012-09-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54335 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Version|4.8.0

[Bug tree-optimization/53395] [4.8 Regression] The LAPACK functions i(d|s)amax are more than two times slower after revision 187183

2012-09-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53395 --- Comment #10 from Andrew Pinski 2012-09-03 20:31:55 UTC --- Author: pinskia Date: Mon Sep 3 20:31:52 2012 New Revision: 190904 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190904 Log: 2012-09-03 Andrew Pinski PR tree-opt/533

[Bug tree-optimization/53395] [4.8 Regression] The LAPACK functions i(d|s)amax are more than two times slower after revision 187183

2012-09-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53395 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/54473] New: Compiling advancemame on raspberry pi yields unrecognizable insn

2012-09-03 Thread patenaude at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54473 Bug #: 54473 Summary: Compiling advancemame on raspberry pi yields unrecognizable insn Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED

[Bug target/40836] ICE: "insn does not satisfy its constraints" (iwmmxt_movsi_insn)

2012-09-03 Thread dsd at laptop dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40836 Daniel Drake changed: What|Removed |Added CC||dsd at laptop dot org --- Comment #30 from

[Bug fortran/54465] Implement -Wextra for Fortran

2012-09-03 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54465 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug fortran/54474] New: [4.8 Regression]: gfortran.dg/coarray_poly_3.f90

2012-09-03 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54474 Bug #: 54474 Summary: [4.8 Regression]: gfortran.dg/coarray_poly_3.f90 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal P

[Bug middle-end/54362] COND_EXPR not understood by either alias or ITM

2012-09-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54362 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand

2012-09-03 Thread drepper.fsp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 --- Comment #20 from Ulrich Drepper 2012-09-04 01:06:33 UTC --- Created attachment 28127 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28127 Check for rdrand availability How about this patch? Not sure whether this handles cross-compiling

[Bug middle-end/54362] COND_EXPR not understood by either alias or ITM

2012-09-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54362 --- Comment #5 from Andrew Pinski 2012-09-04 01:31:13 UTC --- Created attachment 28128 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28128 Patch which I committed to Cavium's toolchain This patch is what I am testing. It applies without a

[Bug tree-optimization/54475] New: -O2 overoptimizes

2012-09-03 Thread bdubbs at linuxfromscratch dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54475 Bug #: 54475 Summary: -O2 overoptimizes Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/54475] -O2 overoptimizes

2012-09-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54475 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/54476] New: Passing -1 to __builtin_avr_delay_cycles causes cc1 memory usage to explode on x86_64 host

2012-09-03 Thread senthil_kumar.selvaraj at atmel dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: senthil_kumar.selva...@atmel.com Host: Linux x86_64 Target: AVR Build: 4.8.0 20120903 gcc