@goldstein -fsyntax-only for GCC does a little bit more than the front-end (silly internal reason is that some error message happen during gimplification; been trying to fix that for 20 years now).
Notices by pinskia (pinskia@hachyderm.io), page 8
-
Embed this notice
pinskia (pinskia@hachyderm.io)'s status on Saturday, 02-Nov-2024 02:25:23 JST pinskia -
Embed this notice
pinskia (pinskia@hachyderm.io)'s status on Friday, 01-Nov-2024 10:15:19 JST pinskia @goldstein GCC used to be able to handle that in a reasonible time. I wonder where the slowness is now. I had sped up the front-end back in early 2000s to handle lookups with a lot fields too. If I get some time next week I will see what is going on with GCC. It either could be a front-end issue or middle-end one.
-
Embed this notice
pinskia (pinskia@hachyderm.io)'s status on Wednesday, 21-Aug-2024 07:43:36 JST pinskia Here is a rant for all of the programmers out there. file sufixes are not a good way to detect a specific type of file. STOP assuming my .md files are markdown files. They are machine description files. Markdown is a hack for those who want something more than plain text but don't want to learn LaTeX.
-
Embed this notice
pinskia (pinskia@hachyderm.io)'s status on Saturday, 03-Aug-2024 02:57:06 JST pinskia @dalias funny really funny because the sh backend in GCC recently has been helping find latent bugs. I just pushed a fix for one today (https://gcc.gnu.org/r15-2700 ).