[Bug c/48880] New: regression when performing __builtin_object_size in deep inline chain

2011-05-05 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880 Summary: regression when performing __builtin_object_size in deep inline chain Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/48880] regression when performing __builtin_object_size in deep inline chain

2011-05-05 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880 --- Comment #1 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2011-05-05 08:16:54 UTC --- In original source a c function have this signature: static inline __attribute__((always_inline)) unsigned long __attribute__((warn_unused_result

[Bug c/48880] regression when performing __builtin_object_size in deep inline chain

2011-05-05 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880 --- Comment #3 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2011-05-05 09:55:25 UTC --- In my case it only happens if I have two independent calls with different arguments. I do not understand some aspects, but removing some semingly

[Bug java/46059] internel compiler error when compiling libjava/gnu/awt/LightweightRedirector.java with -finline-functions

2010-10-21 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46059 --- Comment #2 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2010-10-21 23:06:00 UTC --- gcc 4.5.1 with the same options compiled on this machine without problems.

[Bug bootstrap/46050] gcc/c-parser.c fails to build with -O2 -finline-functions

2010-10-17 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46050 --- Comment #2 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2010-10-17 12:16:25 UTC --- Not exactly your patch. In true-branch of if, there is no assigment to incr (so error is correct). But moving else assigments, before if, resolves

[Bug bootstrap/46050] gcc/c-parser.c fails to build with -O2 -finline-functions

2010-10-17 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46050 --- Comment #3 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2010-10-17 12:18:15 UTC --- Created attachment 22069 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22069 Move initializations patch of incr and cond (against gcc-4.6-20101009)

[Bug bootstrap/46059] New: internel compiler error when compiling libjava/gnu/awt/LightweightRedirector.java with -finline-functions

2010-10-17 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46059 Summary: internel compiler error when compiling libjava/gnu/awt/LightweightRedirector.java with -finline-functions Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug bootstrap/46059] internel compiler error when compiling libjava/gnu/awt/LightweightRedirector.java with -finline-functions

2010-10-17 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46059 --- Comment #1 from Witold Baryluk baryluk at smp dot if.uj.edu.pl 2010-10-17 19:42:33 UTC --- Same version compiled with '-g -O2 -finline-functions', to have debuging symbols. (gdb) run Starting program: /scratch/obiekty/gcc/jc1 /scratch/gcc

[Bug bootstrap/46050] New: gcc/c-parser.c fails to build with -O2 -finline-functions

2010-10-16 Thread baryluk at smp dot if.uj.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46050 Summary: gcc/c-parser.c fails to build with -O2 -finline-functions Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3