[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
-- echristo at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
--- Comment #3 from echristo at redhat dot com 2005-10-25 21:49 --- Not a duplicate -- echristo at redhat dot com changed: What|Removed |Added Status

[Bug preprocessor/24531] New: preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
Summary: preprocessor eats whitespace at end of line Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: preprocessor AssignedTo: echristo at gcc dot gnu dot org ReportedBy: echris

[Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds

2005-06-17 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-17 20:21 --- Here are the 4 testcases that I've been using to test, the first two you've seen. (and no, the dg stuff isn't done yet, but that's merely to make the testsuite happy.) test1: /* { dg-do

[Bug target/22006] New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored

2005-06-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-15 21:58 --- Did you happen to catch where the .space 0 were being emitted from? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006

[Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds

2005-06-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-15 20:49 --- OK. This diff works, and passes bootstrap with no regressions for both --enable-intermodule and normally on x86-linux. The --enable-intermodule bits are why we split this out in the first place, but

[Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds

2005-06-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-15 18:25 --- I'll take this. I've got a patch just completing testing. -- What|Removed

[Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds

2005-06-13 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-14 01:11 --- Joseph, So, what you're saying is that we should accept this: extern inline int foo (void) { return 0; } inline int foo (void) { return 1; } unless we're in strict c99 mode. And reject this: sta

[Bug c/22052] New: redefinition of inline function succeeds

2005-06-13 Thread echristo at redhat dot com
al Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: echristo at redhat dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet:

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 05:14 --- http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00433.html -- What|Removed |Added

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 05:04 --- oh, I see. Didn't think BRANCH_COST could ever be negative...? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21927

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 04:54 --- Hunh. Saw the warning, no idea how my patch caused it, but I'll look. -- What|Removed |

[Bug c++/21581] (optimisation) Functions in anonymous namespaces should default to "hidden" visibility

2005-05-17 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-05-17 18:20 --- After talking with jason I think this is a legitimate request. -- What|Removed |Added

[Bug middle-end/20396] TRULY_NOOP_TRUNCATION ignored

2005-04-11 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-11 19:54 --- OK. I'm willing to fix up the mips backend for this if you hand me the patch ahead of time (and it's accepted as a good idea by the middle-end maintainers). -- http://gcc.gnu.org/bugzilla/show_

[Bug middle-end/20396] TRULY_NOOP_TRUNCATION ignored

2005-04-10 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-10 19:02 --- I think I'm ok with this, but I'd like a bit more info. What changes to the backend do you forsee this needing? The one patch that you applied to the 4.1 sh branch was too big to just get that particu

[Bug target/11787] always call memcpy for block move in mips16

2005-04-06 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-06 18:57 --- There's also the problem that the current mechanism for doing unaligned loads/stores are not valid mips16 instructions, and therefore we couldn't rely upon the patterns unless we knew that the addr

[Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5

2005-04-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-05 21:36 --- No response. Cleaning up old prs. -- What|Removed |Added Status|WAITING

[Bug target/18034] GCC 3.4.2/GNAT bootstrap problem

2005-04-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-05 21:35 --- Since I don't have a 6.2 box (and neither does Richard afaik), I'm not certain there's anything we can do about this. You'll either need to debug the differences on your platform bet

[Bug target/13309] Incorrect code generated for __udivdi3 (really __udivmoddi4) (MIPS)

2005-04-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-05 21:26 --- Richard, I think we should probably close this one unless we actually get a chip part that has this failing :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13309

[Bug target/11787] always call memcpy for block move in mips16

2005-04-05 Thread echristo at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at redhat dot com |dot org | Status|WAITING

[Bug target/11787] always call memcpy for block move in mips16

2005-04-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-05 21:23 --- The point of mips16 is smaller code, why would you expect inline memcpy calls at any point? -eric -- What|Removed |Added

[Bug target/19370] .size directive not emitted for mips-linux

2005-04-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-04-05 21:05 --- fixed quite a while ago. -- What|Removed |Added Status|WAITING

[Bug middle-end/20177] ICE in schedule-insns for -O2 -fmodulo-sched

2005-03-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-03-16 01:15 --- Fairly certain the REG_DEAD note is wrong since I can't see a way for 136 to die in that insn (on read?). Where'd the note get set? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20177

[Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer

2005-02-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-15 23:45 --- I suppose I could apply the patch there too. -- What|Removed |Added Status|REOPENED

[Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer

2005-02-15 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-15 23:18 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer

2005-02-12 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-12 01:43 --- Ran it through valgrind to track down the memory errors and then started hunting. Testing a patch currently. valgrind returns no errors after patch. -eric -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2005-02-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-08 05:02 --- Everytime I try to guess what an XFAIL is for other than a "not implemented yet" failure I get in trouble. I'm willing to go with this if the 3.3 branch manager approves though (and I can figure

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2005-02-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-08 03:12 --- It's a legitimate failure, we don't often xfail those - even when there is a known fix. -- What|Removed

[Bug preprocessor/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives

2005-02-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-08 03:11 --- cpplib isn't my component and I'd prefer not to implement anything before knowing that the general idea is ok. reassigning to unassigned. -- What|Removed

[Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer

2005-01-31 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-01 04:25 --- [EMAIL PROTECTED] ~/tmp]$ /dzur/sourceware/builds-gcc/build-dzur/gcc/xgcc -B/dzur/sourceware/builds-gcc/build-dzur/gcc/ bug.c -c -save-temps -g3 *** glibc detected *** malloc(): memory corruption: 0x08ca4ba8

[Bug target/18404] unnecessary sll when -mint64 (MIPS)

2005-01-31 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-01 03:06 --- Deprecating -mint64. http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00019.html -- What|Removed |Added

[Bug preprocessor/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives

2005-01-31 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-02-01 02:21 --- The best I can get without major surgery to cpp is this: #include "test.h" /* comment from include line */ Which is likely insufficient for any good needs. I think what we need

[Bug preprocessor/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives

2005-01-28 Thread echristo at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at redhat dot com |dot org | Status|NEW

[Bug preprocessor/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives

2005-01-28 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-29 00:26 --- The previous was because i'm an idiot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13726

[Bug preprocessor/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives

2005-01-28 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-29 00:25 --- Current mainline does this: [EMAIL PROTECTED] ~/tmp]$ /dzur/sourceware/builds-gcc/build-dzur/gcc/cc1 -dI -C test.c In file included from test.c:1: test.h:1: internal compiler error: in c_lex_with_flags, at c

[Bug rtl-optimization/13300] [3.3/3.4/4.0 regression] Variable incorrectly identified as a biv

2005-01-28 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-28 23:33 --- I just tried this in mainline and it appears to be fixed (at least the testcase works without error). -- What|Removed |Added

[Bug target/18404] unnecessary sll when -mint64 (MIPS)

2005-01-19 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-20 00:37 --- The discussion was held offline between Richard Sandiford and I. Having a -mint64 option changes the abi for anything that is built with that option and in no abi defined for mips is int defined to 64. You

[Bug rtl-optimization/13931] [3.3/3.4/4.0 Regression] combiner much slower on big basic blocks

2005-01-14 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-15 07:31 --- Thought I did last time.. otherwise I'm not sure what the question is. -- What|Removed |

[Bug target/19370] .size directive not emitted for mips-linux

2005-01-12 Thread echristo at redhat dot com
-- What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19370

[Bug target/18404] unnecessary sll when -mint64 (MIPS)

2005-01-12 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-01-13 02:38 --- -mint64 is being deprecated in 4.0 and will be removed after branching. What are you using it for anyhow? -- What|Removed |Added

[Bug target/19370] .size directive not emitted for mips-linux

2005-01-11 Thread echristo at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at redhat dot com |dot org | Status|UNCONFIRMED

[Bug rtl-optimization/13931] [3.3/3.4/4.0 Regression] combiner much slower on big basic blocks

2004-12-22 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-22 19:48 --- I thought I did on the 7th. I'm not sure there's anything we can do about this. The behavior is correct and the previous behavior was proved to be not correct. If someone has an idea that's g

[Bug middle-end/16417] [4.0 Regression] crappy code (gcc.c-torture/compile/20020210-1.c) in arguments causes ICE

2004-12-10 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-10 20:55 --- I just retried the attached patch and get a different failure in: #1 0x080f188d in gimple_add_tmp_var (tmp=0xf6d5cba0) at /lyorn/sourceware/combined/gcc/gimplify.c:531 531 gcc_assert (!TREE_CHAIN

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2004-12-07 Thread echristo at redhat dot com
-- What|Removed |Added Status|WAITING |ASSIGNED Last reconfirmed|2004-10-26 18:30:20 |2004-12-08 00:48:03 date|

[Bug target/6552] make gnatlib_and_tools fails compiling a-chahan.adb on IRIX 6.2

2004-12-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 23:30 --- Can reopen if still a problem. -- What|Removed |Added Status|WAITING

[Bug c++/18744] C++ ABI is incomplete for ILP64

2004-12-07 Thread echristo at redhat dot com
-- Bug 18744 depends on bug 18442, which changed state. Bug 18442 Summary: [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18442 What|Old Value |New Value ---

[Bug target/18404] unnecessary sll when -mint64 (MIPS)

2004-12-07 Thread echristo at redhat dot com
-- Bug 18404 depends on bug 18442, which changed state. Bug 18442 Summary: [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18442 What|Old Value |New Value ---

[Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64

2004-12-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 22:21 --- Fixed with above. -- What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/13931] [3.3/3.4/4.0 Regression] combiner much slower on big basic blocks

2004-12-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 19:54 --- The patch was put in to stop erroneous REG_DEAD notes from being created where they shouldn't IIRC. Now, we may be able to rerun cfg as Paolo suggests, but I don't know for certain. Unless we can prov

[Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64

2004-12-07 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 08:25 --- This came about with the scalar_mode_supported_p work. Patch in testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18442

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2004-12-06 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 07:27 --- I doubt that Jan's patch is likely to be backported to 3.3 so I think we can resolve the bug with an "upgrade" or "wontfix" for 3.3. -- What|Removed

[Bug target/16317] MIPS-netbsd does not define NO_IMPLICIT_EXTERN_C

2004-12-06 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 07:21 --- http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00438.html -- What|Removed |Added

[Bug target/15237] multilib configure fails running 64-bit program on 32-bit IRIX

2004-12-06 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-07 06:50 --- Ken, The only 32-bit irix I can remember is irix5, what's odd about your machine that you don't have the 64-bit libraries installed? -- What|Removed

[Bug target/6552] make gnatlib_and_tools fails compiling a-chahan.adb on IRIX 6.2

2004-12-01 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-12-01 20:40 --- I doubt this is still a problem, but I'm going through bugs. -- What|Removed |

[Bug target/18404] unnecessary sll when -mint64 (MIPS)

2004-12-01 Thread echristo at redhat dot com
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200

[Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64

2004-11-14 Thread echristo at redhat dot com
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200

[Bug tree-optimization/17656] [4.0 Regression] internal compiler error: in replace_immediate_uses, at tree-ssa.c:1041

2004-10-11 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-10-11 23:45 --- Not a big fan of Andrew's patch. I don't think it will cover all the cases where we have a problem. Basically, afaict, we're folding the toplevel call into something else. In this case a builti

[Bug middle-end/16266] [4.0 regression] gcc.dg/c99-intconst-1.c compilation is very slow

2004-10-06 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2004-10-07 06:48 --- Subject: Re: [4.0 regression] gcc.dg/c99-intconst-1.c compilation is very slow On Thu, 2004-10-07 at 00:44, Joern Rennecke wrote: > > > > > > --- Additional Comments From giov