[Bug target/53246] New: failure building cross compiler for arm7tdmi (arm-none-eabi) in libgcc (multilib)

2012-05-05 Thread patriciak784-gccmainling at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53246 Bug #: 53246 Summary: failure building cross compiler for arm7tdmi (arm-none-eabi) in libgcc (multilib) Classification: Unclassified Product: gcc Version: 4.7.1 Statu

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2012-01-15 Thread patriciak784-gccmainling at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37215 --- Comment #13 from patriciak784-gccmainling at yahoo dot de 2012-01-15 14:27:00 UTC --- (In reply to comment #12) > On inspecting this more closely, I agree with patriciak784. The issue isn't > directly related to the fix of

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2009-02-01 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #11 from patriciak784-gccmainling at yahoo dot de 2009-02-01 11:44 --- I am sorry that I was a bit unclear - 4.0.0 @ 95634 works for PR20239 but doesn't for this problem. But the patch from PR20239 fixed both problems on 3.4.4, so both bugs are no duplicates,

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2009-02-01 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #10 from patriciak784-gccmainling at yahoo dot de 2009-02-01 11:22 --- (In reply to comment #6) > read_original_filename lexes a token, which hits EOF, which > causes the buffer to be popped. > > This is sort of an odd scenario. > Perhaps worki

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2009-01-05 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #9 from patriciak784-gccmainling at yahoo dot de 2009-01-05 08:43 --- I don't think it's good to apply the workaround mainly because 3.4.5 works for me on mingw and the code that triggers the error hasn't changed since its initial commit which was more than

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2009-01-04 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #8 from patriciak784-gccmainling at yahoo dot de 2009-01-04 20:53 --- (In reply to comment #7) > does indeed fix or work around (with gcc 4.3 branch revision somewhere around > rev143000) the original problem ('gcc -E -dM -fpreprocessed - < /dev/null'

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2009-01-04 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #7 from patriciak784-gccmainling at yahoo dot de 2009-01-04 20:26 --- (In reply to comment #6) > read_original_filename lexes a token, which hits EOF, which > causes the buffer to be popped. > > This is sort of an odd scenario. > Perhaps worki

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2008-09-07 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #5 from patriciak784-gccmainling at yahoo dot de 2008-09-07 14:41 --- Sorry, my "patch" doesn't always fix the problem. It is just strange. Sometimes it works, sometimes not... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37215

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2008-09-04 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #4 from patriciak784-gccmainling at yahoo dot de 2008-09-04 16:38 --- Now I know why gcc complains about a misformed pch file nul.gch! Checking if a file named NUL plus any extension exists, will always return that it exists because I did this on windows! open will not open

[Bug preprocessor/37215] ICE on 'gcc -E -dM -fpreprocessed - < /dev/null'

2008-09-04 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #3 from patriciak784-gccmainling at yahoo dot de 2008-09-04 13:35 --- I did examine both problems a bit further. If I understand correctly what is happening, there is the object parse_in which is, during program flow, passed to preprocess_file as argument pfile. An object

[Bug c/37331] ICE trying to compile /dev/null

2008-09-04 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #7 from patriciak784-gccmainling at yahoo dot de 2008-09-04 09:50 --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > (In reply to comment #3) > > > > ... a self compiled gcc 4.3.1 ... > > >

[Bug c/37331] ICE trying to compile /dev/null

2008-09-03 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #5 from patriciak784-gccmainling at yahoo dot de 2008-09-03 12:21 --- (In reply to comment #4) > (In reply to comment #3) > > ... a self compiled gcc 4.3.1 ... > > Scary ;) > What did you expect, Paolo? Well, I just compiled gcc-4_3-branch @ rev 137894

[Bug c/37331] ICE trying to compile /dev/null

2008-09-03 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #3 from patriciak784-gccmainling at yahoo dot de 2008-09-03 10:46 --- (In reply to comment #2) > Most likely the same issue as PR 37215. > I don't know. This problem is totally strange... I checked my linux machine and some debian gcc 4.3.1-xx works correctly

[Bug c/37331] ICE trying to compile /dev/null

2008-09-02 Thread patriciak784-gccmainling at yahoo dot de
--- Comment #1 from patriciak784-gccmainling at yahoo dot de 2008-09-02 14:37 --- Please be aware that compiling /dev/null is used in glibc to produce empty object files! So it seems not to be a crazy thing to do... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37331

[Bug c/37331] New: ICE trying to compile /dev/null

2008-09-02 Thread patriciak784-gccmainling at yahoo dot de
ummary: ICE trying to compile /dev/null Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: patriciak784-gccmainling at ya