[Bug c/78736] enum warnings in GCC (request for -Wenum-conversion to be added)

2019-08-28 Thread indan at nul dot nu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78736 Indan changed: What|Removed |Added CC||indan at nul dot nu --- Comment #13 from Indan

[Bug driver/22544] [4.0/4.1 Regression] gcc ignores input file given on the command line

2005-10-16 Thread indan at nul dot nu
--- Comment #7 from indan at nul dot nu 2005-10-16 12:06 --- Was the non-standard behaviour in 3.4 a bug or a feature? In any case, isn't it reasonable to mention the -combine option in the error message? Something like: fatal (cannot specify -o with -c or -S with multiple files. Try

[Bug c/24241] New: undefined reference to main when linking an object file generated from multiple .c files

2005-10-06 Thread indan at nul dot nu
: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: indan at nul dot nu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24241

[Bug c/24241] undefined reference to main when linking an object file generated from multiple .c files

2005-10-06 Thread indan at nul dot nu
--- Comment #3 from indan at nul dot nu 2005-10-06 17:27 --- (In reply to comment #2) Note if you want the compiling multiple .c into one .o files use -combine. Thanks for the quick reply and the tip. Shouldn't gcc either give an error, or restore the old behaviour? Would a patch