[Bug middle-end/90904] vec assignment and copying undefined

2022-03-17 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|msebor at gcc dot

[Bug middle-end/90904] vec assignment and copying undefined

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 Martin Sebor changed: What|Removed |Added Keywords||patch Assignee|unassigned at gc

[Bug middle-end/90904] vec assignment and copying undefined

2021-02-02 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 --- Comment #5 from Martin Sebor --- Looks like move ctor/assignment have been added to auto_vec in g:4b9d61f79c0c0185a33048ae6cc72269cf7efa31 but not copy ctor/assignment.

[Bug middle-end/90904] vec assignment and copying undefined

2019-06-18 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 --- Comment #4 from rguenther at suse dot de --- On Tue, 18 Jun 2019, msebor at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 > > --- Comment #3 from Martin Sebor --- > (In reply to Richard Biener from comment #1)

[Bug middle-end/90904] vec assignment and copying undefined

2019-06-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 --- Comment #3 from Martin Sebor --- (In reply to Richard Biener from comment #1) > I ran into a similar issue while trying > > hash_map > > > where copying fails to adjust the pointer to the in-place storage giving > even more obscure errors.

[Bug middle-end/90904] vec assignment and copying undefined

2019-06-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 --- Comment #2 from Jonathan Wakely --- Declare them private, but don't define them. In 99.9% of cases you'll get an error at compile time for trying to use a private member. If the use happens from inside the class itself, the private member wil

[Bug middle-end/90904] vec assignment and copying undefined

2019-06-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|