[Bug c++/60873] C++11: template class with const member and default ctor should fail to compile?

2014-04-17 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60873 --- Comment #2 from sebastian.heg...@tu-dresden.de --- Thanks!

[Bug c++/60873] New: C++11: template class with const member and default ctor should fail to compile?

2014-04-17 Thread sebastian.heg...@tu-dresden.de
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sebastian.heg...@tu-dresden.de Consider this minimal example: template struct A { const T s_; A() = default; A(const T& s) : s_(s) {}; }; int main() {

[Bug objc++/51159] build failure with --enable-build-with-cxx in "gcc-4.6.2/gcc/objc/objc-next-runtime-abi-02.c"

2011-11-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51159 --- Comment #5 from sebastian.heg...@tu-dresden.de 2011-11-21 09:43:23 UTC --- Any chance of seeing the fix backported to 4.6, though?

[Bug objc++/51159] build failure with --enable-build-with-cxx in "gcc-4.6.2/gcc/objc/objc-next-runtime-abi-02.c"

2011-11-17 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51159 --- Comment #2 from sebastian.heg...@tu-dresden.de 2011-11-17 10:44:33 UTC --- Fixed in trunk r173723, not fixed in gcc-4.6-branch. "--enable-build-with-cxx" is an officially supported build option, so it should work reliably in releases.

[Bug objc++/51159] New: build failure with --enable-build-with-cxx in "gcc-4.6.2/gcc/objc/objc-next-runtime-abi-02.c"

2011-11-16 Thread sebastian.heg...@tu-dresden.de
ion: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: objc++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Created attachment 25837 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25837 P

[Bug tree-optimization/37021] Fortran Complex reduction / multiplication not vectorized

2011-03-25 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37021 --- Comment #11 from sebastian.heg...@tu-dresden.de 2011-03-25 11:38:37 UTC --- Forget that about folding stuff into one loop, I didn't have my morning coffee yet. However, the rest still applies. I'm looking forward to some help in t

[Bug tree-optimization/37021] Fortran Complex reduction / multiplication not vectorized

2011-03-25 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37021 sebastian.heg...@tu-dresden.de changed: What|Removed |Added CC||sebastian.hegler@tu

[Bug middle-end/48272] internal compiler error: in setup_insn_reg_pressure_info, at haifa-sched.c:1124

2011-03-24 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48272 --- Comment #1 from sebastian.heg...@tu-dresden.de 2011-03-24 12:46:54 UTC --- Compiles fine when leaving out "-fsched-pressure"

[Bug middle-end/48272] New: internal compiler error: in setup_insn_reg_pressure_info, at haifa-sched.c:1124

2011-03-24 Thread sebastian.heg...@tu-dresden.de
Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Host: ia64-unknown-linux-gnu Target: ia64-unknown-linux-gnu Build: ia64-unknown-linux-gnu Created attachment 23768 --> h

[Bug rtl-optimization/48215] internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-22 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48215 --- Comment #6 from sebastian.heg...@tu-dresden.de 2011-03-22 12:07:13 UTC --- *** Bug 48219 has been marked as a duplicate of this bug. ***

[Bug target/48219] internal compiler error: Segmentation fault on IA-64

2011-03-22 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48219 sebastian.heg...@tu-dresden.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/48218] internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-22 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218 sebastian.heg...@tu-dresden.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/48215] internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-22 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48215 --- Comment #5 from sebastian.heg...@tu-dresden.de 2011-03-22 12:07:01 UTC --- *** Bug 48218 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/48215] internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-22 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48215 --- Comment #4 from sebastian.heg...@tu-dresden.de 2011-03-22 12:06:17 UTC --- (In reply to comment #3) > Looks like PR 46518 (the fix was not propagated from trunk to 4.5-branch). > Can you please check whether below patch fixes these pr

[Bug target/48218] internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218 sebastian.heg...@tu-dresden.de changed: What|Removed |Added Severity|normal |blocker

[Bug target/48219] internal compiler error: Segmentation fault on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48219 sebastian.heg...@tu-dresden.de changed: What|Removed |Added Severity|normal |blocker

[Bug rtl-optimization/48215] internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48215 --- Comment #2 from sebastian.heg...@tu-dresden.de 2011-03-21 15:23:52 UTC --- I have now submitted PR 48218 and PR 48219, which may or may not be related to this issue. What these three have in common is that they only appear when gcc is built

[Bug target/48219] New: internal compiler error: Segmentation fault on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Host: ia64-unknown-linux-gnu Target: ia64-unknown-linux-gnu Build: ia64-unknown-linux-gnu Created attachment 23738 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23738

[Bug target/48218] internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218 --- Comment #3 from sebastian.heg...@tu-dresden.de 2011-03-21 15:09:33 UTC --- Attachment #23737 and attachment #23736 belong to the same file, which is different from the original one (and also from the boost 1.44.0 library), but triggers the

[Bug target/48218] internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218 --- Comment #2 from sebastian.heg...@tu-dresden.de 2011-03-21 15:04:54 UTC --- Created attachment 23737 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23737 Terminal output of the other failure location.

[Bug target/48218] internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218 --- Comment #1 from sebastian.heg...@tu-dresden.de 2011-03-21 15:02:42 UTC --- Created attachment 23736 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23736 Preprocessed file of the same ICE in another code location, compressed with gzip.

[Bug target/48218] New: internal compiler error: in verify_target_availability, at sel-sched.c:1598 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Host: ia64-unknown-linux-gnu Target: ia64-unknown-linux-gnu Build: ia64-unknown-linux-gnu Created attachment

[Bug rtl-optimization/48215] internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48215 --- Comment #1 from sebastian.heg...@tu-dresden.de 2011-03-21 14:46:07 UTC --- There's actually a plethora of ICEs popping up when using a gcc compiled with "--enable-build-with-cxx". I'll file separate reports on those, a

[Bug target/48191] internal compiler error: in issue_nops_and_insn, at config/ia64/ia64.c:8258

2011-03-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48191 --- Comment #4 from sebastian.heg...@tu-dresden.de 2011-03-21 13:54:55 UTC --- (In reply to comment #3) > It looks like this is the same problem as PR 43603 (but with a different error > result). I can reproduce it on the trunk at r167587,

[Bug c++/48215] New: internal compiler error: in vinsn_detach, at sel-sched-ir.c:1268 on IA-64

2011-03-21 Thread sebastian.heg...@tu-dresden.de
Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Created attachment 23734 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23734 The preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to

[Bug target/48191] New: internal compiler error: in issue_nops_and_insn, at config/ia64/ia64.c:8258

2011-03-18 Thread sebastian.heg...@tu-dresden.de
: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: sebastian.heg...@tu-dresden.de Created attachment 23710 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23710 The preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to