[Bug c++/57682] New: Uniform initialization syntax rejected in function-try-block

2013-06-23 Thread webrown.cpp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57682 Bug ID: 57682 Summary: Uniform initialization syntax rejected in function-try-block Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Pr

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 --- Comment #8 from Allan McRae --- I really have no idea what I am looking for... but adding a breakpoint at linemap_add I see (reason, file): LC_ENTER "foo.c" LC_RENAME "" LC_ENTER "/usr/include/stdc-predef.h" LC_LEAVE 0x0 LC_RENAME "foo.c" <-

[Bug target/52483] SH Target: Loads from volatile memory leave redundant sign/zero extensions

2013-06-23 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52483 --- Comment #4 from Oleg Endo --- Loads from volatile mems have been fixed on 4.9 trunk. While working on it I noticed that stores to volatile mems have basically the same issue. I'll try to come up with a fix for that, too. http://gcc.gnu.org/v

[Bug c++/57682] Uniform initialization syntax rejected in function-try-block

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

[Bug bootstrap/57683] New: Parallel build failure: generated prerequisite header not built in time (insn-opinit.h)

2013-06-23 Thread nix at binaryboy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57683 Bug ID: 57683 Summary: Parallel build failure: generated prerequisite header not built in time (insn-opinit.h) Product: gcc Version: 4.8.1 Status: UNCONFIRMED Se

[Bug bootstrap/57683] Parallel build failure: generated prerequisite header not built in time (insn-opinit.h)

2013-06-23 Thread nix at binaryboy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57683 Nicolas Hannekum changed: What|Removed |Added CC||nix at binaryboy dot net Sev

[Bug c++/57682] Uniform initialization syntax rejected in function-try-block

2013-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57682 --- Comment #2 from Paolo Carlini --- Something is already going wrong as early as cp_parser_save_member_function_body: at line #22818 the whole function-try-block is not properly handled in case of uniform initialization syntax, apparently becaus

[Bug c/7652] -Wswitch-break : Warn if a switch case falls through

2013-06-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 --- Comment #18 from Manuel López-Ibáñez --- (In reply to David Binderman from comment #17) > (In reply to Daniel Marjamäki from comment #7) > > In my experience this type of check is really noisy if there is a warning > > for every fall through. >

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Manuel

[Bug c++/57684] New: [c++11] Lambda is not convertible to std::function

2013-06-23 Thread bluescarni at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 Bug ID: 57684 Summary: [c++11] Lambda is not convertible to std::function Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 Dominique d'Humieres changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comme

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 --- Comment #11 from Allan McRae --- Created attachment 30345 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30345&action=edit log of gdb session Here is the log from my gdb session. Arch builds with no patches, just a could of small sed li

[Bug c++/57684] [c++11] Lambda is not convertible to std::function

2013-06-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 --- Comment #1 from Jonathan Wakely --- I think the problem is that unordered_map requires its template arguments to be complete at the time of instantiation, otherwise it's undefined behaviour. When the static member is instantiated the type Der

[Bug c++/57684] [c++11] Lambda is not convertible to std::function

2013-06-23 Thread bluescarni at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 --- Comment #2 from Francesco Biscani --- (In reply to Jonathan Wakely from comment #1) > I think the problem is that unordered_map requires its template arguments to > be complete at the time of instantiation, otherwise it's undefined behaviour.

[Bug c++/57208] Latest chromium compilation fails with enabled LTO

2013-06-23 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208 --- Comment #25 from Jan Hubicka --- Updated patch. Honza

[Bug c/7652] -Wswitch-break : Warn if a switch case falls through

2013-06-23 Thread jasonwucj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 Chung-Ju Wu changed: What|Removed |Added CC||jasonwucj at gmail dot com --- Comment #19 f

[Bug c++/57684] [c++11] Lambda is not convertible to std::function

2013-06-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 --- Comment #3 from Jonathan Wakely --- Yes, because std::unique_ptr has a special exception that says it can be instantiated with incomplete types, so that should work OK (like your case where the static member is a raw pointer, which prevents un

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #6 from Francois-Xavier Coudert --- The current patch is also lacking handling of the sign if signed zero is used. This should do the trick: if (mpfr_sgn (x->value.real) == 0) { - mpfr_set_ui (result->value.real, 0, GFC_

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #7 from Francois-Xavier Coudert --- I forgot in the last comment to say: handling of sign for non-zero cases, in old MPFR versions, is done by this line which was missing in the existing code: + mpfr_copysign (result->value.real, re

[Bug c++/57684] [c++11] Lambda is not convertible to std::function

2013-06-23 Thread bluescarni at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 --- Comment #4 from Francesco Biscani --- (In reply to Jonathan Wakely from comment #3) > Yes, because std::unique_ptr has a special exception that says it can be > instantiated with incomplete types, so that should work OK (like your case > where

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2013-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Statu

[Bug c++/57684] [c++11] Lambda is not convertible to std::function

2013-06-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684 --- Comment #5 from Jonathan Wakely --- The standard says it is undefined to instantiate any std template with incomplete types (with exceptions for shared_ptr and unique_ptr and maybe a few others). As an extension libstdc++ allows all container

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #8 from Dominique d'Humieres --- Before going to the machinery in comment #6, the following patch (i.e., without any mpfr_copysign) --- ../_clean/gcc/fortran/simplify.c2013-06-08 21:50:33.0 +0200 +++ gcc/fortran/simplify.c

[Bug libquadmath/54012] printf crash with -lgfortran

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54012 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/57682] Uniform initialization syntax rejected in function-try-block

2013-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57682 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 --- Comment #12 from Manuel López-Ibáñez --- (In reply to Allan McRae from comment #11) > Created attachment 30345 [details] > log of gdb session > > Here is the log from my gdb session. > > Arch builds with no patches, just a could of small sed

[Bug c/57653] filename information discarded when using -imacros

2013-06-23 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 --- Comment #13 from Allan McRae --- The Arch gcc does the full bootstrap. The debug build I am using was compiled with DEBUG_CFLAGS="-g -fvar-tracking-assignments". The file "/usr/include/stdc-predef.h" is from glibc (v2.17 on Arch) and is spec

[Bug fortran/46299] Diagnose specification expressions involving host-associated vars with deferred bounds

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

[Bug fortran/46271] OpenMP default(none) and procedure pointers

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

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #9 from Francois-Xavier Coudert --- > Before going to the machinery in comment #6, the following patch (i.e., > without any mpfr_copysign) Yep, you're right, no need for mpfr_copysign. Your patch looks good, if we don't want to introd

[Bug fortran/46485] gfortran.dg/allocatable_scalar_5.f90 fails on s390-ibm-linux-gnu

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46485 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/57685] New: GCC stuck in an infinite loop

2013-06-23 Thread antoine.balestrat at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! Using GCC 4.9.0 as of 20130623 : $ cat inf.c unsigned f(void) { unsigned a; int b, c, d, e; for(c = 27; c < 40; c++) b |= d |= b; if(b) a

[Bug fortran/46982] SIZE(TRANSFER()) as specification expression

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

[Bug fortran/41604] Reject result with assumed-length character in INTERFACE decl

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

[Bug target/39423] [4.7/4.8/4.9 Regression] [SH] performance regression: lost mov @(disp,Rn)

2013-06-23 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39423 --- Comment #36 from Oleg Endo --- This is annoying: int foo (int tab[], int index) { return tab[index+1] + tab[index+2]; } -O2 -m4 -mb: add #1,r5 mov r4,r1 shll2 r5 add r5,r1 mov r5,r

[Bug tree-optimization/57685] GCC stuck in an infinite loop

2013-06-23 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57685 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #1

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2013-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > Here is a simple patch to accept the code in comment 0: ... which unfortunately introduces a large amount of ICEs in the testsuite, e.g. on bounds_check_7.f90:

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #10 from Dominique d'Humieres --- Here is the patch I plan to package and submit: --- ../_clean/gcc/fortran/simplify.c2013-06-08 21:50:33.0 +0200 +++ gcc/fortran/simplify.c2013-06-23 17:19:55.0 +0200 @@ -2342,1

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #11 from Dominique d'Humieres --- Last question: should I include some tests for the other available kinds?

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #12 from Francois-Xavier Coudert --- (In reply to Dominique d'Humieres from comment #10) > + y=fraction (-2.0) > + write (buf, *) y > + if (buf(1:10) /= " -0.50") call abort () Why involve I/O in your test, and not just test t

[Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57686 Bug ID: 57686 Summary: FAIL: gcc.dg/torture/pr57584.c with -m32 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsui

[Bug testsuite/57687] New: FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57687 Bug ID: 57687 Summary: FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413 --- Comment #13 from Dominique d'Humieres --- > Why involve I/O in your test, and not just test the value like that: > > if (fraction(-2.0) /= -0.5) call abort() > > and, slightly more complicated to handle negative zero, checking both > value

[Bug c++/57688] New: -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread dcb314 at hotmail dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Created attachment 30347 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30347&action=edit C++ source code I just noticed that -march=native support broke from date 20130621 to 20130623

[Bug c++/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #1 from Mikael Pettersson --- Run it in gdb, wait for the fault, and disassemble the code around the faulting PC. That valgrind report doesn't really say anything useful.

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 Paolo Carlini changed: What|Removed |Added Component|c++ |target --- Comment #2 from Paolo Carlini

[Bug target/56997] Incorrect write to packed field when strict-volatile-bitfields enabled on aarch32

2013-06-23 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- Co

[Bug testsuite/57687] FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10

2013-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57687 --- Comment #1 from Paolo Carlini --- On x86_64-linux, c-c++-common/cilk-plus/AN/gather_scatter.c fails, not sure if it's a related issue or I should open a Bugzilla. See also gcc-testresults.

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug fortran/42945] Gcov -a fails on Fortan generated object file (infinite loop?)

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42945 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug testsuite/57687] FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57687 --- Comment #2 from Dominique d'Humieres --- > On x86_64-linux, c-c++-common/cilk-plus/AN/gather_scatter.c fails, > not sure if it's a related issue or I should open a Bugzilla. > See also gcc-testresults. AFAICT the failures for comma_exp.c ar

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #4 from David Binderman --- (In reply to Mikael Pettersson from comment #1) > Run it in gdb, wait for the fault, and disassemble the code around the > faulting PC. That valgrind report doesn't really say anything useful. 0x000

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #5 from Andrew Pinski --- Can you provide the full output of "cat /proc/cpuinfo" and not just the head?

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #6 from David Binderman --- Created attachment 30348 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30348&action=edit preprocessed C++ source code

[Bug tree-optimization/57685] GCC stuck in an infinite loop

2013-06-23 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57685 --- Comment #2 from Mikael Pettersson --- Started with the PR55079 fix in r193098. The test case uses the values of uninitialized auto variables, perhaps that's confusing the compiler.

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD

2013-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #7 from David Binderman --- (In reply to Andrew Pinski from comment #5) > Can you provide the full output of "cat /proc/cpuinfo" and not just the head? processor: 0 vendor_id: AuthenticAMD cpu family: 16 model: 4 m

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD Phenom

2013-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 --- Comment #8 from David Binderman --- (In reply to Jakub Jelinek from comment #3) > Also, for any bugreport with -march=native or -mtune=native you need to > specify what options have been passed to cc1plus/cc1 (add -v), plus you > haven't provi

[Bug target/57688] -O3 -march=native generates illegal opcode on AMD Phenom

2013-06-23 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #9

[Bug go/57689] New: [4.8 Regression] ICE (segfault) building libgo on ia64-linux-gnu

2013-06-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57689 Bug ID: 57689 Summary: [4.8 Regression] ICE (segfault) building libgo on ia64-linux-gnu Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug target/57688] [4.9 Regression] -O3 -march=native generates illegal opcode on AMD Phenom

2013-06-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57688 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57690] New: bextr sometimes used instead of shr

2013-06-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57690 Bug ID: 57690 Summary: bextr sometimes used instead of shr Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug libstdc++/57691] New: freestanding libstdc++ has compile error

2013-06-23 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57691 Bug ID: 57691 Summary: freestanding libstdc++ has compile error Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug c++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions

2013-06-23 Thread w.shane.grant at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213 Shane changed: What|Removed |Added CC||w.shane.grant at gmail dot com --- Comment #16 fr

[Bug fortran/57639] [OOP] ICE with polymorphism (and illegal code)

2013-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57639 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > The following patch fixes both variants: ... and regtests cleanly.

[Bug c/57692] New: FAIL: c-c++-common/cilk-plus/AN/gather_scatter.c

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57692 Bug ID: 57692 Summary: FAIL: c-c++-common/cilk-plus/AN/gather_scatter.c Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug testsuite/57687] FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57687 Dominique d'Humieres changed: What|Removed |Added Version|unknown |4.9.0 --- Comment #3 from Dominiqu

[Bug target/56997] Incorrect write to packed field when strict-volatile-bitfields enabled on aarch32

2013-06-23 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997 --- Comment #7 from Bernd Edlinger --- aehmm sorry, the object "g" from above code is actually from PR#48784 #pragma pack(1) volatile struct S0 { signed a : 7; unsigned b : 28; } g = {0,-1}; => sizeof(g) = 5 but the code from this example

[Bug c++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions

2013-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213 --- Comment #17 from Paolo Carlini --- But this example works in mainline (would be 4.9.0) and I don't think it's a regression.

[Bug fortran/46982] SIZE(TRANSFER()) as specification expression

2013-06-23 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46982 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3 from

[Bug fortran/46982] SIZE(TRANSFER()) as specification expression

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46982 --- Comment #4 from Dominique d'Humieres --- > ... So I think that the code in comment #0 is not legal. Then, should not this PR closed as INVALID?

[Bug target/56997] Incorrect write to packed field when strict-volatile-bitfields enabled on aarch32

2013-06-23 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997 --- Comment #8 from Sandra Loosemore --- Thanks for giving it a try. Do you think that in a case such as this where a single access of the appropriate size cannot be generated due to the struct having unaligned fields we should generate the same

[Bug testsuite/57686] FAIL: gcc.dg/torture/pr57584.c with -m32

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

[Bug fortran/40958] module files too large

2013-06-23 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958 --- Comment #14 from Joost VandeVondele --- (In reply to Janne Blomqvist from comment #13) I believe a lot of progress has been made indeed. > However, the fundamental(?) issue of module sizes growing exponentially with > deep module hierarchie

[Bug fortran/52606] Confusing diagnostics for long identifiers

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52606 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #8 from Dominique

[Bug fortran/47267] array constructor causing long compile times

2013-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47267 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #6 from Dominique