https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78642

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #1)
> I cannot reproduce at r243172:
> 
> eric@polaris:~/build/gcc/sparc-sun-solaris2.10> gcc/xgcc -Bgcc -S
> 20030917-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer
> -finline-functions  
> 20030917-1.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int]
>  blah(size,strp)
>  ^~~~
> eric@polaris:~/build/gcc/sparc-sun-solaris2.10>

Is your compiler configured with --enable-checking=rtl ?
Perhaps it can be only reproduced natively, or relies on particular auto-host.h
content (I don't have cross-binutils to Solaris around).

Reply via email to