public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-19980425 breaks linux-2.1.98!
@ 1998-04-26 16:34 Horst von Brand
  1998-04-26 18:55 ` H.J. Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Horst von Brand @ 1998-04-26 16:34 UTC (permalink / raw)
  To: egcs, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

I just compiled linux-2.1.98 with egcs-19980425 (works fine with
egcs-980321). The result Oopses immediately, and panics(" Attempted to kill
idle task! in swapper - not syncing").  The oops is at the first line of
register_proc_table, the assembly generated by both compilers here is the
same. Somehow it is called with wrong args somewhere.

Will try to analyse further, staying at 980321 for the time being.
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viña del Mar, Chile                               +56 32 672616


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: egcs-19980425 breaks linux-2.1.98!
  1998-04-26 16:34 egcs-19980425 breaks linux-2.1.98! Horst von Brand
@ 1998-04-26 18:55 ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 1998-04-26 18:55 UTC (permalink / raw)
  To: Horst von Brand; +Cc: egcs, linux-kernel

> 
> I just compiled linux-2.1.98 with egcs-19980425 (works fine with
> egcs-980321). The result Oopses immediately, and panics(" Attempted to kill
> idle task! in swapper - not syncing").  The oops is at the first line of
> register_proc_table, the assembly generated by both compilers here is the
> same. Somehow it is called with wrong args somewhere.
> 
> Will try to analyse further, staying at 980321 for the time being.

The current egcs in CVS doesn't even pass "make check" in libstdc++
on Linux/x86.


-- 
H.J. Lu (hjl@gnu.org)
--
Executing on host: /home/work/gnu/bin/egcs/gcc/xgcc -B/home/work/gnu/bin/egcs/gcc/ /home/work/gnu/src/egcs/libstdc++/testsuite/libstdc++.tests/../../tests/tstring.cc  -I.. -I/home/work/gnu/src/egcs/libstdc++/testsuite/.. -I/home/work/gnu/src/egcs/libstdc++/testsuite/../stl -I.   -I/home/work/gnu/src/egcs/libio -I/home/work/gnu/bin/egcs/libraries/libio -g -L/home/work/gnu/bin/egcs/libraries//libstdc++ -lstdc++  -lm   -o /home/work/gnu/bin/egcs/libraries/libstdc++/testsuite/tstring   
PASS: tstring.cc compilation
spawn [open ...]
an empty string:
A string initialized to Hello:Hello
A string initialized to previous string:Hello
A string initialized to (previous string, 1, 2):el
A string initialized to @:@
A string initialized to 20:20
n = 20 atoi(n) = 20 atof(n) = 20
is = Hello
tstring: /home/work/gnu/src/egcs/libstdc++/testsuite/libstdc++.tests/../../tests/tstring.cc:144: void substrtest(): Assertion `x == "Hero"' failed.
z = x + y = Helloworld
x += y; x = Helloworld
y.insert (0, x); y = Helloworld
x = x + y + x; x = HelloworldHello
x = y + x + x; x = worldHelloHello
z = x + s +  + y.substr (y.find (w), 1) + y.substr (y.find (w) + 1) + . = Hello, world.
ch = x[0] = H
z = x.substr (2, 3) = llo
x.replace (2, 2, r); x = Hero

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-04-26 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-26 16:34 egcs-19980425 breaks linux-2.1.98! Horst von Brand
1998-04-26 18:55 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).