[Bug c++/57720] New: [C++11]Crash when Delegating Constructors throw exceptions

2013-06-26 Thread liweifriends at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57720 Bug ID: 57720 Summary: [C++11]Crash when Delegating Constructors throw exceptions Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Prio

[Bug libstdc++/57716] std::thread does not compile with vector& as argument

2013-06-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57716 Andreas Schwab changed: What|Removed |Added Resolution|WONTFIX |INVALID

[Bug target/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-26 Thread zhenqiang.chen at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 --- Comment #7 from zhenqiang.chen at linaro dot org --- Created attachment 30364 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30364&action=edit update patch Please try the updated patch. Local tests: x86-64 and pandaboard bootstrap OK.

[Bug fortran/57711] Accepts non-matching invalid dummy procedure as actual argument

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic S

[Bug preprocessor/57714] Newline rendered incorrectly in output

2013-06-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57714 --- Comment #9 from Manuel López-Ibáñez --- I think what happens is that the preprocessor is trying to avoid breaking up a valid token like in: void foo(void) {re\ turn; } It would be an improvement if it ignored the \ between valid tokens bound

[Bug preprocessor/57714] Newline rendered incorrectly in output

2013-06-26 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57714 --- Comment #10 from David Krauss --- I don't plan on fixing this in GCC, but I did implement the feature today in my own preprocessor, http://code.google.com/p/c-plus/source/list . It does require a handshake between phases 2 and 3, because a tok

[Bug tree-optimization/57719] [4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

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

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

2013-06-26 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 CC||jsm28 at gcc dot gnu.org --- Commen

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

2013-06-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 --- Comment #21 from Manuel López-Ibáñez --- Once you are in trunk, you can ask the release managers to backport it to the GCC 4.8 branch.

[Bug c++/57712] GCC fails to to match out-of-line template member function definition with declaration

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57712 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-26 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 --- Comment #8 from ktkachov at gcc dot gnu.org --- (In reply to zhenqiang.chen from comment #7) > Created attachment 30364 [details] > update patch > > > Please try the updated patch. Local tests: x86-64 and pandaboard bootstrap This fixes the

[Bug c/57474] [4.9 Regression] FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (internal compiler error) on x86_64-apple-darwin10

2013-06-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57474 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/57721] New: wrong error message with bounds checking.

2013-06-26 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57721 Bug ID: 57721 Summary: wrong error message with bounds checking. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug c++/57720] [C++11]Crash when Delegating Constructors throw exceptions

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57720 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #3 from etherice --- Status is still unconfirmed... How long does it typically take to confirm a bug?

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #4 from Jonathan Wakely --- Until someone analyses it and convinces themselves it's a bug. Not providing a complete testcase doesn't help. Code missing headers, even standard ones, is not complete, and certainly doesn't compile "out o

[Bug translation/57722] New: Floating point problems when building with no-sse and no-mmx

2013-06-26 Thread boris at dolgov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57722 Bug ID: 57722 Summary: Floating point problems when building with no-sse and no-mmx Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Pr

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #5 from Jonathan Wakely --- N.B. Clang trunk aborts on Daniel's testcase and your first one.

[Bug fortran/57721] wrong error message with bounds checking.

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

[Bug fortran/57721] wrong error message with bounds checking.

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57721 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 Tobias Burnus changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug tree-optimization/57723] New: Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ./configure --enable-languages=c,c++ --program-suffix=-4.9.0 Thread model: posix gcc version 4.9.0 20130626 (experimental) (GCC) commit 944f42fc29289812416f34d7b0c497ee79065396 command line: g++-4.9.0 -std

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 --- Comment #1 from petschy at gmail dot com --- Created attachment 30365 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30365&action=edit test case source

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 --- Comment #2 from petschy at gmail dot com --- Created attachment 30366 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30366&action=edit gcc amd64 disassembly

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 --- Comment #3 from petschy at gmail dot com --- Created attachment 30367 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30367&action=edit clang amd64 disassembly

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2007-02-16 16:08:18 |2013-06-26 --- Comment #3 from Joost

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #6 from etherice --- (In reply to Jonathan Wakely from comment #4) > Until someone analyses it and convinces themselves it's a bug. > > Not providing a complete testcase doesn't help. Code missing headers, even > standard ones, is not

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 --- Comment #4 from petschy at gmail dot com --- Ooops, the test case won't perform the freeing completely, since the recursive call is not inside the 'down' traversal loop, so only the first node on the given level would be recursively freed, but

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread petschy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 --- Comment #5 from petschy at gmail dot com --- Created attachment 30368 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30368&action=edit fixed test case (correct recursive traversal)

[Bug c++/57724] New: wrong error: returning a value from a constructor

2013-06-26 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57724 Bug ID: 57724 Summary: wrong error: returning a value from a constructor Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/57724] wrong error: returning a value from a constructor

2013-06-26 Thread fanael4 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57724 Fanael changed: What|Removed |Added CC||fanael4 at gmail dot com --- Comment #1 from Fan

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCONF

[Bug c++/57724] wrong error: returning a value from a constructor

2013-06-26 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57724 --- Comment #2 from Jörg Richter --- You mean the special case for 'void' does not apply in this case? What a pity.

[Bug c++/57724] wrong error: returning a value from a constructor

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57724 --- Comment #3 from Jonathan Wakely --- I'm inclined to say this is a Clang bug too. [stmt.return]/3 "A return statement with an expression of type void can be used only in functions with a return type of cv void;" and constructors do not have an

[Bug c/57725] New: conflicting language extensions

2013-06-26 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 Bug ID: 57725 Summary: conflicting language extensions Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assign

[Bug c/57725] conflicting language extensions

2013-06-26 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #1 from jbeulich at novell dot com --- Created attachment 30370 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30370&action=edit main source

[Bug c/57725] conflicting language extensions

2013-06-26 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #2 from jbeulich at novell dot com --- Created attachment 30371 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30371&action=edit auxiliary source (initialized data)

[Bug c/57725] conflicting language extensions

2013-06-26 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #3 from jbeulich at novell dot com --- Created attachment 30372 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30372&action=edit auxiliary source (uninitialized data)

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #8 from etherice --- (In reply to Jonathan Wakely from comment #7) > (In reply to etherice from comment #6) > > 2) My example was complete except for needing a couple #includes [...] > > So it was not complete then! > > This bug has

[Bug lto/57726] New: LTO verify_flow_info: error: control flow in the middle of basic block

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57726 Bug ID: 57726 Summary: LTO verify_flow_info: error: control flow in the middle of basic block Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/57726] LTO verify_flow_info: error: control flow in the middle of basic block

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57726 --- Comment #1 from Martin Liška --- Created attachment 30373 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30373&action=edit onyx_if.c

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #9 from Paolo Carlini --- By the way, much more generally, I'm under the impression that often bug submitters attach way too much importance to the status change unconfirmed -> confirmed: I think it would be easy to prove that quite of

[Bug lto/57703] Assembler function definition moved to a different ltrans then call

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 --- Comment #2 from Martin Liška --- Created attachment 30374 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30374&action=edit syscall.cc

[Bug lto/57703] Assembler function definition moved to a different ltrans then call

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 --- Comment #3 from Martin Liška --- Created attachment 30375 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30375&action=edit Preprocessed syscall.cc

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 --- Comment #4 from Tobias Burnus --- Patch: http://gcc.gnu.org/ml/fortran/2013-06/msg00135.html

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

2013-06-26 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57689 --- Comment #1 from Ian Lance Taylor --- It's going to be hard for me to solve this using a cross-compiler. I would need a full glibc to get to the point of failure. Can you try building the compiler without optimization to see if you can get a

[Bug tree-optimization/57723] Missed optimization: recursion around empty function

2013-06-26 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57723 Michael Matz changed: What|Removed |Added CC||matz at gcc dot gnu.org --- Comment #6 fro

[Bug c/57727] New: RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread themos.tsikas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 Bug ID: 57727 Summary: RaspberryPi gcc internal compiler error unrecognisable insn Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Pri

[Bug c/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread themos.tsikas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 --- Comment #1 from Themos Tsikas --- Created attachment 30376 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30376&action=edit preprocessed source exhibting bug

[Bug fortran/57711] Accepts non-matching invalid dummy procedure as actual argument

2013-06-26 Thread kabanovdmitry at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711 --- Comment #4 from Dmitry Kabanov --- @Dominique: a) I get the following error: make all gfortran -c vode.f gfortran -c fcns.f90 gfortran -c main.f90 main.f90:8.75: call vode(istate, lambda_fcn, dummy_jac, lambda, x_tmp, x_end, tol, pm)

[Bug lto/57602] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-06-26 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 Igor Zamyatin changed: What|Removed |Added CC||hubicka at ucw dot cz --- Comment #3 from

[Bug lto/57602] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-06-26 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #4 from Igor Zamyatin --- Created attachment 30377 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30377&action=edit Untested patch that corrects the cleanup

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #10 from etherice --- (In reply to Paolo Carlini from comment #9) > By the way, much more generally, I'm under the impression that often bug > submitters attach way too much importance to the status change unconfirmed > -> confirmed: I

[Bug fortran/57711] Accepts non-matching invalid dummy procedure as actual argument

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711 --- Comment #5 from Tobias Burnus --- (In reply to Dmitry Kabanov from comment #4) > Regarding the bug in JAC/DUMMY_JAC: I think for one-dimensional arrays there > is no difference between ASSUMED-SIZE and ASSUMED-SHAPE. That's wrong: - Assumed-

[Bug c++/57728] New: Explicit template instantiation with defaulted method causes missing symbol

2013-06-26 Thread bmerry at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57728 Bug ID: 57728 Summary: Explicit template instantiation with defaulted method causes missing symbol Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: norm

[Bug c++/57729] New: Always inline: indirect function call with a yet undetermined callee

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57729 Bug ID: 57729 Summary: Always inline: indirect function call with a yet undetermined callee Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57729] Always inline: indirect function call with a yet undetermined callee

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57729 --- Comment #1 from Martin Liška --- Created attachment 30379 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30379&action=edit RegExp.cpp

[Bug c++/57729] Always inline: indirect function call with a yet undetermined callee

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57729 --- Comment #2 from Martin Liška --- Created attachment 30380 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30380&action=edit jsapi.h

[Bug c++/57729] Always inline: indirect function call with a yet undetermined callee

2013-06-26 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57729 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de --- C

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #11 from Jonathan Wakely --- (In reply to etherice from comment #10) > Isn't it defeating the purpose of having a 'status' field if it's not being > used? What makes you think it isn't used? Paolo is saying that the difference betwee

[Bug c++/57729] Always inline: indirect function call with a yet undetermined callee

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57729 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/57698] rev.200179 causes many errors (inlining failures) when building Firefox

2013-06-26 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698 Martin Liška changed: What|Removed |Added CC||marxin.liska at gmail dot com --- Comment

[Bug c++/57728] Explicit template instantiation with defaulted method causes missing symbol

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57728 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57728] Explicit template instantiation with defaulted method causes missing symbol

2013-06-26 Thread bmerry at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57728 --- Comment #2 from Bruce Merry --- (In reply to Jonathan Wakely from comment #1) > The explicit instantiation declaration suppresses the definition of > A::A() in defaulted.o, but the explicit instantiation definition > doesn't cause that symbol

[Bug c++/57728] Explicit template instantiation with defaulted method causes missing symbol

2013-06-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57728 --- Comment #3 from Jonathan Wakely --- It's a bug

[Bug c/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread themos.tsikas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 --- Comment #3 from Themos Tsikas --- (In reply to ktkachov from comment #2) > Reproduced with GCC 4.6.4. > However, this is fixed on all currently maintained versions of GCC, it > worked for me with 4.7.4, 4.8.1 and current trunk (4.9). > > GCC

[Bug target/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #4 from Andrew Pinski

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #12 from etherice --- (In reply to Jonathan Wakely from comment #11) > (In reply to etherice from comment #10) > > Isn't it defeating the purpose of having a 'status' field if it's not being > > used? > > What makes you think it isn't

[Bug libstdc++/57730] New: class/struct mismatch for std::hash

2013-06-26 Thread d.frey at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57730 Bug ID: 57730 Summary: class/struct mismatch for std::hash Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug middle-end/14192] Restrict pointers don't help

2013-06-26 Thread colanderman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14192 Chris King changed: What|Removed |Added CC||colanderman at gmail dot com --- Comment #14

[Bug libstdc++/57730] class/struct mismatch for std::hash

2013-06-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57730 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread themos.tsikas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 --- Comment #5 from Themos Tsikas --- (In reply to Andrew Pinski from comment #4) > (In reply to Themos Tsikas from comment #3) > > Thanks, I will see if a more recent version is available in my distro. > > You really should have reported the bug

[Bug c/57627] -Wsizeof-pointer-memaccess should make an exception for character types

2013-06-26 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57627 --- Comment #1 from Harald van Dijk --- I just realised the very similar example void f4(char *dst, char *src) { __builtin_memcpy(dst, src, sizeof(src)); } void f5(unsigned char *dst, unsigned char *src) { __builtin_memcpy(dst, src, sizeof(src))

[Bug target/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 --- Comment #6 from Andrew Pinski --- (In reply to Themos Tsikas from comment #5) > Then change your compiler's message and I might know how to do the right > thing! It is up to the distro to change the message. If the distro does not change th

[Bug target/57727] RaspberryPi gcc internal compiler error unrecognisable insn

2013-06-26 Thread themos.tsikas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57727 --- Comment #7 from Themos Tsikas --- I knew this was going to be my fault. Habe a good day sir.

[Bug fortran/46487] Missing memory freeing for functions returning allocatable scalars (allocatable_scalar_5.f90)

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

[Bug fortran/49588] DATA statement with vector sections rejected (ICE: TODO)

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

[Bug c++/57239] cannot handle inner/nested class templates with non-type parameter packs that were declared in the outer/containing class

2013-06-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57239 --- Comment #13 from Paolo Carlini --- Curious, I understand, assuming they don't take new as a solid indication that a fix is forthcoming. assigned normally is more reliable for that, still not much more, unless, as I tried to explain, there are

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 --- Comment #5 from Tobias Burnus --- Author: burnus Date: Wed Jun 26 15:39:25 2013 New Revision: 200425 URL: http://gcc.gnu.org/viewcvs?rev=200425&root=gcc&view=rev Log: 2013-06-26 Tobias Burnus PR fortran/29800 * trans-array

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/27766] [meta] -fbounds-check related bugs

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766 Bug 27766 depends on bug 29800, which changed state. Bug 29800 Summary: -fbounds-check: For derived types, write not also compound name http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 What|Removed |Added

[Bug fortran/29800] -fbounds-check: For derived types, write not also compound name

2013-06-26 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29800 --- Comment #7 from Joost VandeVondele --- (In reply to Tobias Burnus from comment #6) > (Finally) FIXED on the GCC 4.9 trunk. Thanks!

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread crrodriguez at opensuse dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #11 from Cristian Rodríguez --- Not to be annoying, but compiling the test case attached to this bug report with clang 3.3 produces code in where inline u32 popcount64_1(u64 x) { return __builtin_popcountll(x); } is over 3 times fa

[Bug fortran/47803] [F95+] Constant inquiry function rejected in PARAMETER definition

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

[Bug fortran/47803] [F95+] Constant inquiry function rejected in PARAMETER definition

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

[Bug fortran/47040] Make error message for empty array constructor more helpful/correct

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

[Bug fortran/47803] [F95+] Constant inquiry function rejected in PARAMETER definition

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47803 Tobias Burnus changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Tobias Burnus --

[Bug fortran/47040] Make error message for empty array constructor more helpful/correct

2013-06-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47040 Tobias Burnus changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Tobias Burnus --

[Bug fortran/47040] Make error message for empty array constructor more helpful/correct

2013-06-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47040 --- Comment #4 from Dominique d'Humieres --- > Nothing - it just needs to be packaged. Do you want me to do it?

[Bug c/57725] conflicting language extensions

2013-06-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #4 from joseph at codesourcery dot com --- I'd say that in the presence of those extensions, it should be considered unspecified whether pointers to distinct objects at the same address compare equal or not.

[Bug libstdc++/57730] class/struct mismatch for std::hash

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

[Bug libstdc++/57730] class/struct mismatch for std::hash

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

[Bug libstdc++/56627] class hash instead of struct hash

2013-06-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56627 Paolo Carlini changed: What|Removed |Added CC||d.frey at gmx dot de --- Comment #7 from

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #12 from Marc Glisse --- Created attachment 30381 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30381&action=edit IFUNC proof of concept patch Sadly, libgcc is compiled with gcc and not g++ so we can't use the recent multiversio

[Bug c++/57724] wrong error: returning a value from a constructor

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

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #13 from Andrew Pinski --- (In reply to Marc Glisse from comment #12) > Created attachment 30381 [details] > IFUNC proof of concept patch I think it is a bad idea to use ifunc for such a function as most of the time it is link against

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread crrodriguez at opensuse dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #14 from Cristian Rodríguez --- (In reply to Andrew Pinski from comment #13) > (In reply to Marc Glisse from comment #12) Why can't you compile > your code with -march=native for the places where you know you are going to > compile an

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #15 from Andrew Pinski --- (In reply to Cristian Rodríguez from comment #14) > Because it will be useless to general purpose distributions of course. Then ifunc for this short of a function is not useful either. Then maybe we should

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-26 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #16 from Marc Glisse --- (In reply to Andrew Pinski from comment #13) > I think it is a bad idea to use ifunc for such a function as most of the > time it is link against statically in most cases. g++ links to it dynamically by defaul

  1   2   >