This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: failed to compile gcc-4.3-20061209/gcc/varasm.c on OSX 10.3
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: dominiq at lps dot ens dot fr, toa at pop dot agri dot ch
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 10 Dec 2006 11:27:04 +0100 (CET)
- Subject: Re: failed to compile gcc-4.3-20061209/gcc/varasm.c on OSX 10.3
> > A third possibility would be a workaround, replace the 1UL in varasm.c
> > with 1ULL.
>
> I meant the 1L, not the 1UL.
As far as I can tell, the workaround worked around!-)
Thanks a lot.
Dominique