[Bug pch/45471] ICE with PCH and differening strict-aliasing settings

2021-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45471 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0 Resolution|---

[Bug pch/45471] ICE with PCH and differening strict-aliasing settings

2010-12-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45471 --- Comment #4 from Zdenek Sojka 2010-12-08 14:37:21 UTC --- (In reply to comment #3) This patch indeed fixes the problem. (verified at r167585, x86_64-linux)

[Bug pch/45471] ICE with PCH and differening strict-aliasing settings

2010-09-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45471 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug pch/45471] ICE with PCH and differening strict-aliasing settings

2010-08-31 Thread zsojka at seznam dot cz
--- Comment #2 from zsojka at seznam dot cz 2010-08-31 23:16 --- Created an attachment (id=21629) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21629&action=view) reduced header file #include can be replaced with: namespace std { struct type_info { }; } The second part of testca

[Bug pch/45471] ICE with PCH and differening strict-aliasing settings

2010-08-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-08-31 23:14 --- The PCH should be rejected for the differences in strict-aliasing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --