[Bug target/18743] crtbegin/crtend lacking unwind-info

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 19:48 --- when gcc builds crtbegin/crtend, we do pass -fno-exceptions but in the backend, we set flag_asynchronous_unwind_tables to 1 if we have not set it yet but we don't touch flag_asynchronous_unwind_tables

[Bug target/18743] crtbegin/crtend lacking unwind-info

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 19:50 --- What gcc are you using also since the version you filed in as unkown? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18743

[Bug target/18743] crtbegin/crtend lacking unwind-info

2004-11-30 Thread davidm at hpl dot hp dot com
--- Additional Comments From davidm at hpl dot hp dot com 2004-11-30 20:01 --- (In reply to comment #2) What gcc are you using also since the version you filed in as unkown? $ gcc -v Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/specs Configured with: ../configure

[Bug target/18743] crtbegin/crtend lacking unwind-info

2004-11-30 Thread davidm at hpl dot hp dot com
--- Additional Comments From davidm at hpl dot hp dot com 2004-11-30 20:03 --- (In reply to comment #1) when gcc builds crtbegin/crtend, we do pass -fno-exceptions but in the backend, we set flag_asynchronous_unwind_tables to 1 if we have not set it yet but we don't touch