[PATCH]: error with gcc-2.8.1, loop-invariant.c:1126: macro `DF_REG_SIZE' used without args

Andrew Pinski pinskia@gmail.com
Fri Aug 17 18:12:00 GMT 2007


On 8/17/07, Kaveh R. GHAZI <ghazi@caip.rutgers.edu> wrote:
> I had to use a gcc-2.8.1 binary that came with gnat on solaris to try out
> bootstrapping ada.  When bootstrapping mainline, it complains about this
> in stage1:
>
>         loop-invariant.c:1126: macro `DF_REG_SIZE' used without args
>         make[2]: *** [loop-invariant.o] Error 1

Just a quick note.  This is only undefined behavior at compile time.
http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_003.html#Question3

-- Pinski



More information about the Gcc-patches mailing list