https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33911
Elias Pipping changed:
What|Removed |Added
CC||pipping at exherbo dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65329
Elias Pipping changed:
What|Removed |Added
CC||pipping at exherbo dot org
--- Comment
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: pipping at exherbo dot org
This code
<< SNIP
class A {
int constexpr twice(int x) {
return 2 * x;
}
int const a = twice(1);
};
<< SNAP
Causes a segmentation fault
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258
--- Comment #22 from Elias Pipping ---
I guess my test case is a reduction/duplicate of PR37140.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258
--- Comment #21 from Elias Pipping ---
(In reply to Jonathan Wakely from comment #19)
> That example's a bit misleading, because 'int' really isn't a class,
> namespace or enumeration, but the error's wrong because there could be a
> specializatio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258
Elias Pipping changed:
What|Removed |Added
CC||pipping at exherbo dot org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Elias Pipping changed:
What|Removed |Added
Attachment #27762|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
--- Comment #2 from Elias Pipping 2012-07-08
11:43:11 UTC ---
% g++-4.7 -v
Using built-in specs.
COLLECT_GCC=g++-4.7
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
--- Comment #1 from Elias Pipping 2012-07-08
11:21:57 UTC ---
Created attachment 27762
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27762
test case
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Bug #: 53893
Summary: segfault with invalid c++ code
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
--- Comment #6 from Elias Pipping 2011-09-16
22:08:16 UTC ---
Created attachment 25308
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25308
reduction for gcc 4.6.1
I used gcc 4.5 during reduction, assuming that a reduced test case would "ha
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
Elias Pipping changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
Elias Pipping changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
Elias Pipping changed:
What|Removed |Added
Attachment #25298|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
Elias Pipping changed:
What|Removed |Added
Attachment #25266|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390
Bug #: 50390
Summary: gcc hangs while compiling invalid c++ code
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388
--- Comment #1 from Elias Pipping 2011-09-13
21:38:04 UTC ---
Created attachment 25264
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25264
delta-reduced dump
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388
Bug #: 50388
Summary: Segmentation fault
Classification: Unclassified
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
18 matches
Mail list logo