[Bug c/54802] New: Trivial code changes result in different assembly with respect to rotations and bswap.

2012-10-03 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54802 Bug #: 54802 Summary: Trivial code changes result in different assembly with respect to rotations and bswap. Classification: Unclassified Product: gcc Version: 4.8.0

[Bug c/54803] New: Manual constant unfolding breaks vectorization

2012-10-03 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54803 Bug #: 54803 Summary: Manual constant unfolding breaks vectorization Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancemen

[Bug c++/55365] New: internal compiler error: in process_init_constructor_union, at cp/typeck2.c:1335; internal compiler error: in lookup_field_1, at cp/search.c:387; internal compiler error: in proce

2012-11-17 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55365 Bug #: 55365 Summary: internal compiler error: in process_init_constructor_union, at cp/typeck2.c:1335; internal compiler error: in lookup_field_1, at cp/search.c:

[Bug c++/55366] New: g++ segfault; see also Bug 55365

2012-11-17 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55366 Bug #: 55366 Summary: g++ segfault; see also Bug 55365 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/55365] internal compiler error: in process_init_constructor_union, at cp/typeck2.c:1335; internal compiler error: in lookup_field_1, at cp/search.c:387; internal compiler error: in process_in

2012-11-17 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55365 --- Comment #1 from Jason 2012-11-17 16:04:49 UTC --- Note that icpc gives me the error message "error: a designator into a template-dependent type is not allowed" on code similar to this, which seems like it might be related. The code

[Bug c++/55365] internal compiler error: in process_init_constructor_union, at cp/typeck2.c:1335; internal compiler error: in lookup_field_1, at cp/search.c:387; internal compiler error: in process_in

2012-11-17 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55365 --- Comment #2 from Jason 2012-11-17 16:10:21 UTC --- And, indeed, here's a somewhat smaller working example, which g++ says "internal compiler error: in lookup_field_1, at cp/search.c:387", and icpc says "error: a designator into a templa

[Bug c++/55419] New: internal compiler error: in gimplify_init_ctor_preeval, at gimplify.c:3587

2012-11-20 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55419 Bug #: 55419 Summary: internal compiler error: in gimplify_init_ctor_preeval, at gimplify.c:3587 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNC

[Bug c++/55423] New: internal compiler error: tree check: expected string_cst, have error_mark in finish_static_assert, at cp/semantics.c:5170

2012-11-20 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55423 Bug #: 55423 Summary: internal compiler error: tree check: expected string_cst, have error_mark in finish_static_assert, at cp/semantics.c:5170 Classification: Unclassified

[Bug c++/55495] New: internal compiler error: in write_array_type, at cp/mangle.c:3124

2012-11-27 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55495 Bug #: 55495 Summary: internal compiler error: in write_array_type, at cp/mangle.c:3124 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/55495] internal compiler error: in write_array_type, at cp/mangle.c:3124

2012-11-27 Thread jasongross9+bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55495 --- Comment #2 from Jason 2012-11-27 21:57:58 UTC --- I've asked the instructors of my class to update the version of gcc we're using; I don't have sudo access on the course machines, and I don't feel like compiling GMP, MPFR, and MPC (and

[Bug inline-asm/82225] New: Unexpected nondeterministic "internal compiler error: Segmentation fault" when gcc is expected to save either rsp or rbp to allow its use in inline asm

2017-09-15 Thread jasongross9+bugzilla at gmail dot com
inline asm Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: jasongross9+bugzilla at gmail dot com Target Milestone: --