From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5117 invoked by alias); 11 Aug 2014 12:55:11 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5102 invoked by uid 48); 11 Aug 2014 12:55:08 -0000 From: "sabrinadfs at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/62088] New: [GCC-4.10.1] Compilation failed to produce executable: torture with -fsanitize=address Date: Mon, 11 Aug 2014 12:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sabrinadfs at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg00655.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62088 Bug ID: 62088 Summary: [GCC-4.10.1] Compilation failed to produce executable: torture with -fsanitize=address Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com GCC-4.10.0 (trunk) x86_64-apple-darwin11.4.2 Running the following test: make -s -C gcc check-gcc RUNTESTFLAGS="dg-torture.exp=pr44050.c --target_board=unix/-fsanitize=address" GCC produced these error messages: ------------------------------------------------------------------------ FAIL: gcc.dg/torture/pr44050.c -O0 (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -O0 compilation failed to produce executable Executing on host: /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O1 -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe (timeout = 300) spawn /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O1 -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe ld: library not found for -lasan collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: library not found for -lasan collect2: error: ld returned 1 exit status FAIL: gcc.dg/torture/pr44050.c -O1 (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -O1 compilation failed to produce executable Executing on host: /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe (timeout = 300) spawn /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe ld: library not found for -lasan collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: library not found for -lasan collect2: error: ld returned 1 exit status FAIL: gcc.dg/torture/pr44050.c -O2 (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -O2 compilation failed to produce executable Executing on host: /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O3 -fomit-frame-pointer -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe (timeout = 300) spawn /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O3 -fomit-frame-pointer -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe ld: library not found for -lasan collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: library not found for -lasan collect2: error: ld returned 1 exit status FAIL: gcc.dg/torture/pr44050.c -O3 -fomit-frame-pointer (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -O3 -fomit-frame-pointer compilation failed to produce executable Executing on host: /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O3 -g -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe (timeout = 300) spawn /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O3 -g -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe ld: library not found for -lasan collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: library not found for -lasan collect2: error: ld returned 1 exit status FAIL: gcc.dg/torture/pr44050.c -O3 -g (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -O3 -g compilation failed to produce executable Executing on host: /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -Os -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe (timeout = 300) spawn /Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/xgcc -B/Users/sabrinasouto/Downloads/gcc_trunk/objdir/gcc/ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/pr44050.c -fno-diagnostics-show-caret -fdiagnostics-color=never -Os -fno-tree-pta -lm -fsanitize=address -o ./pr44050.exe ld: library not found for -lasan collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: library not found for -lasan collect2: error: ld returned 1 exit status FAIL: gcc.dg/torture/pr44050.c -Os (test for excess errors) Excess errors: ld: library not found for -lasan UNRESOLVED: gcc.dg/torture/pr44050.c -Os compilation failed to produce executable testcase /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/dg-torture.exp completed in 0 seconds ------------------------------------------------------------------------ Can anyone confirm this bug? Thanks, Sabrina Souto.