[Bug target/28102] [4.2/4.3 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared

2007-12-27 Thread tschwinge at gnu dot org
--- Comment #26 from tschwinge at gnu dot org 2007-12-27 18:23 --- Here is what I proposed / asked: <http://gcc.gnu.org/ml/gcc/2007-11/msg00289.html> Unfortunately I didn't get a definitive answer. I did not yet start to implement the ideas I described. I don't know

[Bug preprocessor/27036] New: ICE in dwarf2out_finish, at dwarf2out.c:14116

2006-04-04 Thread tschwinge at gnu dot org
uch file or directory ../init/init.c:54:29: error: startup_reply_U.h: No such file or directory ../init/init.c:55:23: error: startup_S.h: No such file or directory ../init/init.c:56:22: error: notify_S.h: No such file or directory ../init/init.c:57:24: error: mung_msg_S.h: No such file or dir

[Bug preprocessor/27036] ICE in dwarf2out_finish, at dwarf2out.c:14116

2006-04-04 Thread tschwinge at gnu dot org
--- Comment #1 from tschwinge at gnu dot org 2006-04-04 22:58 --- Created an attachment (id=11209) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11209&action=view) init.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27036

[Bug target/29838] -fstack-protector shouldn't use TLS in freestanding mode

2006-11-15 Thread tschwinge at gnu dot org
--- Comment #4 from tschwinge at gnu dot org 2006-11-15 10:11 --- Cced to Jakub Jelinek, who originally implemented this functionality. Could you please comment on this issue? -- tschwinge at gnu dot org changed: What|Removed |Added

[Bug driver/30090] New: Incorrectness in `gcc.c'

2006-12-06 Thread tschwinge at gnu dot org
lius Caesar" #v- -- Summary: Incorrectness in `gcc.c' Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tschwi

[Bug driver/30091] New: specs file: [EMAIL PROTECTED]' not documented

2006-12-06 Thread tschwinge at gnu dot org
rity: P3 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tschwinge at gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30091

[Bug driver/30091] specs file: [EMAIL PROTECTED]' not documented

2006-12-06 Thread tschwinge at gnu dot org
--- Comment #1 from tschwinge at gnu dot org 2006-12-06 18:22 --- It is also not documented that `#COMMENT' can be used to embed comments. And `\f' (form feed, `^L') could be added to list of white space (in the skip_whitespace function): it's convenient to separat

[Bug target/29838] -fstack-protector shouldn't use TLS in freestanding mode

2006-12-15 Thread tschwinge at gnu dot org
--- Comment #10 from tschwinge at gnu dot org 2006-12-15 19:30 --- Roland McGrath proposed the following: ``I think it really ought to be controlled by a -mno-stack-protector-tls or suchlike, for complete flexibility. Obviously it should default to disabled for -ffreestanding