This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/45289] gcc lacks a "posix" option for "-std" since POSIX 2008 defines special behavior


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45289

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #11 from Rich Felker <bugdal at aerifal dot cx> ---
This bug in POSIX (recommending the aliasing violation) was fixed. Now they
(correctly) recommend the cast. So I think this bug could possibly be closed,
unless we want to re-apply it to things like #61739 or perhaps memory-model and
synchronization issues.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]