[Bug other/49930] Need some adjustments for bionic

2011-09-07 Thread lool at dooz dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49930 Loïc Minier changed: What|Removed |Added CC||lool at dooz dot org --- Comment #3 from

[Bug middle-end/50116] New: internal compiler error: in decode_addr_const, at varasm.c:2632

2011-08-18 Thread lool at dooz dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50116 Bug #: 50116 Summary: internal compiler error: in decode_addr_const, at varasm.c:2632 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug target/36466] internal compiler error: in choose_reload_regs, at reload1.c:6190

2010-08-16 Thread lool at dooz dot org
--- Comment #12 from lool at dooz dot org 2010-08-16 14:40 --- Ok, it's [0] because ziproxy uses "nsaddr" as an identifier for a local variable which conflicts with a compatibility #define in glibc resolv.h. Renaming to "nsaddress" for instance fixes the build

[Bug target/36466] internal compiler error: in choose_reload_regs, at reload1.c:6190

2010-08-16 Thread lool at dooz dot org
--- Comment #9 from lool at dooz dot org 2010-08-16 14:22 --- Also, even if it's invalid input, I guess gcc should never SEGV, but rather throw an error out? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36466

[Bug target/36466] internal compiler error: in choose_reload_regs, at reload1.c:6190

2010-08-16 Thread lool at dooz dot org
--- Comment #8 from lool at dooz dot org 2010-08-16 14:21 --- I'm not sure how the .i ends up with a zero-length array; resolv.h has: # define MAXNS 3 /* max # name servers we'll track */ [...] struct __res_state { [...] struct s