This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc shared library init problem (2nd try)
- To: Neil Booth <NeilB at earthling dot net>
- Subject: Re: gcc shared library init problem (2nd try)
- From: Ralf Fassel <ralf at akutech dot de>
- Date: Wed, 5 Jul 2000 16:31:09 +0200 (MDT)
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: Akustik Technologie Goettingen (ATG)
- References: <14684.39495.373125.985461@jupiter.akutech.de><14691.14862.832200.507669@jupiter.akutech.de><E139ptp-000621-00@monkey.rosenet.ne.jp>
* Neil Booth
| I tend to think the compiler should give an error, or at least a
| warning, by my (feeble) understanding of the C standard.
gcc does indeed raise an error in C, but this is about C++ (obviously
I didn't make that clear enough in my report).
R'