[Bug other/82696] "File not found"-Message if source exists, but doesnt have .c extension

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 24 09:50:00 GMT 2017


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Well, GCC treats unsuffixed inputs as linker input.  You need to specify -x c
for example.


More information about the Gcc-bugs mailing list