[Bug c/30353] New: internal compiler error in remove_useless_stmts_1, at tree-cfg.c:1882

2007-01-02 Thread jojelino at gmail dot com
Severity: critical Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org

[Bug tree-optimization/30353] internal compiler error in remove_useless_stmts_1, at tree-cfg.c:1882

2007-01-02 Thread jojelino at gmail dot com
-- jojelino at gmail dot com changed: What|Removed |Added Severity|critical|major Component|c |tree-optimization

[Bug libstdc++/30443] New: 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread jojelino at gmail dot com
svn 120684 sstream-inst.ii costs 640kb. i cannot attach it to bugzilla $ /tmp/gcc/host-i686-pc-cygwin/gcc/xgcc -shared-libgcc -B/tmp/gcc/host-i686-pc- cygwin/gcc -nostdinc++ -L/tmp/gcc/i686-pc-cygwin/libstdc++-v3/src -L/tmp/gcc/i6 86-pc-cygwin/libstdc++-v3/src/.libs -B/usr/i686-pc-cygwin/bin/

[Bug libstdc++/30443] 4.3 internal compiler error: verify_cgraph_node failed

2007-01-11 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-01-11 22:30 --- Created an attachment (id=12893) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12893action=view) sstream-inst.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30443

[Bug c/31793] New: [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread jojelino at gmail dot com
ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31793

[Bug c/31793] [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-05-02 19:54 --- Created an attachment (id=13499) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13499action=view) demux_vqf.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31793

[Bug middle-end/31793] [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread jojelino at gmail dot com
--- Comment #3 from jojelino at gmail dot com 2007-05-03 05:59 --- (In reply to comment #1) confirmed. it works now. thanks Created an attachment (id=13499) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13499action=view) [edit] demux_vqf.i (In reply to comment #2) I think

[Bug tree-optimization/31926] New: [4.3 Regression] internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:487

2007-05-14 Thread jojelino at gmail dot com
: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31926

[Bug tree-optimization/31926] [4.3 Regression] internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:487

2007-05-14 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-05-14 22:23 --- Created an attachment (id=13555) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13555action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31926

[Bug target/55317] New: [i386-regression] just don't strip stdcall suffix in gcc

2012-11-13 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55317 Bug #: 55317 Summary: [i386-regression] just don't strip stdcall suffix in gcc Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug target/57680] [META-BUG][target]deregister_frame_fn is set to invalid address in cygming-crtbegin.c:__gcc_deregister_frame due to unknown reason.

2013-11-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57680 --- Comment #4 from gee jojelino at gmail dot com --- I think gcc backend for x86 that doesn't support weak attribute needed to supress weak attribute on variables as long as gas/16011 is not fixed.

[Bug middle-end/53518] [4.8 regression] testsuite_abi_check.cc doesn't compile

2012-08-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53518 --- Comment #4 from gee jojelino at gmail dot com 2012-08-14 18:49:53 UTC --- cppcheck fails to compile because of this bug. cli/cmdlineparser.o: In function `~basic_istream': /usr/include/c++/4.8.0/istream:106: undefined reference

[Bug regression/54314] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstreamchar, std::char_traitschar, std::allocatorchar '

2012-08-18 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314 --- Comment #1 from gee jojelino at gmail dot com 2012-08-18 14:53:53 UTC --- bug 53518 also has this problem. reference type in method argument causes symbol reference of construction vtable for ***. so, construction vtable for * symbol must

[Bug c++/54314] [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstreamchar, std::char_traitschar, std::allocatorchar '

2012-08-20 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314 --- Comment #3 from gee jojelino at gmail dot com 2012-08-20 15:21:53 UTC --- --export-all-symbols didn't work at all. pick-reverting just one commit failed with conflict. [966](sec 86)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x Contents

[Bug c++/54314] [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstreamchar, std::char_traitschar, std::allocatorchar '

2012-08-20 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314 --- Comment #4 from gee jojelino at gmail dot com 2012-08-20 16:15:41 UTC --- (In reply to comment #3) --export-all-symbols didn't work at all. pick-reverting just one commit failed with conflict. [966](sec 86)(fl 0x00)(ty 0)(scl 2) (nx

[Bug c++/54314] [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstreamchar, std::char_traitschar, std::allocatorchar '

2012-08-21 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314 --- Comment #5 from gee jojelino at gmail dot com 2012-08-21 13:38:57 UTC --- I think symbol _ZTCSt* need to be included in libstdc++/config/abi/pre/gnu.ver so that shared-library can export these symbols unless user did append --disable-symvers

[Bug c++/54314] [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstreamchar, std::char_traitschar, std::allocatorchar '

2012-08-21 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314 --- Comment #6 from gee jojelino at gmail dot com 2012-08-21 20:10:01 UTC --- Created attachment 28065 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28065 proposed patch just added one line. _ZTC* is then exported.

[Bug libgcj/51498] make dejagnu work in libjava testsuite with cross-build

2012-08-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498 gee jojelino at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug middle-end/53518] [4.8 regression] testsuite_abi_check.cc doesn't compile

2012-09-19 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53518 --- Comment #6 from gee jojelino at gmail dot com 2012-09-19 13:20:59 UTC --- (In reply to comment #5) Still broken? I suspect it would be duplicate of 54314.

[Bug target/56796] New: ‘TARGET_CYGWIN64’ was not declared in this scope

2013-03-31 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56796 Bug #: 56796 Summary: ‘TARGET_CYGWIN64’ was not declared in this scope Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/56952] New: [4.9 regression] ICE in recog.c:2150

2013-04-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56952 Bug #: 56952 Summary: [4.9 regression] ICE in recog.c:2150 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug rtl-optimization/56952] [4.9 regression] ICE in recog.c:2150

2013-04-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56952 --- Comment #1 from gee jojelino at gmail dot com 2013-04-14 09:06:38 UTC --- Created attachment 29870 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29870 preprocessed source

[Bug rtl-optimization/56952] [4.9 regression] ICE in recog.c:2150

2013-04-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56952 --- Comment #2 from gee jojelino at gmail dot com 2013-04-14 09:11:40 UTC --- $ gdb --args /tmp/gcc/host-i686-pc-cygwin/gcc/cc1.exe -fpreprocessed gthr-win32.i -quiet -dumpbase gthr-win32.c -mtune=generic -march=pentiumpro -auxbase-strip gthr

[Bug rtl-optimization/56952] [4.9 regression] ICE in recog.c:2150

2013-04-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56952 gee jojelino at gmail dot com changed: What|Removed |Added Severity|normal |blocker

[Bug rtl-optimization/56952] [4.9 regression] ICE in recog.c:2150

2013-04-18 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56952 gee jojelino at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/56975] [regression] dllimport broken on i686-pc-cygwin

2013-04-18 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56975 gee jojelino at gmail dot com changed: What|Removed |Added CC||jojelino at gmail

[Bug target/56975] [regression] dllimport broken on i686-pc-cygwin

2013-04-18 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56975 --- Comment #4 from gee jojelino at gmail dot com 2013-04-18 16:25:13 UTC --- Caused by r197373. Reverting the commit fixed the problem. commit 5496fac88af2009a2c4d5cfec0e722d5f962d80e Author: ktietz ktietz@138bc75d-0d04-0410-961f

[Bug target/56975] [regression] dllimport broken on i686-pc-cygwin

2013-04-19 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56975 --- Comment #8 from gee jojelino at gmail dot com 2013-04-19 14:26:15 UTC --- Created attachment 29904 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29904 Patch for supporting cygwin32's SYSV_ABI proper - Fixed a hunk fail (In reply

[Bug c/57286] New: [4.9 regression] infinite recurison in fold-const.c:10037

2013-05-15 Thread jojelino at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jojelino at gmail dot com Created attachment 30121 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30121action=edit preprocessed source (gdb) r Starting program: /usr/libexec/gcc/i686-pc-cygwin

[Bug middle-end/57286] [4.9 regression] infinite recursion in fold-const.c:10037

2013-05-15 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57286 --- Comment #5 from gee jojelino at gmail dot com --- Created attachment 30129 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30129action=edit proposed patch

[Bug middle-end/57286] [4.9 regression] infinite recursion in fold-const.c:10037

2013-05-15 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57286 --- Comment #6 from gee jojelino at gmail dot com --- (In reply to Marc Glisse from comment #3) Intuitively, I'd say: @@ -10041,7 +10041,7 @@ if (TREE_CODE (arg1) == COND_EXPR || TREE_CODE (arg1) == VEC_COND_EXPR

[Bug libffi/53674] New: [libffi] 260 excess testsuite failure

2012-06-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53674 Bug #: 53674 Summary: [libffi] 260 excess testsuite failure Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug libffi/53674] [libffi] 260 excess testsuite failure

2012-06-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53674 --- Comment #1 from gee jojelino at gmail dot com 2012-06-14 17:57:01 UTC --- Please note that http://gcc.gnu.org/bugzilla/attachment.cgi?id=27620 patch is used to help dejagnu invoke proper mingw-targeted compiler.

[Bug tree-optimization/54094] New: [4.8 regression] ICE in graphite-dependences.c:320 : isl_constraint.c:497: position out of bounds

2012-07-25 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54094 Bug #: 54094 Summary: [4.8 regression] ICE in graphite-dependences.c:320 : isl_constraint.c:497: position out of bounds Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/57680] New: xgcc terminates with SIGILL

2013-06-22 Thread jojelino at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: jojelino at gmail dot com Host: i686-pc-cygwin Target: i686-pc-cygwin Build: i686-pc-cygwin $ gdb --args ./xgcc -B./ -B/usr/i686-pc-cygwin/bin/ -isystem /usr/i686-pc-cygwin/include -isystem /usr/i686-pc

[Bug target/57680] [META-BUG][target]deregister_frame_fn is set to invalid address in cygming-crtbegin.c:__gcc_deregister_frame due to unknown reason.

2013-06-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57680 gee jojelino at gmail dot com changed: What|Removed |Added Summary|deregister_frame_fn is set |[META-BUG][target

[Bug target/57680] [META-BUG][target]deregister_frame_fn is set to invalid address in cygming-crtbegin.c:__gcc_deregister_frame due to unknown reason.

2013-06-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57680 --- Comment #2 from gee jojelino at gmail dot com --- (gdb) x/i 0x46e010 0x46e010 __deregister_frame_info_bases+160:fs which is cause of SIGILL

[Bug c++/32400] New: [4.3 Regression] ICE in expand_or_defer_fn, at cp/semantics.c:3220

2007-06-19 Thread jojelino at gmail dot com
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32400

[Bug c++/32400] [4.3 Regression] ICE in expand_or_defer_fn, at cp/semantics.c:3220

2007-06-19 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-06-19 12:10 --- Created an attachment (id=13735) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13735action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32400

[Bug c++/32400] [4.3 Regression] ICE in expand_or_defer_fn, at cp/semantics.c:3220

2007-06-19 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2007-06-19 18:13 --- Created an attachment (id=13737) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13737action=view) source file that causes ICE reduced. just three line for ICE -- jojelino at gmail dot com changed

[Bug c++/32400] [4.3 Regression] ICE in expand_or_defer_fn, at cp/semantics.c:3220

2007-06-19 Thread jojelino at gmail dot com
--- Comment #3 from jojelino at gmail dot com 2007-06-19 18:18 --- (From update of attachment 13737) removing static keyword at the top resolves problem. but is it workaround? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32400

[Bug c++/32413] New: [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-20 Thread jojelino at gmail dot com
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32413

[Bug c++/32413] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-20 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-06-20 08:39 --- Created an attachment (id=13740) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13740action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32413

[Bug regression/32461] New: [4.3 Regression] internal compiler error: Segmentation fault

2007-06-22 Thread jojelino at gmail dot com
: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32461

[Bug regression/32461] [4.3 Regression] internal compiler error: Segmentation fault

2007-06-22 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-06-22 16:01 --- Created an attachment (id=13762) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13762action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32461

[Bug regression/32461] [4.3 Regression] internal compiler error: Segmentation fault

2007-06-22 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2007-06-22 16:06 --- fails if given -Olevel level2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32461

[Bug tree-optimization/32504] New: [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-25 Thread jojelino at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32504

[Bug tree-optimization/32504] [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-25 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-06-25 20:42 --- Created an attachment (id=13786) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13786action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32504

[Bug tree-optimization/32504] [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-25 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2007-06-25 20:44 --- craches if -Olevel given level1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32504

[Bug rtl-optimization/32504] [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-30 Thread jojelino at gmail dot com
--- Comment #4 from jojelino at gmail dot com 2007-06-30 15:13 --- confirmed. it seems fixed. maybe i need to clean object files instead getting ICE. -- jojelino at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/32576] New: [4.3 Regression] internal compiler error: in set_ssa_val_to, at tree-ssa-sccvn.c:1011

2007-07-01 Thread jojelino at gmail dot com
-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC host triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32576

[Bug tree-optimization/32576] [4.3 Regression] internal compiler error: in set_ssa_val_to, at tree-ssa-sccvn.c:1011

2007-07-01 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-07-01 23:04 --- Created an attachment (id=13820) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13820action=view) preprocessed file #1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32576

[Bug tree-optimization/32576] [4.3 Regression] internal compiler error: in set_ssa_val_to, at tree-ssa-sccvn.c:1011

2007-07-01 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2007-07-01 23:06 --- Created an attachment (id=13821) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13821action=view) preprocessed file #2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32576

[Bug tree-optimization/32607] New: [4.3 Regression] internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:487

2007-07-03 Thread jojelino at gmail dot com
Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32607

[Bug tree-optimization/32607] [4.3 Regression] internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:487

2007-07-03 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-07-03 12:01 --- Created an attachment (id=13833) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13833action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32607

[Bug tree-optimization/32607] [4.3 Regression] internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:487

2007-07-03 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2007-07-03 12:02 --- svn revision 126249 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32607

[Bug c++/33556] New: [4.3 Regression] internal compiler error: in finish_function, at cp/decl.c:11638

2007-09-25 Thread jojelino at gmail dot com
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33556

[Bug c++/42609] New: undesired operation when working with mno-cygwin

2010-01-04 Thread jojelino at gmail dot com
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target

[Bug libgcj/42658] New: [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-08 Thread jojelino at gmail dot com
: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42658

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-08 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2010-01-08 17:50 --- here is vtable dump for klass as you can see , klass-engine of dynamic version is NULL whereas static version got proper instance though so klass-engine-verify(klass); invokes SEGV... but why does it happened

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-08 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2010-01-09 06:11 --- maybe this could be linker problem. jcr section doesn't seem preserved in shared library. 00ffd668 d ___JCR_LIST__ 010021c4 d ___JCR_END__ 004097b4 d ___JCR_LIST__ 004097c0 d ___JCR_END__ -- http://gcc.gnu.org

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-08 Thread jojelino at gmail dot com
--- Comment #4 from jojelino at gmail dot com 2010-01-09 07:40 --- Created an attachment (id=19517) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19517action=view) diff file i used here is configuration ./configure --prefix=/usr --disable-win32-registry --enable-threads=posix

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-08 Thread jojelino at gmail dot com
--- Comment #5 from jojelino at gmail dot com 2010-01-09 07:44 --- (From update of attachment 19517) here is configuration ./configure --prefix=/usr --disable-win32-registry --enable-threads=posix --enable-languages=c,c++,java --with-win32-nlsapi=unicode --enable-tls --disable-bootstrap

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-09 Thread jojelino at gmail dot com
--- Comment #7 from jojelino at gmail dot com 2010-01-09 08:40 --- Created an attachment (id=19520) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19520action=view) gzipped text oh my. it counts more than 65535.. [167929] and gzipped file exceed limit 1000k so i can't attach

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-09 Thread jojelino at gmail dot com
--- Comment #9 from jojelino at gmail dot com 2010-01-09 09:24 --- (From update of attachment 19520) oh my i ran objdump -t instead of objdump -p i'm sorry for this. -- jojelino at gmail dot com changed: What|Removed |Added

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-09 Thread jojelino at gmail dot com
--- Comment #10 from jojelino at gmail dot com 2010-01-09 09:26 --- Created an attachment (id=19521) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19521action=view) undefined symbol list this is undefined symbol list when i link without --export-all-symbols when linking libgcj

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-09 Thread jojelino at gmail dot com
--- Comment #12 from jojelino at gmail dot com 2010-01-09 09:56 --- (In reply to comment #11) Ah. It's probably caused by --enable-java-awt. AWT isn't yet supported on cygwin yet; looks like it will need some adjustment to the way .o files are divided between the two dlls, most

[Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904

2010-01-09 Thread jojelino at gmail dot com
--- Comment #13 from jojelino at gmail dot com 2010-01-09 10:08 --- Created an attachment (id=19522) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19522action=view) hdrs (with --export-all-symbols) which i should have attached it counts 57439 whoa, what happens if total number

[Bug java/42811] New: [4.5 regression] java.lang.ExceptionInInitializerError in ecj1

2010-01-19 Thread jojelino at gmail dot com
in ecj1 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC build triplet

[Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1

2010-01-19 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2010-01-20 05:02 --- linking executables with -Wl,--whole-archive libgcj-noncore.la libgcj.la -Wl,--no-whole-archive solves this problem. excepts that it creates fatty import symbol table approx. (28 megabyte). is there any workaround

[Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1

2010-01-20 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2010-01-21 04:55 --- Created an attachment (id=19671) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19671action=view) patch now it summons gcj-noncore dll and resolves classes which should have been resolved. i know it's not perfect

[Bug c++/42859] New: [4.5 regression] ICE in verify_flow_info

2010-01-24 Thread jojelino at gmail dot com
: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc

[Bug c++/42859] [4.5 regression] ICE in verify_flow_info

2010-01-24 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2010-01-25 00:11 --- Created an attachment (id=19698) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19698action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42859

[Bug c++/42859] [4.5 regression] ICE in verify_flow_info

2010-01-24 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2010-01-25 00:23 --- Created an attachment (id=19699) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19699action=view) testcase other testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42859

[Bug c++/42870] New: [4.5 regression] __attribute__ ((dllexport)) produces broken linkage

2010-01-26 Thread jojelino at gmail dot com
at gmail dot com GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42870

[Bug c++/42870] [4.5 regression] __attribute__ ((dllexport)) produces broken linkage

2010-01-26 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2010-01-26 10:41 --- Created an attachment (id=19709) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19709action=view) given __attribute__ ((dllexport)) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42870

[Bug c++/42870] [4.5 regression] __attribute__ ((dllexport)) produces broken linkage

2010-01-26 Thread jojelino at gmail dot com
--- Comment #3 from jojelino at gmail dot com 2010-01-26 22:02 --- Created an attachment (id=19719) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19719action=view) given __attribute__ ((visibility (default))) and test result (given __attribute__ ((dllexport)) ) $ gcc test.cpp

[Bug c++/43196] New: [4.5 regression] ICE in dwarf2out_frame_debug_expr

2010-02-27 Thread jojelino at gmail dot com
in dwarf2out_frame_debug_expr Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jojelino at gmail dot com GCC build triplet: i686

[Bug c++/43196] [4.5 regression] ICE in dwarf2out_frame_debug_expr

2010-02-27 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2010-02-27 08:12 --- Created an attachment (id=19973) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19973action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43196

[Bug c++/43196] [4.5 regression] ICE in dwarf2out_frame_debug_expr

2010-02-27 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2010-02-27 08:44 --- when given without -mstackrealign, it works fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43196

[Bug target/43196] [4.5 regression] ICE in dwarf2out_frame_debug_expr

2010-03-24 Thread jojelino at gmail dot com
--- Comment #5 from jojelino at gmail dot com 2010-03-25 02:07 --- well, this bug seems not active for now. works in current gcc -- jojelino at gmail dot com changed: What|Removed |Added

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-11-04 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 gee jojelino at gmail dot com changed: What|Removed |Added Attachment #25493|0 |1 is obsolete

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-11-04 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #12 from gee jojelino at gmail dot com 2011-11-04 16:16:57 UTC --- Created attachment 25719 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25719 generated rtl with pr50725

[Bug tree-optimization/50995] New: [4.5 regression] ICE in ipa-inline.c:1413

2011-11-04 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50995 Bug #: 50995 Summary: [4.5 regression] ICE in ipa-inline.c:1413 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/50426] [4.7 Regression] gfortran -O1 ICE in estimate_function_body_sizes

2011-11-10 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50426 --- Comment #4 from gee jojelino at gmail dot com 2011-11-10 17:04:40 UTC --- Created attachment 25787 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25787 preprocessed source $ g++ Engine.ii -c -O2 src/Engine.cpp: In member function 'void

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-11-30 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 gee jojelino at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-04 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #2 from gee jojelino at gmail dot com 2011-12-05 05:02:23 UTC --- Created attachment 25988 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25988 preprocessed source g++ -L/tmp/winsup/i686-pc-cygwin/winsup -L/tmp/winsup/i686-pc

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #6 from gee jojelino at gmail dot com 2011-12-08 18:45:46 UTC --- Created attachment 26026 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26026 generated zip file

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #7 from gee jojelino at gmail dot com 2011-12-08 18:47:29 UTC --- Created attachment 26027 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26027 generated tree from gnu.zip /tmp/gcc/host-i686-pc-cygwin/gcc/jc1.exe -fhash

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #8 from gee jojelino at gmail dot com 2011-12-08 18:49:10 UTC --- Created attachment 26028 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26028 generated rtl from gnu.zip /tmp/gcc/host-i686-pc-cygwin/gcc/jc1.exe -fno-shrink-wrap

[Bug libgcj/50053] [4.7 regression] jc1 doesn't emit static initializer or initializer code for super class without -findirect-dispatch.

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 gee jojelino at gmail dot com changed: What|Removed |Added Summary|[4.7 regression] SIGSEGV in |[4.7 regression] jc1

[Bug libgcj/50053] [4.7 regression] jc1 doesn't emit static initializer or initializer code for super class without -findirect-dispatch.

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #10 from gee jojelino at gmail dot com 2011-12-08 19:15:47 UTC --- (In reply to comment #9) whereas with -findirect-dispatch, initializer code isn't omitted. ;; Function () (_ZN3gnu3gcj7convert10Input_UTF8C1Ev, funcdef_no=47

[Bug libgcj/51470] New: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51470 Bug #: 51470 Summary: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug libgcj/51470] [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51470 gee jojelino at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgcj/50053] [4.7 regression] jc1 doesn't emit static initializer or initializer code for super class without -findirect-dispatch.

2011-12-09 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #12 from gee jojelino at gmail dot com 2011-12-09 22:24:56 UTC --- Created attachment 26037 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26037 proposed patch (In reply to comment #11) Suggested patch for this issue (together

[Bug libgcj/51498] New: [4.7 regression] temporary hack to make dejagnu work in libjava

2011-12-10 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498 Bug #: 51498 Summary: [4.7 regression] temporary hack to make dejagnu work in libjava Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug libgcj/51500] New: [4.7 regression] 106 unexpected libjava testsuite failures with mingw32

2011-12-10 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51500 Bug #: 51500 Summary: [4.7 regression] 106 unexpected libjava testsuite failures with mingw32 Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug libgcj/51500] [4.7 regression] 106 unexpected libjava testsuite failures with mingw32

2011-12-10 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51500 --- Comment #1 from gee jojelino at gmail dot com 2011-12-10 18:59:19 UTC --- stacktrace Starting program: /tmp/gcc/i686-pc-mingw32/libjava/testsuite/.libs/TestClosureGC [New Thread 3600.0xf5c] [New Thread 3600.0x1338] Program received signal

[Bug libgcj/51498] [4.7 regression] temporary hack to make dejagnu work in libjava

2011-12-12 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498 --- Comment #2 from gee jojelino at gmail dot com 2011-12-12 10:41:04 UTC --- (In reply to comment #1) What's the issue you are fixing? i experienced the dejagnu error that gcj is not found in path. this is because of gnu make doesn't export its

[Bug libgcj/51500] [4.7 regression] 106 unexpected libjava testsuite failures with mingw32

2011-12-12 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51500 --- Comment #2 from gee jojelino at gmail dot com 2011-12-12 14:46:26 UTC --- please fix java::lang::Class::initializeClass for mingw32 ia-32 by adding __thiscall before being involved this bug. surely PR50053 is fixed but i leaved a kludge toward

  1   2   3   >