[Bug c/45286] kact.sa_restorer = &restore_rt; in sigaction.c glibc get miss compile with -fPIE on x86_64

2015-07-04 Thread zorry at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45286 --- Comment #21 from Magnus Granberg --- Do this happen on gcc 6.0 with --enable-default-pie and trunk glibc?

[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8

2013-03-31 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 --- Comment #4 from Magnus Granberg 2013-03-31 21:33:45 UTC --- Created attachment 29761 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29761 This patch readd TARGET_H to PLUGIN_HEADERS This patch is posted on gcc-patch ml and on

[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8

2013-03-27 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 --- Comment #1 from Magnus Granberg 2013-03-28 03:22:04 UTC --- Revision 188166 remove TARGET_H from GIMPLE_H. when TARGET_H did get remove from GIMPLE_H it don't get pass to IPA_PROP_H, so it can't get pass to PLUGIN_HEADERS.

[Bug pch/52194] FAIL: gcc.dg/pch/common-1.c -O0 -g -I. (internal compiler error) on PaX enable kernels (RANDMMAP)

2012-02-09 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52194 --- Comment #1 from Magnus Granberg 2012-02-09 21:54:41 UTC --- Fail on older gcc versions to (4.6 4.5 4.4 4.3) With a simpel pch test code i got this bt Program received signal SIGSEGV, Segmentation fault. linemap_location_from_macro_expansion_

[Bug pch/52194] New: FAIL: gcc.dg/pch/common-1.c -O0 -g -I. (internal compiler error) on PaX enable kernels (RANDMMAP)

2012-02-09 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52194 Bug #: 52194 Summary: FAIL: gcc.dg/pch/common-1.c -O0 -g -I. (internal compiler error) on PaX enable kernels (RANDMMAP) Classification: Unclassified Product: gcc Version: unknow

[Bug driver/48524] spec language does not cover switches with separated form

2011-12-18 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 Magnus Granberg changed: What|Removed |Added Attachment #26124|0 |1 is obsolete|

[Bug driver/48524] spec language does not cover switches with separated form

2011-12-17 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 Magnus Granberg changed: What|Removed |Added Attachment #26122|0 |1 is obsolete|

[Bug driver/48524] spec language does not cover switches with separated form

2011-12-17 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 --- Comment #5 from Magnus Granberg 2011-12-17 20:30:17 UTC --- Created attachment 26122 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26122 switches with separated form -D and -U This patch make the -D and -U switches with separated form

[Bug c/46315] New: gcc-4.5.1 -O2 -fno-strict-overflow causes bad code generation

2010-11-05 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46315 Summary: gcc-4.5.1 -O2 -fno-strict-overflow causes bad code generation Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compo