[Bug inline-asm/29357] inline asm %c0 template form not documented

2011-07-01 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29357 Michael Schulze mschulze at ivs dot cs.ovgu.de changed: What|Removed |Added CC||mschulze

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-12-06 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 --- Comment #11 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-12-06 09:07:19 UTC --- (In reply to comment #9) This is essentially identical to the patch I provided for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44617 so it looks

[Bug c/46779] New: wrong code generation for array access

2010-12-03 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Summary: wrong code generation for array access Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo:

[Bug c/46779] wrong code generation for array access

2010-12-03 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #2 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-12-03 13:58:40 UTC --- (In reply to comment #1) at least I see r1 use in the asm but no clobber for it, instead it clobbers the seemingly unused r31. Yes correct, r1

[Bug target/46779] wrong code generation for array access

2010-12-03 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #4 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-12-03 14:16:30 UTC --- I don't know anything about AVR, so I can't say that (I just noticed the r1 issue). Ok due to the compiler abi for the avr, r0,r1 are fixed registers

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-11-30 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 --- Comment #7 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-11-30 15:16:20 UTC --- Created attachment 22579 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22579 alternative patch using register r15 instead of r20 avoids pushing

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-11-30 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 --- Comment #8 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-11-30 15:21:57 UTC --- Comment on attachment 22579 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22579 alternative patch using register r15 instead of r20 avoids pushing

[Bug c++/46706] New: global constructors does not work properly since changes from bug 29141

2010-11-29 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46706 Summary: global constructors does not work properly since changes from bug 29141 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: critical Priority: P3

[Bug target/29141] static constructors beyond 64k fail

2010-11-26 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29141 Michael Schulze mschulze at ivs dot cs.ovgu.de changed: What|Removed |Added CC||mschulze

[Bug c++/45975] New: template keyword is not allowed, however, accepted by g++

2010-10-12 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45975 Summary: template keyword is not allowed, however, accepted by g++ Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/45976] New: optional template keyword is not accepted by g++

2010-10-12 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45976 Summary: optional template keyword is not accepted by g++ Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-12 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 --- Comment #14 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-10-12 07:08:16 UTC --- (In reply to comment #13) (In reply to comment #12) Should I write two bug reports about the found problems? Sure. Bug #45975 and Bug #45976

[Bug c++/45964] New: The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 Summary: The compiler does not complain about a required template keyword. Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 --- Comment #2 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-10-11 11:27:14 UTC --- (In reply to comment #1) (In reply to comment #0) templateint a templateint b const int A a::Bb::template value = Aa::Bb::C::value

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 Michael Schulze mschulze at ivs dot cs.ovgu.de changed: What|Removed |Added Status|RESOLVED

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 Michael Schulze mschulze at ivs dot cs.ovgu.de changed: What|Removed |Added Status|RESOLVED

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 --- Comment #8 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-10-11 14:03:46 UTC --- Ok. If I understand the standard correct is the template keyword on the following places const int Aa::template Bb::value = Aa::template Bb::C::value

[Bug c++/45964] The compiler does not complain about a required template keyword.

2010-10-11 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964 --- Comment #12 from Michael Schulze mschulze at ivs dot cs.ovgu.de 2010-10-11 17:37:30 UTC --- Should I write two bug reports about the found problems?