[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-12 Thread amylaar at gcc dot gnu dot org
--- Comment #7 from amylaar at gcc dot gnu dot org 2010-07-12 17:16 --- Subject: Bug 44752 Author: amylaar Date: Mon Jul 12 17:16:38 2010 New Revision: 162083 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=162083 Log: PR rtl-optimization/44752 * genautomata.c

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-12 Thread amylaar at gcc dot gnu dot org
--- Comment #8 from amylaar at gcc dot gnu dot org 2010-07-12 19:51 --- Fixed in trunk r162083. -- amylaar at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-05 Thread amylaar at gcc dot gnu dot org
--- Comment #6 from amylaar at gcc dot gnu dot org 2010-07-05 20:14 --- (In reply to comment #5) Created an attachment (id=21088) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21088action=view) [edit] patch which needs testing I have not tested this fix but it should work and

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-04 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-04 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2010-07-05 01:35 --- Created an attachment (id=21088) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21088action=view) patch which needs testing I have not tested this fix but it should work and should remove the warning/error for

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-01 Thread amylaar at gcc dot gnu dot org
--- Comment #1 from amylaar at gcc dot gnu dot org 2010-07-01 15:59 --- Actually, crx is not the only target with this problem: avr-elf/make.out:insn-automata.c:1:0: error: ISO C forbids an empty translation unit [-Werror=edantic] cris-elf/make.out:insn-automata.c:1:0: error: ISO C

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-01 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2010-07-01 21:36 --- Is that really printing -Werror=edantic or a problem copy+pasting? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-01 Thread amylaar at gcc dot gnu dot org
--- Comment #3 from amylaar at gcc dot gnu dot org 2010-07-01 22:39 --- (In reply to comment #2) Is that really printing -Werror=edantic or a problem copy+pasting? Yes, it's really printing that. I think that that's because gcc thinks -pedantic starts with -W... in opts.c:option_name

[Bug rtl-optimization/44752] insn-automata.c: empty translation unit

2010-07-01 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-07-01 22:52 --- I know, I wrote that code but missed the -pedantic case. I opened PR 44774 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44752