[Bug java/26538] New: 'make install' to non-standard prefix fails with java enabled

2006-03-02 Thread ayqazi at yahoo dot co dot uk
: UNCONFIRMED Severity: critical Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ayqazi at yahoo dot co dot uk GCC build triplet: i686-pc-linux GCC host triplet: i686-pc-linux GCC target triplet: i686-pc-linux

[Bug java/26538] 'make install' to non-standard prefix fails with java enabled

2006-03-02 Thread ayqazi at yahoo dot co dot uk
--- Comment #1 from ayqazi at yahoo dot co dot uk 2006-03-03 06:49 --- Created an attachment (id=10958) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10958action=view) Log of just the 'make install' command make install executed separately again, and its complete output logged

[Bug c++/18418] [3.4 only] GCC 3.4.3 builds worse code than GCC 3.3.4 using template expressions

2005-02-10 Thread ayqazi at yahoo dot co dot uk
--- Additional Comments From ayqazi at yahoo dot co dot uk 2005-02-10 17:23 --- Once GCC 4.0 is out, I'll experiment with it and submit test cases etc. for it. No use trying to fix an older release's optimisations IMHO. Thanks anyway. -- What|Removed

[Bug c++/18415] New: Heavily template-expression using program crashes on -O0 but not on -O1

2004-11-10 Thread ayqazi at yahoo dot co dot uk
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ayqazi at yahoo dot co dot uk CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux GCC host triplet

[Bug c++/18415] Heavily template-expression using program crashes on -O0 but not on -O1

2004-11-10 Thread ayqazi at yahoo dot co dot uk
--- Additional Comments From ayqazi at yahoo dot co dot uk 2004-11-10 12:38 --- Created an attachment (id=7515) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7515action=view) Test case to reproduce bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18415

[Bug c++/18418] New: GCC 3.4.3 builds worse code than GCC 3.3.4 using template expressions

2004-11-10 Thread ayqazi at yahoo dot co dot uk
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ayqazi at yahoo dot co dot uk CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-linux GCC host triplet: i686-linux GCC target triplet: i686-linux http://gcc.gnu.org/bugzilla

[Bug c++/18418] GCC 3.4.3 builds worse code than GCC 3.3.4 using template expressions

2004-11-10 Thread ayqazi at yahoo dot co dot uk
--- Additional Comments From ayqazi at yahoo dot co dot uk 2004-11-10 13:54 --- Created an attachment (id=7516) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7516action=view) Test case for differences in GCC 3.4.3 and 3.3.4 template expression code gen Compile to assembler (e.g. g

[Bug c++/18415] Template-expression using program crashes on -O0 but not on -O1

2004-11-10 Thread ayqazi at yahoo dot co dot uk
-- What|Removed |Added Summary|Heavily template-expression |Template-expression using |using program crashes on -O0|program crashes on -O0 but