[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 --- Comment #2 from Jason Merrill --- Author: jason Date: Thu Dec 17 16:51:52 2015 New Revision: 231776 URL: https://gcc.gnu.org/viewcvs?rev=231776=gcc=rev Log: PR c++/67576 PR c++/25466 * rtti.c (build_typeid): Use

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 --- Comment #3 from Jason Merrill --- Author: jason Date: Thu Dec 17 16:52:04 2015 New Revision: 231778 URL: https://gcc.gnu.org/viewcvs?rev=231778=gcc=rev Log: PR c++/67576 PR c++/25466 * rtti.c (build_typeid): Use

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 --- Comment #4 from Jason Merrill --- Author: jason Date: Thu Dec 17 16:52:25 2015 New Revision: 231781 URL: https://gcc.gnu.org/viewcvs?rev=231781=gcc=rev Log: PR c++/67576 PR c++/25466 * rtti.c (build_typeid): Use

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #1 from Richard Biener

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

2015-09-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67576 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code