[Bug c++/58173] New: [C++11] Bad interaction between sizeof... and remainder (%) operators

2013-08-15 Thread lucdanton at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58173 Bug ID: 58173 Summary: [C++11] Bad interaction between sizeof... and remainder (%) operators Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/58113] [4.9 Regression] gfortran.dg/round_4.f90 FAILs

2013-08-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 --- Comment #3 from Tobias Burnus --- Quoting round_4.f90, which somehow no one seems to read ... ! Test whether I/O rounding works. Uses internally (libgfortran) strtod ! for the conversion - and sets the CPU rounding mode accordingly. ! ! If it

[Bug tree-optimization/50955] [4.7 Regression] IVopts incorrectly rewrite the address of a global memory access into a local form.

2013-08-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50955 --- Comment #14 from Andrew Pinski --- I am running into a similar situation with a modified 4.7 on mips64-linux-gnu (configured to use the Octeon2 instructions which has a load instruction which does base+index [or rather reg+reg]). : D.14164_

[Bug target/58172] New: ifcvt test failures for armv8-a

2013-08-15 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58172 Bug ID: 58172 Summary: ifcvt test failures for armv8-a Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target A

[Bug middle-end/58145] [Regression]: volatileness of write is discarded, perhaps in "lim1" related to loop optimizations

2013-08-15 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 Hans-Peter Nilsson changed: What|Removed |Added Target|cris-*-*, crisv32-*-* | --- Comment #5 from Hans-Peter Nils

[Bug fortran/58171] New: Incorrect error message on invalid code when using class constructor

2013-08-15 Thread abensonca at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58171 Bug ID: 58171 Summary: Incorrect error message on invalid code when using class constructor Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/58113] [4.9 Regression] gfortran.dg/round_4.f90 FAILs

2013-08-15 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug c++/58170] New: Crash when aliasing a template class that is a member of its template base class.

2013-08-15 Thread cassio.neri at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58170 Bug ID: 58170 Summary: Crash when aliasing a template class that is a member of its template base class. Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-15 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #4 from Ellis N. Thomas --- The decision to close this without any action seems unjustified. The problem is being rejected on the basis that the handling of the exception is faulty in the older Darwin. However, the fundamental probl

[Bug tree-optimization/58169] New: missed load PRE related to array index truncation

2013-08-15 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58169 Bug ID: 58169 Summary: missed load PRE related to array index truncation Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug target/58158] internal compiler error: in extract_insn, at recog.c:2150 while compiling ImageMagick on mipsel

2013-08-15 Thread aaro.koskinen at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158 --- Comment #1 from Aaro Koskinen --- A simplified reproducer: $ cat bar.c extern void foo(void); static inline double max(const double x, const double y) { return (x > y) ? x : y; } void bar(int d) { int i; for (i = 0;

[Bug libstdc++/58168] Installation of GCC 4.8.1 (libstdc++) hangs in make_sunver.pl on Solaris10/SPARC

2013-08-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58168 Paolo Carlini changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #1 from

[Bug c++/58167] compiler crash

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

[Bug libstdc++/58168] New: Installation of GCC 4.8.1 (libstdc++) hangs in make_sunver.pl on Solaris10/SPARC

2013-08-15 Thread Andre.Schneider at eas dot iis.fraunhofer.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58168 Bug ID: 58168 Summary: Installation of GCC 4.8.1 (libstdc++) hangs in make_sunver.pl on Solaris10/SPARC Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity:

[Bug c++/58167] compile crush

2013-08-15 Thread leanid.chaika at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58167 --- Comment #1 from leanid --- file can't compile: http://ubuntuone.com/1Pwt7bzCgPDFgaR90gchRy

[Bug c++/58167] New: compile crush

2013-08-15 Thread leanid.chaika at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58167 Bug ID: 58167 Summary: compile crush Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at

[Bug c++/51559] decimal128 operates incorrectly compared to decimal32 and decimal64

2013-08-15 Thread kubry at terra dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51559 Ganton changed: What|Removed |Added CC||kubry at terra dot com --- Comment #3 from Ganto

[Bug tree-optimization/58164] internal compiler error: in make_decl_rtl, at varasm.c:1147

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58164 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/58164] internal compiler error: in make_decl_rtl, at varasm.c:1147

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58164 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milesto

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 --- Comment #7 from Alexander Ivchenko --- > Well, that wouldn't be sufficient, you'd need to also remove the EH edges > from the other bb. But not splitting the block means you don't have to > bother with that. Well, that's true. We could do

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 Jakub Jelinek changed: What|Removed |Added Attachment #30661|0 |1 is obsolete|

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 --- Comment #5 from Jakub Jelinek --- (In reply to Alexander Ivchenko from comment #4) > I firstly did something like that: > > diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c > index 9b6186e..5862ebf 100644 > --- a/gcc/tree-call-cdce.c

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 --- Comment #4 from Alexander Ivchenko --- I firstly did something like that: diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 9b6186e..5862ebf 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -771,6 +771,9 @@ shrink_

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/58166] New: ARMv5: poor register allocation in function containing smull instruction

2013-08-15 Thread jay.foad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58166 Bug ID: 58166 Summary: ARMv5: poor register allocation in function containing smull instruction Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/58105] wrong code generation for multiversioned functions

2013-08-15 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58105 --- Comment #5 from Uroš Bizjak --- Hello! I am away from my keyboard for a couple of days, but I will take care of your patch. Thanks, Uros. On Wed, Aug 14, 2013 at 5:01 PM, bernd.edlinger at hotmail dot de wrote: > http://gcc.gnu.org/bugzill

[Bug libstdc++/58163] [C++11] Pedantic assert on str[str.size()] is wrong in C++11

2013-08-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58163 --- Comment #4 from Paolo Carlini --- This is a debug-mode test: check-debug itself passes -D_GLIBCXX_DEBUG. Just browse the log, if you aren't a believer ;)

[Bug regression/58165] [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 --- Comment #1 from Andrew Pinski --- >The guilty revision is: No that just exposed the bug.

[Bug regression/58165] New: [4.8/4.9 regression] internal compiler error: verify_flow_info

2013-08-15 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58165 Bug ID: 58165 Summary: [4.8/4.9 regression] internal compiler error: verify_flow_info Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal