[Bug bootstrap/61764] New: gcc fails to build

2014-07-09 Thread us15 at os dot inf.tu-dresden.de
: unassigned at gcc dot gnu.org Reporter: us15 at os dot inf.tu-dresden.de Created attachment 33096 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33096action=edit Full build log The build process fails at this point: echo timestamp s-options-h /gcc

[Bug bootstrap/61764] gcc fails to build

2014-07-09 Thread us15 at os dot inf.tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61764 --- Comment #1 from Udo Steinberg us15 at os dot inf.tu-dresden.de --- This is with SVN version 212406.

[Bug c++/61660] New: static_assert triggering when it should not

2014-06-30 Thread us15 at os dot inf.tu-dresden.de
++ Assignee: unassigned at gcc dot gnu.org Reporter: us15 at os dot inf.tu-dresden.de Created attachment 33034 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33034action=edit Test case In the attached test case, for each compile-time constant value x, only one static_assert

[Bug c++/61660] static_assert triggering when it should not

2014-06-30 Thread us15 at os dot inf.tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61660 --- Comment #3 from Udo Steinberg us15 at os dot inf.tu-dresden.de --- Created attachment 33035 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33035action=edit Testcase 2 Then, similar to this new test case, I would expect something like

[Bug c++/61660] static_assert triggering when it should not

2014-06-30 Thread us15 at os dot inf.tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61660 --- Comment #5 from Udo Steinberg us15 at os dot inf.tu-dresden.de --- (In reply to Andrew Pinski from comment #4) That is still correct s is not a constant expression. Yes, I'm saying a similar warning should be emitted for x.

[Bug tree-optimization/55044] New: Compile error in tree-ssa

2012-10-23 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55044 Bug #: 55044 Summary: Compile error in tree-ssa Classification: Unclassified Product: gcc Version: tree-ssa Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/51290] Bogus warning: zero as null pointer constant with static_cast

2011-11-24 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51290 --- Comment #4 from Udo Steinberg us15 at os dot inf.tu-dresden.de 2011-11-24 12:04:58 UTC --- Confirmed to be fixed.

[Bug c++/51290] New: Bogus warning: zero as null pointer constant

2011-11-23 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51290 Bug #: 51290 Summary: Bogus warning: zero as null pointer constant Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/47698] New: CMOV accessing volatile memory with read side effect

2011-02-11 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47698 Summary: CMOV accessing volatile memory with read side effect Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug rtl-optimization/47698] CMOV accessing volatile memory with read side effect

2011-02-11 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47698 --- Comment #1 from Udo Steinberg us15 at os dot inf.tu-dresden.de 2011-02-11 15:40:27 UTC --- Created attachment 23308 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23308 Testcase

[Bug rtl-optimization/47698] CMOV accessing volatile memory with read side effect

2011-02-11 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47698 Udo Steinberg us15 at os dot inf.tu-dresden.de changed: What|Removed |Added Attachment #23308|0 |1

[Bug c++/46682] New: __sync_bool_compare_and_swap generates wrong code

2010-11-26 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46682 Summary: __sync_bool_compare_and_swap generates wrong code Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug target/46187] New: Invalid instruction suffix generated by %z

2010-10-26 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46187 Summary: Invalid instruction suffix generated by %z Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug target/46187] Invalid instruction suffix generated by %z

2010-10-26 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46187 --- Comment #1 from Udo Steinberg us15 at os dot inf.tu-dresden.de 2010-10-26 15:03:01 UTC --- Bug #31768 is probably related.

[Bug other/45996] -falign-functions=X does not work

2010-10-13 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45996 --- Comment #2 from Udo Steinberg us15 at os dot inf.tu-dresden.de 2010-10-13 12:06:32 UTC --- Created attachment 22029 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22029 Testcase gcc -Os -falign-functions=32 foo.cc -o foo nm foo | c++filt

[Bug other/45996] -falign-functions=X does not work

2010-10-13 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45996 --- Comment #3 from Udo Steinberg us15 at os dot inf.tu-dresden.de 2010-10-13 12:19:57 UTC --- According to the gcc manpage: -Os disables the following optimization flags: -falign-functions -falign-jumps -falign-loops

[Bug other/45996] New: -falign-functions=X does not work

2010-10-12 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45996 Summary: -falign-functions=X does not work Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: