http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60873
--- Comment #2 from sebastian.heg...@tu-dresden.de ---
Thanks!
: 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() {
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?
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.
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37021
sebastian.heg...@tu-dresden.de changed:
What|Removed |Added
CC||sebastian.hegler@tu
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"
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
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. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48219
sebastian.heg...@tu-dresden.de changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218
sebastian.heg...@tu-dresden.de changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
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. ***
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48218
sebastian.heg...@tu-dresden.de changed:
What|Removed |Added
Severity|normal |blocker
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48219
sebastian.heg...@tu-dresden.de changed:
What|Removed |Added
Severity|normal |blocker
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
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
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
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.
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.
: 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
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
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,
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
: 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
26 matches
Mail list logo