This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Switching 'cast to union' off?
- To: Herrmann at ida dot ing dot tu-bs dot de
- Subject: Re: Switching 'cast to union' off?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 17 Mar 2000 10:04:49 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <38D1EDEF.FE1A4061@ida.ing.tu-bs.de>
> Is there a means to switch the GNU extension 'cast to union' off, and
> not having to use -pedantic?
Thanks for your bug report. Please have a look at
http://www.gnu.org/software/gcc/bugs.html
I've been trying to come up with an example that presents your
problem, but I can't create one. Do have code that produces a certain
warning and want an option to turn the warning off, or do you have
code that does not produce a warning, and you want to get one? In any
case: what is the code?
Regards,
Martin