This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: volatile undefined II
- To: erikyyy at erikyyy dot de
- Subject: Re: volatile undefined II
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 8 May 2000 16:22:25 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000508081209.A29554@vulcain.yyydom>
> my first report "volatile undefined" was incomplete. sorry about
> that. forget all - restart & sorry for inconveniences :)
Thanks for your bug report. The mainline compiler (2.96 20000430
(experimental)) compiles this without problems, so the bug appears to
be fixed. FYI, the bug is caused by the inline assembly that is used
when compiling with optimization; just have a look at the end of the
preprocessor output.
Regards,
Martin